Modifier and Type | Method and Description |
---|---|
void |
AccountResource.login() |
void |
AccountResource.logout() |
Modifier and Type | Method and Description |
---|---|
void |
CertRequestResource.approveRequest(RequestId id,
CertReviewResponse data) |
void |
CertRequestResource.assignRequest(RequestId id,
CertReviewResponse data) |
void |
CertRequestResource.cancelRequest(RequestId id,
CertReviewResponse data) |
CertRequestInfos |
CertRequestResource.listRequests(java.lang.String requestState,
java.lang.String requestType,
RequestId start,
java.lang.Integer pageSize,
java.lang.Integer maxResults,
java.lang.Integer maxTime)
Used to generate list of cert requests based on the search parameters
|
void |
CertRequestResource.rejectRequest(RequestId id,
CertReviewResponse data) |
CertData |
CertResource.reviewCert(CertId id) |
CertReviewResponse |
CertRequestResource.reviewRequest(RequestId id) |
CertRequestInfo |
CertResource.revokeCACert(CertId id,
CertRevokeRequest request) |
CertRequestInfo |
CertResource.revokeCert(CertId id,
CertRevokeRequest request) |
void |
CertRequestResource.unassignRequest(RequestId id,
CertReviewResponse data) |
CertRequestInfo |
CertResource.unrevokeCert(CertId id,
CertUnrevokeRequest request) |
void |
CertRequestResource.updateRequest(RequestId id,
CertReviewResponse data) |
void |
CertRequestResource.validateRequest(RequestId id,
CertReviewResponse data) |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupResource |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyRequestResource |
interface |
KeyResource |
Modifier and Type | Method and Description |
---|---|
void |
ProfileResource.createProfile(ProfileData data) |
void |
ProfileResource.deleteProfile(java.lang.String id) |
ProfileDataInfos |
ProfileResource.listProfiles() |
void |
ProfileResource.modifyProfile(java.lang.String id,
ProfileData data) |
void |
ProfileResource.modifyProfileState(java.lang.String id,
java.lang.String action) |
ProfileData |
ProfileResource.retrieveProfile(java.lang.String id) |
Modifier and Type | Interface and Description |
---|---|
interface |
KRAConnectorResource |
Modifier and Type | Method and Description |
---|---|
KeyData |
TPSConnectorResource.createSharedSecret(java.lang.String id) |
void |
TPSConnectorResource.deleteSharedSecret(java.lang.String id) |
InstallToken |
SecurityDomainResource.getInstallToken(java.lang.String hostname,
java.lang.String subsystem) |
KeyData |
TPSConnectorResource.getSharedSecret(java.lang.String id) |
KeyData |
TPSConnectorResource.replaceSharedSecret(java.lang.String id) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProfileResource |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProfileResource.addProfile(ProfileData profileData) |
javax.ws.rs.core.Response |
ProfileResource.changeProfileStatus(java.lang.String profileID,
java.lang.String action) |
void |
ProfileResource.removeProfile(java.lang.String profileID) |
javax.ws.rs.core.Response |
ProfileResource.updateProfile(java.lang.String profileID,
ProfileData profileData) |
Modifier and Type | Interface and Description |
---|---|
interface |
TokenResource |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TokenResource.addToken(TokenData tokenData) |
javax.ws.rs.core.Response |
TokenResource.modifyToken(java.lang.String tokenID,
TokenModifyRequest request) |
void |
TokenResource.removeToken(java.lang.String tokenID) |
javax.ws.rs.core.Response |
TokenResource.updateToken(java.lang.String tokenID,
TokenData tokenData) |
Modifier and Type | Interface and Description |
---|---|
interface |
UserResource |