Interface LdaptiveAuthentication
- All Superinterfaces:
org.springframework.security.core.Authentication,org.bremersee.spring.security.core.NormalizedAuthentication,Principal,Serializable
- All Known Implementing Classes:
LdaptiveAuthenticationToken,LdaptiveRememberMeAuthenticationToken
public interface LdaptiveAuthentication
extends org.bremersee.spring.security.core.NormalizedAuthentication
The ldaptive authentication.
- Author:
- Christian Bremer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.security.core.Authentication
org.springframework.security.core.Authentication.Builder<B extends org.springframework.security.core.Authentication.Builder<B>> -
Method Summary
Methods inherited from interface org.springframework.security.core.Authentication
getAuthorities, getCredentials, getDetails, isAuthenticated, setAuthenticated, toBuilderMethods inherited from interface org.bremersee.spring.security.core.NormalizedAuthentication
getGrantedAuthorityNames, getGroupNames, getGroups, hasAnyGrantedAuthority, hasAnyGrantedAuthority, hasGrantedAuthority, isInAnyGroup, isInAnyGroup, isInGroup
-
Method Details
-
getPrincipal
LdaptiveUserDetails getPrincipal()- Specified by:
getPrincipalin interfaceorg.springframework.security.core.Authentication- Specified by:
getPrincipalin interfaceorg.bremersee.spring.security.core.NormalizedAuthentication
-