Uses of Class
com.netscape.certsrv.acls.ACLMapping
-
-
Uses of ACLMapping in com.netscape.certsrv.account
Methods in com.netscape.certsrv.account with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
AccountResource. login()
javax.ws.rs.core.Response
AccountResource. logout()
-
Uses of ACLMapping in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
AuthorityResource. createCA(AuthorityData data)
javax.ws.rs.core.Response
AuthorityResource. deleteCA(java.lang.String caIDString)
javax.ws.rs.core.Response
AuthorityResource. disableCA(java.lang.String caIDString)
javax.ws.rs.core.Response
AuthorityResource. enableCA(java.lang.String caIDString)
javax.ws.rs.core.Response
AuthorityResource. modifyCA(java.lang.String caIDString, AuthorityData data)
Modify a CA (supports partial updates).javax.ws.rs.core.Response
AuthorityResource. renewCA(java.lang.String caIDString)
-
Uses of ACLMapping in com.netscape.certsrv.cert
Methods in com.netscape.certsrv.cert with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
CertRequestResource. approveRequest(RequestId id, CertReviewResponse data)
javax.ws.rs.core.Response
CertRequestResource. assignRequest(RequestId id, CertReviewResponse data)
javax.ws.rs.core.Response
CertRequestResource. cancelRequest(RequestId id, CertReviewResponse data)
javax.ws.rs.core.Response
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 parametersjavax.ws.rs.core.Response
CertRequestResource. rejectRequest(RequestId id, CertReviewResponse data)
javax.ws.rs.core.Response
CertResource. reviewCert(CertId id)
javax.ws.rs.core.Response
CertRequestResource. reviewRequest(RequestId id)
javax.ws.rs.core.Response
CertResource. revokeCACert(CertId id, CertRevokeRequest request)
javax.ws.rs.core.Response
CertResource. revokeCert(CertId id, CertRevokeRequest request)
javax.ws.rs.core.Response
CertRequestResource. unassignRequest(RequestId id, CertReviewResponse data)
javax.ws.rs.core.Response
CertResource. unrevokeCert(CertId id)
javax.ws.rs.core.Response
CertRequestResource. updateRequest(RequestId id, CertReviewResponse data)
javax.ws.rs.core.Response
CertRequestResource. validateRequest(RequestId id, CertReviewResponse data)
-
Uses of ACLMapping in com.netscape.certsrv.group
Classes in com.netscape.certsrv.group with annotations of type ACLMapping Modifier and Type Interface Description interface
GroupResource
-
Uses of ACLMapping in com.netscape.certsrv.key
Classes in com.netscape.certsrv.key with annotations of type ACLMapping Modifier and Type Interface Description interface
KeyRequestResource
interface
KeyResource
-
Uses of ACLMapping in com.netscape.certsrv.logging
Methods in com.netscape.certsrv.logging with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
AuditResource. changeAuditStatus(java.lang.String action)
javax.ws.rs.core.Response
AuditResource. findAuditFiles()
javax.ws.rs.core.Response
AuditResource. getAuditConfig()
javax.ws.rs.core.Response
AuditResource. getAuditFile(java.lang.String filename)
javax.ws.rs.core.Response
AuditResource. updateAuditConfig(AuditConfig configData)
-
Uses of ACLMapping in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
ProfileResource. createProfile(ProfileData data)
javax.ws.rs.core.Response
ProfileResource. createProfileRaw(byte[] data)
javax.ws.rs.core.Response
ProfileResource. deleteProfile(java.lang.String id)
javax.ws.rs.core.Response
ProfileResource. listProfiles(java.lang.Integer start, java.lang.Integer size)
javax.ws.rs.core.Response
ProfileResource. modifyProfile(java.lang.String id, ProfileData data)
javax.ws.rs.core.Response
ProfileResource. modifyProfileRaw(java.lang.String id, byte[] data)
javax.ws.rs.core.Response
ProfileResource. modifyProfileState(java.lang.String id, java.lang.String action)
javax.ws.rs.core.Response
ProfileResource. retrieveProfile(java.lang.String id)
javax.ws.rs.core.Response
ProfileResource. retrieveProfileRaw(java.lang.String id)
-
Uses of ACLMapping in com.netscape.certsrv.selftests
Classes in com.netscape.certsrv.selftests with annotations of type ACLMapping Modifier and Type Interface Description interface
SelfTestResource
Methods in com.netscape.certsrv.selftests with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
SelfTestResource. executeSelfTests(java.lang.String action)
javax.ws.rs.core.Response
SelfTestResource. runSelfTest(java.lang.String selfTestID)
javax.ws.rs.core.Response
SelfTestResource. runSelfTests()
-
Uses of ACLMapping in com.netscape.certsrv.system
Classes in com.netscape.certsrv.system with annotations of type ACLMapping Modifier and Type Interface Description interface
KRAConnectorResource
Methods in com.netscape.certsrv.system with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
SecurityDomainHostResource. addHost(SecurityDomainHost host)
javax.ws.rs.core.Response
TPSConnectorResource. createSharedSecret(java.lang.String id)
javax.ws.rs.core.Response
TPSConnectorResource. deleteSharedSecret(java.lang.String id)
javax.ws.rs.core.Response
SecurityDomainResource. getInstallToken(java.lang.String hostname, java.lang.String subsystem)
javax.ws.rs.core.Response
TPSConnectorResource. getSharedSecret(java.lang.String id)
javax.ws.rs.core.Response
SecurityDomainHostResource. removeHost(java.lang.String hostID)
javax.ws.rs.core.Response
TPSConnectorResource. replaceSharedSecret(java.lang.String id)
-
Uses of ACLMapping in com.netscape.certsrv.tps.authenticator
Classes in com.netscape.certsrv.tps.authenticator with annotations of type ACLMapping Modifier and Type Interface Description interface
AuthenticatorResource
Methods in com.netscape.certsrv.tps.authenticator with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
AuthenticatorResource. addAuthenticator(AuthenticatorData authenticatorData)
javax.ws.rs.core.Response
AuthenticatorResource. changeStatus(java.lang.String authenticatorID, java.lang.String action)
javax.ws.rs.core.Response
AuthenticatorResource. removeAuthenticator(java.lang.String authenticatorID)
javax.ws.rs.core.Response
AuthenticatorResource. updateAuthenticator(java.lang.String authenticatorID, AuthenticatorData authenticatorData)
-
Uses of ACLMapping in com.netscape.certsrv.tps.connector
Classes in com.netscape.certsrv.tps.connector with annotations of type ACLMapping Modifier and Type Interface Description interface
ConnectorResource
Methods in com.netscape.certsrv.tps.connector with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
ConnectorResource. addConnector(ConnectorData connectorData)
javax.ws.rs.core.Response
ConnectorResource. changeStatus(java.lang.String connectorID, java.lang.String action)
javax.ws.rs.core.Response
ConnectorResource. removeConnector(java.lang.String connectorID)
javax.ws.rs.core.Response
ConnectorResource. updateConnector(java.lang.String connectorID, ConnectorData connectorData)
-
Uses of ACLMapping in com.netscape.certsrv.tps.profile
Classes in com.netscape.certsrv.tps.profile with annotations of type ACLMapping Modifier and Type Interface Description interface
ProfileMappingResource
interface
ProfileResource
Methods in com.netscape.certsrv.tps.profile with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
ProfileResource. addProfile(ProfileData profileData)
javax.ws.rs.core.Response
ProfileMappingResource. addProfileMapping(ProfileMappingData profileMappingData)
javax.ws.rs.core.Response
ProfileMappingResource. changeStatus(java.lang.String profileMappingID, java.lang.String action)
javax.ws.rs.core.Response
ProfileResource. changeStatus(java.lang.String profileID, java.lang.String action)
javax.ws.rs.core.Response
ProfileResource. removeProfile(java.lang.String profileID)
javax.ws.rs.core.Response
ProfileMappingResource. removeProfileMapping(java.lang.String profileMappingID)
javax.ws.rs.core.Response
ProfileResource. updateProfile(java.lang.String profileID, ProfileData profileData)
javax.ws.rs.core.Response
ProfileMappingResource. updateProfileMapping(java.lang.String profileMappingID, ProfileMappingData profileMappingData)
-
Uses of ACLMapping in com.netscape.certsrv.tps.token
Classes in com.netscape.certsrv.tps.token with annotations of type ACLMapping Modifier and Type Interface Description interface
TokenResource
Methods in com.netscape.certsrv.tps.token with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
TokenResource. addToken(TokenData tokenData)
javax.ws.rs.core.Response
TokenResource. changeTokenStatus(java.lang.String tokenID, TokenStatus tokenStatus)
javax.ws.rs.core.Response
TokenResource. modifyToken(java.lang.String tokenID, TokenData tokenData)
javax.ws.rs.core.Response
TokenResource. removeToken(java.lang.String tokenID)
javax.ws.rs.core.Response
TokenResource. replaceToken(java.lang.String tokenID, TokenData tokenData)
-
Uses of ACLMapping in com.netscape.certsrv.user
Classes in com.netscape.certsrv.user with annotations of type ACLMapping Modifier and Type Interface Description interface
UserResource
-
Uses of ACLMapping in org.dogtagpki.common
Classes in org.dogtagpki.common with annotations of type ACLMapping Modifier and Type Interface Description interface
ConfigResource
Methods in org.dogtagpki.common with annotations of type ACLMapping Modifier and Type Method Description javax.ws.rs.core.Response
ConfigResource. updateConfig(ConfigData configData)
-