Class AuthenticatorClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.tps.authenticator.AuthenticatorClient
- Author:
- Endi S. Dewata
-
Field Summary
Fields -
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
init()
void
removeAuthenticator
(String authenticatorID) updateAuthenticator
(String authenticatorID, AuthenticatorData authenticatorData) Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
Field Details
-
resource
-
-
Constructor Details
-
AuthenticatorClient
- Throws:
Exception
-
-
Method Details
-
init
- Throws:
Exception
-
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
-