Class AuthenticatorClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.tps.authenticator.AuthenticatorClient
-
public class AuthenticatorClient extends Client
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorClient(PKIClient client, java.lang.String subsystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticatorDataaddAuthenticator(AuthenticatorData authenticatorData)AuthenticatorDatachangeAuthenticatorStatus(java.lang.String authenticatorID, java.lang.String action)AuthenticatorCollectionfindAuthenticators(java.lang.String filter, java.lang.Integer start, java.lang.Integer size)AuthenticatorDatagetAuthenticator(java.lang.String authenticatorID)voidinit()voidremoveAuthenticator(java.lang.String authenticatorID)AuthenticatorDataupdateAuthenticator(java.lang.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 Detail
-
resource
public AuthenticatorResource resource
-
-
Constructor Detail
-
AuthenticatorClient
public AuthenticatorClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
init
public void init() throws java.lang.Exception- Throws:
java.lang.Exception
-
findAuthenticators
public AuthenticatorCollection findAuthenticators(java.lang.String filter, java.lang.Integer start, java.lang.Integer size) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getAuthenticator
public AuthenticatorData getAuthenticator(java.lang.String authenticatorID) throws java.lang.Exception
- Throws:
java.lang.Exception
-
addAuthenticator
public AuthenticatorData addAuthenticator(AuthenticatorData authenticatorData) throws java.lang.Exception
- Throws:
java.lang.Exception
-
updateAuthenticator
public AuthenticatorData updateAuthenticator(java.lang.String authenticatorID, AuthenticatorData authenticatorData) throws java.lang.Exception
- Throws:
java.lang.Exception
-
changeAuthenticatorStatus
public AuthenticatorData changeAuthenticatorStatus(java.lang.String authenticatorID, java.lang.String action) throws java.lang.Exception
- Throws:
java.lang.Exception
-
removeAuthenticator
public void removeAuthenticator(java.lang.String authenticatorID) throws java.lang.Exception- Throws:
java.lang.Exception
-
-