Class AuthenticatorClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.tps.authenticator.AuthenticatorClient
- Author:
- Endi S. Dewata
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAuthenticator
(AuthenticatorData authenticatorData) changeAuthenticatorStatus
(String authenticatorID, String action) findAuthenticators
(String filter, Integer start, Integer size) getAuthenticator
(String authenticatorID) void
removeAuthenticator
(String authenticatorID) updateAuthenticator
(String authenticatorID, AuthenticatorData authenticatorData)
-
Constructor Details
-
AuthenticatorClient
- Throws:
Exception
-
-
Method Details
-
findAuthenticators
public AuthenticatorCollection findAuthenticators(String filter, Integer start, Integer size) throws Exception - Throws:
Exception
-
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
- Throws:
Exception
-