Interface NameIDGenerator
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractNameIDGenerator,PersistentNameIDGenerator,TransientNameIDGenerator
Interface for a
NameID generator.- Author:
- Martin Lindström
-
Method Summary
Modifier and TypeMethodDescriptiongetNameID(Saml2UserAuthentication authentication) Generate aNameIDbased on the supplied authentication object.
-
Method Details
-
getNameID
Generate aNameIDbased on the supplied authentication object.- Parameters:
authentication- the authentication object- Returns:
- a
NameID
-