public class LoggingSecretServerClient extends Object implements SecretServerClient
| Constructor and Description |
|---|
LoggingSecretServerClient(SecretServerClient secretServerClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSecret(String token)
Provides the decrypted BASE64 encoded secret for the user using the specified token.
|
public LoggingSecretServerClient(SecretServerClient secretServerClient)
public String getSecret(String token)
SecretServerClientgetSecret in interface SecretServerClientCopyright © 2018. All rights reserved.