public class AuthenticatorClient extends Client
Modifier and Type | Field and Description |
---|---|
AuthenticatorResource |
resource |
Constructor and Description |
---|
AuthenticatorClient(PKIClient client,
java.lang.String subsystem) |
Modifier and Type | Method and 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) |
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
public AuthenticatorResource resource
public AuthenticatorClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
java.lang.Exception
public void init() throws java.lang.Exception
java.lang.Exception
public AuthenticatorCollection findAuthenticators(java.lang.String filter, java.lang.Integer start, java.lang.Integer size) throws java.lang.Exception
java.lang.Exception
public AuthenticatorData getAuthenticator(java.lang.String authenticatorID) throws java.lang.Exception
java.lang.Exception
public AuthenticatorData addAuthenticator(AuthenticatorData authenticatorData) throws java.lang.Exception
java.lang.Exception
public AuthenticatorData updateAuthenticator(java.lang.String authenticatorID, AuthenticatorData authenticatorData) throws java.lang.Exception
java.lang.Exception
public AuthenticatorData changeAuthenticatorStatus(java.lang.String authenticatorID, java.lang.String action) throws java.lang.Exception
java.lang.Exception
public void removeAuthenticator(java.lang.String authenticatorID) throws java.lang.Exception
java.lang.Exception