gluu
|
公開メンバ関数 | |
GroupClient (Client client, String baseURI) | |
List< GluuGroup > | list () |
List< GluuGroup > | searchGroups (String pattern, int size) |
GluuGroup | getGroup (String inum) |
T | read (String id) throws ClientErrorException |
String | create (T requestEntity) throws OxTrustAPIException |
String | add (T requestEntity) throws OxTrustAPIException |
boolean | update (T requestEntity, String id) |
boolean | delete (String id) |
boolean | remove (String inum) |
静的公開変数類 | |
static final int | HTTP_OK = 200 |
限定公開変数類 | |
WebTarget | webTarget |
Client | client |
Class< T > | entityClass |
静的非公開変数類 | |
static final Logger | logger = LogManager.getLogger(GroupClient.class) |
static final String | PATH = "/restv1/api/groups" |
|
inline |
|
inlineinherited |
|
inlineinherited |
Create (save) entity.
requestEntity |
ClientErrorException | |
OxTrustAPIException |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
Read entity by ID.
id | ID of the entity (inum bu default) |
ClientErrorException |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |
|
staticinherited |
|
staticprivate |
|
staticprivate |
|
protectedinherited |