Uses of Class
com.pingidentity.sdk.secretmanager.SecretManagerException
-
Packages that use SecretManagerException Package Description com.pingidentity.access Provides access to various objects contained within the main PingFederate application and engine.com.pingidentity.sdk.secretmanager A plugin interface, with associated classes, for creating custom secret managers. -
-
Uses of SecretManagerException in com.pingidentity.access
Methods in com.pingidentity.access that throw SecretManagerException Modifier and Type Method Description static SecretInfoSecretManagerAccessor. getSecretInfo(String secretReference, Map<String,Object> inParameters)Get the SecretInfo for the given secret reference from the Secret Manager. -
Uses of SecretManagerException in com.pingidentity.sdk.secretmanager
Methods in com.pingidentity.sdk.secretmanager that throw SecretManagerException Modifier and Type Method Description SecretInfoSecretManager. getSecretInfo(String secretId, Map<String,Object> inParameters)Gets the secret for the given secret id and input parameters from an external secret storage service.
-