Interface NormalizedAuthentication
- All Superinterfaces:
org.springframework.security.core.Authentication,Principal,Serializable
- All Known Subinterfaces:
LdaptiveAuthentication
- All Known Implementing Classes:
LdaptiveAuthenticationToken,LdaptiveRememberMeAuthenticationToken,NormalizedJwtAuthenticationToken
public interface NormalizedAuthentication
extends org.springframework.security.core.Authentication
The normalized authentication token.
- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptionReturns the normalized principal.Methods inherited from interface org.springframework.security.core.Authentication
getAuthorities, getCredentials, getDetails, isAuthenticated, setAuthenticated
-
Method Details
-
getPrincipal
NormalizedPrincipal getPrincipal()Returns the normalized principal.- Specified by:
getPrincipalin interfaceorg.springframework.security.core.Authentication- Returns:
- the normalized principal
-