public interface ClientConfigurationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
createNewConfiguration(java.lang.String clientContent)
Used by the PAM Service to check whether the client's configuration details are available
|
java.lang.String |
getConfigurationContent()
Used by the PAM Service to get the registered client's details
|
boolean |
isConfigurationAvailable()
Used by the PAM Service to get the configuration content.
|
void |
removeConfiguration()
Remove the stored configuration
|
java.lang.String getConfigurationContent()
throws SDKOperationFailedException
SDKOperationFailedException - if unable to fetch the configuration contentboolean isConfigurationAvailable()
void createNewConfiguration(java.lang.String clientContent)
throws SDKOperationFailedException
clientContent - The client content will be provided by the PAM Server on successful registrationSDKOperationFailedException - if Unable to store or create the configurationvoid removeConfiguration()
throws SDKOperationFailedException
SDKOperationFailedException - if Unable to remove the configuration