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

    Modifier and Type
    Method
    Description
     

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

    getAuthorities, getCredentials, getDetails, isAuthenticated, setAuthenticated, toBuilder

    Methods inherited from interface org.bremersee.spring.security.core.NormalizedAuthentication

    getGrantedAuthorityNames, getGroupNames, getGroups, hasAnyGrantedAuthority, hasAnyGrantedAuthority, hasGrantedAuthority, isInAnyGroup, isInAnyGroup, isInGroup

    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