Interface NormalizedAuthentication

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

public interface NormalizedAuthentication extends org.springframework.security.core.Authentication
The normalized authentication token.
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
  • Method Details

    • getPrincipal

      NormalizedPrincipal getPrincipal()
      Returns the normalized principal.
      Specified by:
      getPrincipal in interface org.springframework.security.core.Authentication
      Returns:
      the normalized principal