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
-
Method Summary
Methods inherited from interface org.springframework.security.core.Authentication
getAuthorities, getCredentials, getDetails, isAuthenticated, setAuthenticated
-
Method Details
-
getPrincipal
LdaptiveUserDetails getPrincipal()- Specified by:
getPrincipalin interfaceorg.springframework.security.core.Authentication- Specified by:
getPrincipalin interfaceorg.bremersee.spring.security.core.NormalizedAuthentication
-