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