Uses of Annotation Interface
com.netscape.certsrv.acls.ACLMapping
Packages that use ACLMapping
Package
Description
-
Uses of ACLMapping in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority with annotations of type ACLMappingModifier and TypeMethodDescriptionResponseAuthorityResource.createCA(AuthorityData data) ResponseResponseResponseResponseAuthorityResource.modifyCA(String caIDString, AuthorityData data) Modify a CA (supports partial updates).Response -
Uses of ACLMapping in com.netscape.certsrv.cert
Methods in com.netscape.certsrv.cert with annotations of type ACLMappingModifier and TypeMethodDescriptionResponseAgentCertRequestResource.approveRequest(RequestId id, CertReviewResponse data) ResponseAgentCertRequestResource.assignRequest(RequestId id, CertReviewResponse data) ResponseAgentCertRequestResource.cancelRequest(RequestId id, CertReviewResponse data) ResponseAgentCertRequestResource.listRequests(String requestState, String requestType, RequestId start, Integer pageSize, Integer maxResults, Integer maxTime) Used to generate list of cert requests based on the search parametersResponseAgentCertRequestResource.rejectRequest(RequestId id, CertReviewResponse data) ResponseAgentCertResource.reviewCert(CertId id) ResponseAgentCertRequestResource.reviewRequest(RequestId id) ResponseAgentCertResource.revokeCACert(CertId id, CertRevokeRequest request) ResponseAgentCertResource.revokeCert(CertId id, CertRevokeRequest request) ResponseAgentCertRequestResource.unassignRequest(RequestId id, CertReviewResponse data) ResponseAgentCertResource.unrevokeCert(CertId id) ResponseAgentCertRequestResource.updateRequest(RequestId id, CertReviewResponse data) ResponseAgentCertRequestResource.validateRequest(RequestId id, CertReviewResponse data) -
Uses of ACLMapping in com.netscape.certsrv.group
Classes in com.netscape.certsrv.group with annotations of type ACLMapping -
Uses of ACLMapping in com.netscape.certsrv.key
Classes in com.netscape.certsrv.key with annotations of type ACLMapping -
Uses of ACLMapping in com.netscape.certsrv.logging
Methods in com.netscape.certsrv.logging with annotations of type ACLMappingModifier and TypeMethodDescriptionResponseAuditResource.changeAuditStatus(String action) ResponseAuditResource.findAuditFiles()ResponseAuditResource.getAuditConfig()ResponseAuditResource.getAuditFile(String filename) ResponseAuditResource.updateAuditConfig(AuditConfig configData) -
Uses of ACLMapping in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile with annotations of type ACLMappingModifier and TypeMethodDescriptionResponseProfileResource.createProfile(String profileData) ResponseProfileResource.createProfileRaw(byte[] data) ResponseProfileResource.deleteProfile(String id) ResponseProfileResource.listProfiles(Integer start, Integer size, Boolean visible, Boolean enable, String enableBy) ResponseProfileResource.modifyProfile(String id, String modifyProfileRequest) ResponseProfileResource.modifyProfileRaw(String id, byte[] data) ResponseProfileResource.modifyProfileState(String id, String action) ResponseProfileResource.retrieveProfile(String id) ResponseProfileResource.retrieveProfileRaw(String id) -
Uses of ACLMapping in com.netscape.certsrv.selftests
Classes in com.netscape.certsrv.selftests with annotations of type ACLMappingMethods in com.netscape.certsrv.selftests with annotations of type ACLMappingModifier and TypeMethodDescriptionResponseSelfTestResource.executeSelfTests(String action) ResponseSelfTestResource.runSelfTest(String selfTestID) ResponseSelfTestResource.runSelfTests() -
Uses of ACLMapping in com.netscape.certsrv.system
Classes in com.netscape.certsrv.system with annotations of type ACLMappingMethods in com.netscape.certsrv.system with annotations of type ACLMappingModifier and TypeMethodDescriptionResponseSecurityDomainResource.addHost(SecurityDomainHost host) ResponseTPSConnectorResource.createSharedSecret(String id) ResponseTPSConnectorResource.deleteSharedSecret(String id) ResponseSecurityDomainResource.getInstallToken(String hostname, String subsystem) ResponseTPSConnectorResource.getSharedSecret(String id) ResponseSecurityDomainResource.removeHost(String hostID) ResponseTPSConnectorResource.replaceSharedSecret(String id) -
Uses of ACLMapping in com.netscape.certsrv.tps.authenticator
Classes in com.netscape.certsrv.tps.authenticator with annotations of type ACLMappingMethods in com.netscape.certsrv.tps.authenticator with annotations of type ACLMappingModifier and TypeMethodDescriptionResponseAuthenticatorResource.addAuthenticator(AuthenticatorData authenticatorData) ResponseAuthenticatorResource.changeStatus(String authenticatorID, String action) ResponseAuthenticatorResource.removeAuthenticator(String authenticatorID) ResponseAuthenticatorResource.updateAuthenticator(String authenticatorID, AuthenticatorData authenticatorData) -
Uses of ACLMapping in com.netscape.certsrv.tps.connector
Classes in com.netscape.certsrv.tps.connector with annotations of type ACLMappingMethods in com.netscape.certsrv.tps.connector with annotations of type ACLMappingModifier and TypeMethodDescriptionResponseConnectorResource.addConnector(ConnectorData connectorData) ResponseConnectorResource.changeStatus(String connectorID, String action) ResponseConnectorResource.removeConnector(String connectorID) ResponseConnectorResource.updateConnector(String connectorID, ConnectorData connectorData) -
Uses of ACLMapping in com.netscape.certsrv.tps.profile
Classes in com.netscape.certsrv.tps.profile with annotations of type ACLMappingMethods in com.netscape.certsrv.tps.profile with annotations of type ACLMappingModifier and TypeMethodDescriptionResponseProfileResource.addProfile(ProfileData profileData) ResponseProfileMappingResource.addProfileMapping(ProfileMappingData profileMappingData) ResponseProfileMappingResource.changeStatus(String profileMappingID, String action) ResponseProfileResource.changeStatus(String profileID, String action) ResponseProfileResource.removeProfile(String profileID) ResponseProfileMappingResource.removeProfileMapping(String profileMappingID) ResponseProfileResource.updateProfile(String profileID, ProfileData profileData) ResponseProfileMappingResource.updateProfileMapping(String profileMappingID, ProfileMappingData profileMappingData) -
Uses of ACLMapping in com.netscape.certsrv.tps.token
Classes in com.netscape.certsrv.tps.token with annotations of type ACLMappingMethods in com.netscape.certsrv.tps.token with annotations of type ACLMappingModifier and TypeMethodDescriptionResponseResponseTokenResource.changeTokenStatus(String tokenID, TokenStatus tokenStatus) ResponseTokenResource.modifyToken(String tokenID, TokenData tokenData) ResponseTokenResource.removeToken(String tokenID) ResponseTokenResource.replaceToken(String tokenID, TokenData tokenData) -
Uses of ACLMapping in com.netscape.certsrv.user
Classes in com.netscape.certsrv.user with annotations of type ACLMapping -
Uses of ACLMapping in org.dogtagpki.common
Classes in org.dogtagpki.common with annotations of type ACLMappingMethods in org.dogtagpki.common with annotations of type ACLMapping