Interface LdaptiveAuthentication
- All Superinterfaces:
org.springframework.security.core.Authentication,NormalizedAuthentication,Principal,Serializable
- All Known Implementing Classes:
LdaptiveAuthenticationToken,LdaptiveRememberMeAuthenticationToken
The ldaptive authentication.
- 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
LdaptiveUserDetails getPrincipal()Description copied from interface:NormalizedAuthenticationReturns the normalized principal.- Specified by:
getPrincipalin interfaceorg.springframework.security.core.Authentication- Specified by:
getPrincipalin interfaceNormalizedAuthentication- Returns:
- the normalized principal
-