| Package | Description |
|---|---|
| org.opensaml.saml.common.profile |
Classes supporting general SAML profile behavior.
|
| org.opensaml.saml.saml1.profile |
Classes for SAML 1.x profile behavior.
|
| org.opensaml.saml.saml2.profile |
Classes for 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 | 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 | 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. |
Copyright © 1999–2015. All rights reserved.