Interface MappedAuthenticatedPrincipal

  • All Superinterfaces:
    org.springframework.security.core.AuthenticatedPrincipal

    public interface MappedAuthenticatedPrincipal
    extends org.springframework.security.core.AuthenticatedPrincipal
    Representation of an authenticated Principal that exposes a mapping of the name to another name.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getMappedName()
      Returns the mapped name of the authenticated Principal.
      • Methods inherited from interface org.springframework.security.core.AuthenticatedPrincipal

        getName
    • Method Detail

      • getMappedName

        String getMappedName()
        Returns the mapped name of the authenticated Principal. Never null.
        Returns:
        the mapped name of the authenticated Principal