Uses of Class
com.netscape.certsrv.authentication.AuthMethodMapping
-
-
Uses of AuthMethodMapping in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority with annotations of type AuthMethodMapping Modifier and Type Method Description javax.ws.rs.core.ResponseAuthorityResource. createCA(AuthorityData data)javax.ws.rs.core.ResponseAuthorityResource. deleteCA(java.lang.String caIDString)javax.ws.rs.core.ResponseAuthorityResource. disableCA(java.lang.String caIDString)javax.ws.rs.core.ResponseAuthorityResource. enableCA(java.lang.String caIDString)javax.ws.rs.core.ResponseAuthorityResource. modifyCA(java.lang.String caIDString, AuthorityData data)Modify a CA (supports partial updates).javax.ws.rs.core.ResponseAuthorityResource. renewCA(java.lang.String caIDString) -
Uses of AuthMethodMapping in com.netscape.certsrv.cert
Methods in com.netscape.certsrv.cert with annotations of type AuthMethodMapping Modifier and Type Method Description javax.ws.rs.core.ResponseCertRequestResource. approveRequest(RequestId id, CertReviewResponse data)javax.ws.rs.core.ResponseCertRequestResource. assignRequest(RequestId id, CertReviewResponse data)javax.ws.rs.core.ResponseCertRequestResource. cancelRequest(RequestId id, CertReviewResponse data)javax.ws.rs.core.ResponseCertRequestResource. 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.ResponseCertRequestResource. rejectRequest(RequestId id, CertReviewResponse data)javax.ws.rs.core.ResponseCertResource. reviewCert(CertId id)javax.ws.rs.core.ResponseCertRequestResource. reviewRequest(RequestId id)javax.ws.rs.core.ResponseCertResource. revokeCACert(CertId id, CertRevokeRequest request)javax.ws.rs.core.ResponseCertResource. revokeCert(CertId id, CertRevokeRequest request)javax.ws.rs.core.ResponseCertRequestResource. unassignRequest(RequestId id, CertReviewResponse data)javax.ws.rs.core.ResponseCertResource. unrevokeCert(CertId id)javax.ws.rs.core.ResponseCertRequestResource. updateRequest(RequestId id, CertReviewResponse data)javax.ws.rs.core.ResponseCertRequestResource. validateRequest(RequestId id, CertReviewResponse data) -
Uses of AuthMethodMapping in com.netscape.certsrv.group
Classes in com.netscape.certsrv.group with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceGroupResource -
Uses of AuthMethodMapping in com.netscape.certsrv.key
Classes in com.netscape.certsrv.key with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceKeyRequestResourceinterfaceKeyResource -
Uses of AuthMethodMapping in com.netscape.certsrv.logging
Classes in com.netscape.certsrv.logging with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceAuditResource -
Uses of AuthMethodMapping in com.netscape.certsrv.profile
Classes in com.netscape.certsrv.profile with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceProfileResource -
Uses of AuthMethodMapping in com.netscape.certsrv.selftests
Classes in com.netscape.certsrv.selftests with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceSelfTestResource -
Uses of AuthMethodMapping in com.netscape.certsrv.system
Classes in com.netscape.certsrv.system with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceKRAConnectorResourceinterfaceTPSConnectorResourceMethods in com.netscape.certsrv.system with annotations of type AuthMethodMapping Modifier and Type Method Description javax.ws.rs.core.ResponseSecurityDomainResource. getInstallToken(java.lang.String hostname, java.lang.String subsystem) -
Uses of AuthMethodMapping in com.netscape.certsrv.tps.authenticator
Classes in com.netscape.certsrv.tps.authenticator with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceAuthenticatorResource -
Uses of AuthMethodMapping in com.netscape.certsrv.tps.connector
Classes in com.netscape.certsrv.tps.connector with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceConnectorResource -
Uses of AuthMethodMapping in com.netscape.certsrv.tps.profile
Classes in com.netscape.certsrv.tps.profile with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceProfileMappingResourceinterfaceProfileResource -
Uses of AuthMethodMapping in com.netscape.certsrv.tps.token
Classes in com.netscape.certsrv.tps.token with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceTokenResource -
Uses of AuthMethodMapping in com.netscape.certsrv.user
Classes in com.netscape.certsrv.user with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceUserResource -
Uses of AuthMethodMapping in org.dogtagpki.common
Classes in org.dogtagpki.common with annotations of type AuthMethodMapping Modifier and Type Interface Description interfaceConfigResource -
Uses of AuthMethodMapping in org.dogtagpki.server.rest
Classes in org.dogtagpki.server.rest with annotations of type AuthMethodMapping Modifier and Type Class Description classAccountService
-