Package | Description |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
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 | 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) |
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.
|
Copyright © 1999-2013. All Rights Reserved.