Package com.pingidentity.sdk.secretmanager
A plugin interface, with associated classes, for creating custom secret managers.
- Since:
- 11.0
-
Interface Summary Interface Description SecretManager This interface defines the methods that the PingFederate server calls to retrieve secrets from external secret storage services. -
Class Summary Class Description SecretInfo The information about the secret returned fromSecretManager.getSecretInfo(String, java.util.Map).SecretManagerDescriptor This class is used to describe a Secret Manager plugin implementation to the PingFederate server.SecretReferenceUtil Utility class for secret references used bySecretManager. -
Exception Summary Exception Description SecretManagerException An exception that can be thrown fromSecretManager.getSecretInfo(String, java.util.Map)to indicate that there was an error retrieving the secret.