Uses of Class
com.netscape.certsrv.tps.authenticator.AuthenticatorData
-
Packages that use AuthenticatorData Package Description com.netscape.certsrv.tps.authenticator com.netscape.cmstools.tps.authenticator -
-
Uses of AuthenticatorData in com.netscape.certsrv.tps.authenticator
Methods in com.netscape.certsrv.tps.authenticator that return AuthenticatorData Modifier and Type Method Description AuthenticatorData
AuthenticatorClient. addAuthenticator(AuthenticatorData authenticatorData)
AuthenticatorData
AuthenticatorClient. changeAuthenticatorStatus(java.lang.String authenticatorID, java.lang.String action)
AuthenticatorData
AuthenticatorClient. getAuthenticator(java.lang.String authenticatorID)
AuthenticatorData
AuthenticatorClient. updateAuthenticator(java.lang.String authenticatorID, AuthenticatorData authenticatorData)
static AuthenticatorData
AuthenticatorData. valueOf(java.lang.String string)
Methods in com.netscape.certsrv.tps.authenticator that return types with arguments of type AuthenticatorData Modifier and Type Method Description java.util.Collection<AuthenticatorData>
AuthenticatorCollection. getEntries()
Methods in com.netscape.certsrv.tps.authenticator with parameters of type AuthenticatorData Modifier and Type Method Description AuthenticatorData
AuthenticatorClient. addAuthenticator(AuthenticatorData authenticatorData)
javax.ws.rs.core.Response
AuthenticatorResource. addAuthenticator(AuthenticatorData authenticatorData)
AuthenticatorData
AuthenticatorClient. updateAuthenticator(java.lang.String authenticatorID, AuthenticatorData authenticatorData)
javax.ws.rs.core.Response
AuthenticatorResource. updateAuthenticator(java.lang.String authenticatorID, AuthenticatorData authenticatorData)
-
Uses of AuthenticatorData in com.netscape.cmstools.tps.authenticator
Methods in com.netscape.cmstools.tps.authenticator with parameters of type AuthenticatorData Modifier and Type Method Description static void
AuthenticatorCLI. printAuthenticatorData(AuthenticatorData authenticatorData, boolean showProperties)
-