Package | Description |
---|---|
org.opensaml.saml.common.profile |
Classes supporting general SAML profile behavior.
|
org.opensaml.saml.common.profile.impl |
Actions and classes common to both SAML versions.
|
org.opensaml.saml.saml1.profile |
Classes for SAML 1.x profile behavior.
|
org.opensaml.saml.saml1.profile.impl |
Implementations of SAML 1.x profile behavior.
|
org.opensaml.saml.saml2.profile |
Classes for SAML 2.0 profile behavior.
|
org.opensaml.saml.saml2.profile.impl |
Implementations of SAML 2.0 profile behavior.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FormatSpecificNameIdentifierGenerator<NameIdType extends SAMLObject>
Specialized type of
NameIdentifierGenerator that is locked to a specific Format
of identifier. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNameIdentifierGenerator<NameIdType extends SAMLObject>
Abstract base class for simple implementations of
NameIdentifierGenerator . |
Modifier and Type | Class and Description |
---|---|
class |
ChainingNameIdentifierGenerator<NameIdType extends SAMLObject>
A compound implementation of the
NameIdentifierGenerator interface that wraps a sequence of
candidate generators along with a default to try if no format-specific options are available. |
Modifier and Type | Method and Description |
---|---|
void |
ChainingNameIdentifierGenerator.setDefaultGenerator(NameIdentifierGenerator<NameIdType> generator)
Set the generator to try if no generator(s) are mapped to a desired format.
|
Modifier and Type | Method and Description |
---|---|
void |
ChainingNameIdentifierGenerator.setGenerators(List<NameIdentifierGenerator<NameIdType>> generators)
Set the format-specific generators to use.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SAML1NameIdentifierGenerator
Specialization of
NameIdentifierGenerator for SAML 1.x. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAML1NameIdentifierGenerator
Abstract base class for simple implementations of
SAML1NameIdentifierGenerator . |
Modifier and Type | Class and Description |
---|---|
class |
ChainingSAML1NameIdentifierGenerator
Subclass incorporating SAML 1 interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SAML2NameIDGenerator
Specialization of
NameIdentifierGenerator for SAML 2.0. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAML2NameIDGenerator
Abstract base class for simple implementations of
SAML2NameIDGenerator . |
Modifier and Type | Class and Description |
---|---|
class |
ChainingSAML2NameIDGenerator
Subclass incorporating SAML 2 interface.
|
Copyright © 2019. All rights reserved.