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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.springframework.security.core.Authentication

    getAuthorities, getCredentials, getDetails, isAuthenticated, setAuthenticated

    Methods inherited from interface java.security.Principal

    equals, getName, hashCode, implies, toString
  • Method Details

    • getPrincipal

      LdaptiveUserDetails getPrincipal()
      Specified by:
      getPrincipal in interface org.springframework.security.core.Authentication
      Specified by:
      getPrincipal in interface org.bremersee.spring.security.core.NormalizedAuthentication