Package | Description |
---|---|
org.opensaml.saml.common.assertion |
Common classes for validating SAML Assertions.
|
org.opensaml.saml.common.binding |
Classes related to SAML binding operations.
|
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 | Class and Description |
---|---|
class |
AssertionValidationException
Exception indicating a problem validating a SAML Assertion.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingException
Base exception for errors that occur when messages are encoded/decoded for a specific binding.
|
Modifier and Type | Method and Description |
---|---|
protected abstract NameIdType |
AbstractNameIdentifierGenerator.doGenerate(ProfileRequestContext profileRequestContext)
Override this method to fully control the generation process.
|
NameIdType |
NameIdentifierGenerator.generate(ProfileRequestContext profileRequestContext,
String format)
Generate an identifier object.
|
NameIdType |
AbstractNameIdentifierGenerator.generate(ProfileRequestContext profileRequestContext,
String theFormat)
Generate an identifier object.
|
protected String |
AbstractNameIdentifierGenerator.getIdentifier(ProfileRequestContext profileRequestContext)
Override this method to reuse this implementation of
AbstractNameIdentifierGenerator.doGenerate(ProfileRequestContext) , and return the
identifier to be included as the value of the eventual element. |
Modifier and Type | Method and Description |
---|---|
protected NameIdentifier |
AbstractSAML1NameIdentifierGenerator.doGenerate(ProfileRequestContext profileRequestContext)
Override this method to fully control the generation process.
|
NameIdentifier |
SAML1NameIdentifierGenerator.generate(ProfileRequestContext profileRequestContext,
String format)
Generate an identifier object.
|
Modifier and Type | Method and Description |
---|---|
protected NameID |
AbstractSAML2NameIDGenerator.doGenerate(ProfileRequestContext profileRequestContext)
Override this method to fully control the generation process.
|
NameID |
SAML2NameIDGenerator.generate(ProfileRequestContext profileRequestContext,
String format)
Generate an identifier object.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.