Class PrincipalAndSecret<T extends Secret>
- java.lang.Object
-
- org.forgerock.secrets.credentials.PrincipalAndSecret<T>
-
-
Constructor Summary
Constructors Constructor Description PrincipalAndSecret(String principal, T secret)Constructs a new PrincipalAndSecret.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrincipal()Returns the principal.TgetSecret()Returns the secret.
-