Package org.molgenis.security.core
Interface MappedAuthenticatedPrincipal
-
- All Superinterfaces:
org.springframework.security.core.AuthenticatedPrincipal
public interface MappedAuthenticatedPrincipal extends org.springframework.security.core.AuthenticatedPrincipalRepresentation of an authenticatedPrincipalthat exposes a mapping of the name to another name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMappedName()Returns the mapped name of the authenticatedPrincipal.
-
-
-
Method Detail
-
getMappedName
String getMappedName()
Returns the mapped name of the authenticatedPrincipal. Nevernull.- Returns:
- the mapped name of the authenticated
Principal
-
-