Uses of Record Class
org.forgerock.secrets.credentials.PrincipalAndSecret
Packages that use PrincipalAndSecret
Package
Description
Contains secret credential related API objects.
-
Uses of PrincipalAndSecret in org.forgerock.secrets.credentials
Methods in org.forgerock.secrets.credentials that return PrincipalAndSecretMethods in org.forgerock.secrets.credentials that return types with arguments of type PrincipalAndSecretModifier and TypeMethodDescriptionCredentialPair.getAsync()
Gets thePrincipalAndSecret
asynchronously.Method parameters in org.forgerock.secrets.credentials with type arguments of type PrincipalAndSecretModifier and TypeMethodDescriptionstatic <T extends Secret>
CredentialPair<T>CredentialPair.credentialPair
(SecretReference<T> secretReference, Function<T, PrincipalAndSecret<T>, NoSuchSecretException> mapper) Factory method to create a new instance ofCredentialPair
from a reference to a secret containing both the principal and secret.