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 AuthenticatorData
addAuthenticator(AuthenticatorData authenticatorData)
AuthenticatorData
changeAuthenticatorStatus(java.lang.String authenticatorID, java.lang.String action)
AuthenticatorCollection
findAuthenticators(java.lang.String filter, java.lang.Integer start, java.lang.Integer size)
AuthenticatorData
getAuthenticator(java.lang.String authenticatorID)
void
init()
void
removeAuthenticator(java.lang.String authenticatorID)
AuthenticatorData
updateAuthenticator(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
-
-