Class AuthenticatorClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.tps.authenticator.AuthenticatorClient
- Author:
- Endi S. Dewata
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticatorClient(PKIClient client, String subsystem) AuthenticatorClient(SubsystemClient subsystemClient) -
Method Summary
Modifier and TypeMethodDescriptionaddAuthenticator(AuthenticatorData authenticatorData) changeAuthenticatorStatus(String authenticatorID, String action) findAuthenticators(String filter, Integer start, Integer size) getAuthenticator(String authenticatorID) voidremoveAuthenticator(String authenticatorID) updateAuthenticator(String authenticatorID, AuthenticatorData authenticatorData)
-
Constructor Details
-
AuthenticatorClient
- Throws:
Exception
-
AuthenticatorClient
-
-
Method Details
-
findAuthenticators
-
getAuthenticator
- Throws:
Exception
-
addAuthenticator
- Throws:
Exception
-
updateAuthenticator
public AuthenticatorData updateAuthenticator(String authenticatorID, AuthenticatorData authenticatorData) throws Exception - Throws:
Exception
-
changeAuthenticatorStatus
public AuthenticatorData changeAuthenticatorStatus(String authenticatorID, String action) throws Exception - Throws:
Exception
-
removeAuthenticator
-