|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Conditions | |
---|---|
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 Conditions in org.opensaml.saml1.core |
---|
Methods in org.opensaml.saml1.core that return Conditions | |
---|---|
Conditions |
Assertion.getConditions()
Return the (singleton) Object, representing the Conditions sub element. |
Methods in org.opensaml.saml1.core with parameters of type Conditions | |
---|---|
void |
Assertion.setConditions(Conditions conditions)
Set the Object representing the Conditions Sub element. |
Uses of Conditions in org.opensaml.saml1.core.impl |
---|
Classes in org.opensaml.saml1.core.impl that implement Conditions | |
---|---|
class |
ConditionsImpl
This is a concrete implementation of the Conditions interface. |
Methods in org.opensaml.saml1.core.impl that return Conditions | |
---|---|
Conditions |
ConditionsBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
Conditions |
ConditionsBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
Conditions |
AssertionImpl.getConditions()
Return the (singleton) Object, representing the Conditions sub element. |
Methods in org.opensaml.saml1.core.impl with parameters of type Conditions | |
---|---|
void |
AssertionImpl.setConditions(Conditions conditions)
Set the Object representing the Conditions Sub element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |