|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Advice | |
---|---|
org.opensaml.saml1.core | Interfaces for SAML 1.0 and 1.1 types and elements. |
org.opensaml.saml1.core.impl | Implementations of SAML 1.0 and 1.1 types and elements interfaces. |
Uses of Advice in org.opensaml.saml1.core |
---|
Methods in org.opensaml.saml1.core that return Advice | |
---|---|
Advice |
Assertion.getAdvice()
advice is a (singleton) Object, representing the Advice sub element |
Methods in org.opensaml.saml1.core with parameters of type Advice | |
---|---|
void |
Assertion.setAdvice(Advice advice)
Set the Object representing the Advice sub element. |
Uses of Advice in org.opensaml.saml1.core.impl |
---|
Classes in org.opensaml.saml1.core.impl that implement Advice | |
---|---|
class |
AdviceImpl
Concrete Implementation of the Advice Object |
Methods in org.opensaml.saml1.core.impl that return Advice | |
---|---|
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()
advice is a (singleton) Object, representing the Advice sub element |
Methods in org.opensaml.saml1.core.impl with parameters of type Advice | |
---|---|
void |
AssertionImpl.setAdvice(Advice advice)
Set the Object representing the Advice sub element. |
|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |