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 AuthenticatorDataAuthenticatorClient. addAuthenticator(AuthenticatorData authenticatorData)AuthenticatorDataAuthenticatorClient. changeAuthenticatorStatus(java.lang.String authenticatorID, java.lang.String action)AuthenticatorDataAuthenticatorClient. getAuthenticator(java.lang.String authenticatorID)AuthenticatorDataAuthenticatorClient. updateAuthenticator(java.lang.String authenticatorID, AuthenticatorData authenticatorData)static AuthenticatorDataAuthenticatorData. 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 AuthenticatorDataAuthenticatorClient. addAuthenticator(AuthenticatorData authenticatorData)javax.ws.rs.core.ResponseAuthenticatorResource. addAuthenticator(AuthenticatorData authenticatorData)AuthenticatorDataAuthenticatorClient. updateAuthenticator(java.lang.String authenticatorID, AuthenticatorData authenticatorData)javax.ws.rs.core.ResponseAuthenticatorResource. 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 voidAuthenticatorCLI. printAuthenticatorData(AuthenticatorData authenticatorData, boolean showProperties)
-