Uses of Interface
org.opensaml.saml.common.profile.NameIdentifierGenerator
Packages that use NameIdentifierGenerator
Package
Description
Classes supporting general SAML profile behavior.
Actions and classes common to both SAML versions.
Classes for SAML 1.x profile behavior.
Implementations of SAML 1.x profile behavior.
Classes for SAML 2.0 profile behavior.
Implementations of SAML 2.0 profile behavior.
-
Uses of NameIdentifierGenerator in org.opensaml.saml.common.profile
Subinterfaces of NameIdentifierGenerator in org.opensaml.saml.common.profileModifier and TypeInterfaceDescriptioninterfaceFormatSpecificNameIdentifierGenerator<NameIdType extends SAMLObject>Specialized type ofNameIdentifierGeneratorthat is locked to a specific Format of identifier.Classes in org.opensaml.saml.common.profile that implement NameIdentifierGeneratorModifier and TypeClassDescriptionclassAbstractNameIdentifierGenerator<NameIdType extends SAMLObject>Abstract base class for simple implementations ofNameIdentifierGenerator. -
Uses of NameIdentifierGenerator in org.opensaml.saml.common.profile.impl
Classes in org.opensaml.saml.common.profile.impl that implement NameIdentifierGeneratorModifier and TypeClassDescriptionclassChainingNameIdentifierGenerator<NameIdType extends SAMLObject>A compound implementation of theNameIdentifierGeneratorinterface that wraps a sequence of candidate generators along with a default to try if no format-specific options are available.Fields in org.opensaml.saml.common.profile.impl declared as NameIdentifierGeneratorModifier and TypeFieldDescriptionprivate NameIdentifierGenerator<NameIdType>ChainingNameIdentifierGenerator.defaultNameIdGeneratorFallback generator, generally for legacy support.Fields in org.opensaml.saml.common.profile.impl with type parameters of type NameIdentifierGeneratorModifier and TypeFieldDescriptionprivate ListMultimap<String,NameIdentifierGenerator<NameIdType>> ChainingNameIdentifierGenerator.nameIdGeneratorMapMap of formats to generators.Methods in org.opensaml.saml.common.profile.impl with parameters of type NameIdentifierGeneratorModifier and TypeMethodDescriptionvoidChainingNameIdentifierGenerator.setDefaultGenerator(NameIdentifierGenerator<NameIdType> generator) Set the generator to try if no generator(s) are mapped to a desired format.Method parameters in org.opensaml.saml.common.profile.impl with type arguments of type NameIdentifierGeneratorModifier and TypeMethodDescriptionvoidChainingNameIdentifierGenerator.setGenerators(List<NameIdentifierGenerator<NameIdType>> generators) Set the format-specific generators to use. -
Uses of NameIdentifierGenerator in org.opensaml.saml.saml1.profile
Subinterfaces of NameIdentifierGenerator in org.opensaml.saml.saml1.profileModifier and TypeInterfaceDescriptioninterfaceSpecialization ofNameIdentifierGeneratorfor SAML 1.x.Classes in org.opensaml.saml.saml1.profile that implement NameIdentifierGeneratorModifier and TypeClassDescriptionclassAbstract base class for simple implementations ofSAML1NameIdentifierGenerator. -
Uses of NameIdentifierGenerator in org.opensaml.saml.saml1.profile.impl
Classes in org.opensaml.saml.saml1.profile.impl that implement NameIdentifierGeneratorModifier and TypeClassDescriptionclassSubclass incorporating SAML 1 interface. -
Uses of NameIdentifierGenerator in org.opensaml.saml.saml2.profile
Subinterfaces of NameIdentifierGenerator in org.opensaml.saml.saml2.profileModifier and TypeInterfaceDescriptioninterfaceSpecialization ofNameIdentifierGeneratorfor SAML 2.0.Classes in org.opensaml.saml.saml2.profile that implement NameIdentifierGeneratorModifier and TypeClassDescriptionclassAbstract base class for simple implementations ofSAML2NameIDGenerator. -
Uses of NameIdentifierGenerator in org.opensaml.saml.saml2.profile.impl
Classes in org.opensaml.saml.saml2.profile.impl that implement NameIdentifierGeneratorModifier and TypeClassDescriptionclassSubclass incorporating SAML 2 interface.