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 TypeMethodDescriptionorg.opensaml.saml.saml2.core.NameID
getNameID
(Saml2UserAuthentication authentication) Generate aNameID
based on the supplied authentication object.
-
Method Details
-
getNameID
Generate aNameID
based on the supplied authentication object.- Parameters:
authentication
- the authentication object- Returns:
- a
NameID
-