Uses of Interface
se.swedenconnect.spring.saml.idp.attributes.nameid.NameIDGenerator
Packages that use NameIDGenerator
Package
Description
Support for SAML
NameID
s.Support for processing SAML authentication requests.
-
Uses of NameIDGenerator in se.swedenconnect.spring.saml.idp.attributes.nameid
Classes in se.swedenconnect.spring.saml.idp.attributes.nameid that implement NameIDGeneratorModifier and TypeClassDescriptionclass
Abstract base class for theNameIDGenerator
interface.class
ANameIDGenerator
for generaring persistentNameID
s.class
ANameIDGenerator
for generaring transientNameID
s.Methods in se.swedenconnect.spring.saml.idp.attributes.nameid that return NameIDGeneratorModifier and TypeMethodDescriptionprotected NameIDGenerator
DefaultNameIDGeneratorFactory.createNameIDGenerator
(String format, String nameQualifier, String spNameQualifier) Creates aNameIDGenerator
based on the supplied format.DefaultNameIDGeneratorFactory.getNameIDGenerator
(AuthnRequest authnRequest, EntityDescriptor peerMetadata) Given the requirements for aNameID
in theAuthnRequest
andEntityDescriptor
along with the IdP policy the method returns aNameIDGenerator
.NameIDGeneratorFactory.getNameIDGenerator
(AuthnRequest authnRequest, EntityDescriptor peerMetadata) Given the requirements for aNameID
in theAuthnRequest
andEntityDescriptor
along with the IdP policy the method returns aNameIDGenerator
. -
Uses of NameIDGenerator in se.swedenconnect.spring.saml.idp.authnrequest
Methods in se.swedenconnect.spring.saml.idp.authnrequest that return NameIDGeneratorModifier and TypeMethodDescriptionSaml2AuthnRequestAuthenticationToken.getNameIDGenerator()
Gets theNameIDGenerator
to use when generating aNameID
in the assertion that is created based on this request.Methods in se.swedenconnect.spring.saml.idp.authnrequest with parameters of type NameIDGeneratorModifier and TypeMethodDescriptionvoid
Saml2AuthnRequestAuthenticationToken.setNameIDGenerator
(NameIDGenerator nameIDGenerator) Assigns theNameIDGenerator
to use when generating aNameID
in the assertion that is created based on this request.