Uses of Interface
org.bremersee.spring.security.core.NormalizedPrincipal
Packages that use NormalizedPrincipal
Package
Description
-
Uses of NormalizedPrincipal in org.bremersee.spring.security.core
Classes in org.bremersee.spring.security.core that implement NormalizedPrincipalMethods in org.bremersee.spring.security.core that return NormalizedPrincipalModifier and TypeMethodDescriptionNormalizedAuthentication.getPrincipal()Returns the normalized principal. -
Uses of NormalizedPrincipal in org.bremersee.spring.security.ldaptive.userdetails
Subinterfaces of NormalizedPrincipal in org.bremersee.spring.security.ldaptive.userdetailsClasses in org.bremersee.spring.security.ldaptive.userdetails that implement NormalizedPrincipal -
Uses of NormalizedPrincipal in org.bremersee.spring.security.oauth2.server.resource.authentication
Methods in org.bremersee.spring.security.oauth2.server.resource.authentication that return NormalizedPrincipalConstructors in org.bremersee.spring.security.oauth2.server.resource.authentication with parameters of type NormalizedPrincipalModifierConstructorDescriptionNormalizedJwtAuthenticationToken(org.springframework.security.oauth2.jwt.Jwt jwt, NormalizedPrincipal principal, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) Instantiates a new normalized jwt authentication token.