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 | Method and Description |
---|---|
Advice |
AdviceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Advice |
AdviceBuilder.buildObject(String namespaceURI,
String localName,
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)
|
Copyright © 2016. All rights reserved.