Uses of Class
org.forgerock.secrets.credentials.ValidCredentialPairs
Package
Description
Contains secret credential related API objects.
-
Uses of ValidCredentialPairs in org.forgerock.secrets.credentials
Modifier and TypeMethodDescriptionstatic <S extends Secret,
E extends Exception>
ValidCredentialPairs<S,E> ValidCredentialPairs.credentialPairs
(ValidSecretsReference<S, E> validSecrets, Function<S, PrincipalAndSecret<S>> mapper) Factory method to create a new instance ofValidCredentialPairs
from a reference to a set of secrets that each contain a credential pair.static <S extends Secret,
E extends Exception>
ValidCredentialPairs<S,E> ValidCredentialPairs.fixedPrincipalCredentialPairs
(String principal, ValidSecretsReference<S, E> validSecrets) Factory method to create a new instance ofValidCredentialPairs
from a reference to a set of secrets.