gluu
|
公開メンバ関数 | |
TrustRelationshipClient (Client client, String baseURI) | |
List< SAMLTrustRelationshipShort > | list () |
List< SAMLTrustRelationshipShort > | listAllFederations () |
List< SAMLTrustRelationshipShort > | listAllActiveTrustRelationships () |
List< SAMLTrustRelationshipShort > | listAllOtherFederations (String trustRelationshipInum) |
List< SAMLTrustRelationshipShort > | listAllSAMLTrustRelationships (int sizeLimit) |
List< SAMLTrustRelationshipShort > | listDeconstructedTrustRelationships (String trustRelationshipInum) |
List< SAMLTrustRelationshipShort > | searchTrustRelationships (String pattern, int sizeLimit) |
List< TrustContact > | getContacts (String trustRelationshipInum) |
void | setContacts (String trustRelationshipInum, List< TrustContact > contacts) throws OxTrustAPIException |
void | setMetadata (String trustRelationshipInum, String metadata) throws OxTrustAPIException |
void | setMetadataURL (String trustRelationshipInum, String url) throws OxTrustAPIException |
void | setCertificate (String trustRelationshipInum, String certificate) throws OxTrustAPIException |
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(TrustRelationshipClient.class) |
static final String | PATH = "/restv1/api/saml/tr/" |
REST webservice CRUD for TrustRelationships.
TrustRelationship identified by LDAP inum.
|
inline |
|
inlineinherited |
|
inlineinherited |
Create (save) entity.
requestEntity |
ClientErrorException | |
OxTrustAPIException |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
Read entity by ID.
id | ID of the entity (inum bu default) |
ClientErrorException |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |
|
staticinherited |
|
staticprivate |
|
staticprivate |
|
protectedinherited |