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 String
getPrincipal()
Returns the principal.T
getSecret()
Returns the secret.
-