Interface LdaptiveAuthentication

All Superinterfaces:
org.springframework.security.core.Authentication, NormalizedAuthentication, Principal, Serializable
All Known Implementing Classes:
LdaptiveAuthenticationToken, LdaptiveRememberMeAuthenticationToken

public interface LdaptiveAuthentication extends NormalizedAuthentication
The ldaptive authentication.
Author:
Christian Bremer
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the normalized principal.

    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