Uses of Class
jakarta.security.enterprise.CallerPrincipal
-
Uses of CallerPrincipal in jakarta.security.enterprise.identitystore
Modifier and TypeMethodDescriptionCredentialValidationResult.getCallerPrincipal()
Return the CallerPrincipal for the validated credential.Modifier and TypeMethodDescriptionRememberMeIdentityStore.generateLoginToken
(CallerPrincipal callerPrincipal, Set<String> groups) Associates the given principal and groups with a token.ModifierConstructorDescriptionCredentialValidationResult
(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.