Uses of Class
jakarta.security.enterprise.CallerPrincipal
-
Packages that use CallerPrincipal Package Description jakarta.security.enterprise.identitystore The identity store API package. -
-
Uses of CallerPrincipal in jakarta.security.enterprise.identitystore
Methods in jakarta.security.enterprise.identitystore that return CallerPrincipal Modifier and Type Method Description CallerPrincipal
CredentialValidationResult. getCallerPrincipal()
Return the CallerPrincipal for the validated credential.Methods in jakarta.security.enterprise.identitystore with parameters of type CallerPrincipal Modifier and Type Method Description String
RememberMeIdentityStore. generateLoginToken(CallerPrincipal callerPrincipal, Set<String> groups)
Associates the given principal and groups with a token.Constructors in jakarta.security.enterprise.identitystore with parameters of type CallerPrincipal Constructor Description CredentialValidationResult(CallerPrincipal callerPrincipal)
Constructor for a VALID result.CredentialValidationResult(CallerPrincipal callerPrincipal, Set<String> groups)
Constructor for a VALID result.CredentialValidationResult(String storeId, CallerPrincipal callerPrincipal, String callerDn, String callerUniqueId, Set<String> groups)
Constructor for a VALID result.
-