| Package | Description |
|---|---|
| org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
| org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
| org.opensaml.saml.saml2.profile |
Classes for SAML 2.0 profile behavior.
|
| Modifier and Type | Method and Description |
|---|---|
Advice |
Assertion.getAdvice()
Gets the Advice for this assertion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Assertion.setAdvice(Advice newAdvice)
Sets the Advice for this assertion.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdviceImpl
A concrete implementation of
Advice. |
| Modifier and Type | Field and Description |
|---|---|
private Advice |
AssertionImpl.advice
Advice of the assertion.
|
| Modifier and Type | Method and Description |
|---|---|
Advice |
AdviceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Advice |
AdviceBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Advice |
AssertionImpl.getAdvice()
Gets the Advice for this assertion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssertionImpl.setAdvice(Advice newAdvice)
Sets the Advice for this assertion.
|
| Modifier and Type | Method and Description |
|---|---|
static Advice |
SAML2ActionSupport.addAdviceToAssertion(AbstractProfileAction action,
Assertion assertion)
|