Uses of Class
com.netscape.certsrv.authentication.AuthMethodMapping
-
-
Uses of AuthMethodMapping in com.netscape.certsrv.account
Classes in com.netscape.certsrv.account with annotations of type AuthMethodMapping Modifier and Type Interface Description interface
AccountResource
-
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.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 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.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 AuthMethodMapping in com.netscape.certsrv.group
Classes in com.netscape.certsrv.group with annotations of type AuthMethodMapping Modifier and Type Interface Description interface
GroupResource
-
Uses of AuthMethodMapping in com.netscape.certsrv.key
Classes in com.netscape.certsrv.key with annotations of type AuthMethodMapping Modifier and Type Interface Description interface
KeyRequestResource
interface
KeyResource
-
Uses of AuthMethodMapping in com.netscape.certsrv.logging
Classes in com.netscape.certsrv.logging with annotations of type AuthMethodMapping Modifier and Type Interface Description interface
AuditResource
-
Uses of AuthMethodMapping in com.netscape.certsrv.profile
Classes in com.netscape.certsrv.profile with annotations of type AuthMethodMapping Modifier and Type Interface Description interface
ProfileResource
-
Uses of AuthMethodMapping in com.netscape.certsrv.selftests
Classes in com.netscape.certsrv.selftests with annotations of type AuthMethodMapping Modifier and Type Interface Description interface
SelfTestResource
-
Uses of AuthMethodMapping in com.netscape.certsrv.system
Classes in com.netscape.certsrv.system with annotations of type AuthMethodMapping Modifier and Type Interface Description interface
KRAConnectorResource
interface
TPSConnectorResource
Methods in com.netscape.certsrv.system with annotations of type AuthMethodMapping Modifier and Type Method Description javax.ws.rs.core.Response
SecurityDomainResource. 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 interface
AuthenticatorResource
-
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 interface
ConnectorResource
-
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 interface
ProfileMappingResource
interface
ProfileResource
-
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 interface
TokenResource
-
Uses of AuthMethodMapping in com.netscape.certsrv.user
Classes in com.netscape.certsrv.user with annotations of type AuthMethodMapping Modifier and Type Interface Description interface
UserResource
-
Uses of AuthMethodMapping in org.dogtagpki.common
Classes in org.dogtagpki.common with annotations of type AuthMethodMapping Modifier and Type Interface Description interface
ConfigResource
-