Uses of Class
org.forgerock.secrets.credentials.PrincipalAndSecret
-
Packages that use PrincipalAndSecret Package Description org.forgerock.secrets.credentials Contains secret credential related API objects. -
-
Uses of PrincipalAndSecret in org.forgerock.secrets.credentials
Methods in org.forgerock.secrets.credentials that return PrincipalAndSecret Modifier and Type Method Description PrincipalAndSecret<T>
CredentialPair. get()
Get thePrincipalAndSecret
.Methods in org.forgerock.secrets.credentials that return types with arguments of type PrincipalAndSecret Modifier and Type Method Description Promise<PrincipalAndSecret<T>,NoSuchSecretException>
CredentialPair. getAsync()
Gets thePrincipalAndSecret
asynchronously.Method parameters in org.forgerock.secrets.credentials with type arguments of type PrincipalAndSecret Modifier and Type Method Description static <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.
-