Uses of Interface
org.opensaml.saml.saml1.profile.SAML1NameIdentifierGenerator
Packages that use SAML1NameIdentifierGenerator
Package
Description
Classes for SAML 1.x profile behavior.
Implementations of SAML 1.x profile behavior.
-
Uses of SAML1NameIdentifierGenerator in org.opensaml.saml.saml1.profile
Classes in org.opensaml.saml.saml1.profile that implement SAML1NameIdentifierGeneratorModifier and TypeClassDescriptionclass
Abstract base class for simple implementations ofSAML1NameIdentifierGenerator
. -
Uses of SAML1NameIdentifierGenerator in org.opensaml.saml.saml1.profile.impl
Classes in org.opensaml.saml.saml1.profile.impl that implement SAML1NameIdentifierGeneratorModifier and TypeClassDescriptionclass
Subclass incorporating SAML 1 interface.Fields in org.opensaml.saml.saml1.profile.impl declared as SAML1NameIdentifierGeneratorModifier and TypeFieldDescriptionprivate SAML1NameIdentifierGenerator
AddNameIdentifierToSubjects.generator
Generator to use.Methods in org.opensaml.saml.saml1.profile.impl with parameters of type SAML1NameIdentifierGeneratorModifier and TypeMethodDescriptionvoid
AddNameIdentifierToSubjects.setNameIdentifierGenerator
(SAML1NameIdentifierGenerator theGenerator) Set the generator to use.