| Package | Description |
|---|---|
| com.sun.xml.wss.saml.assertion.saml20.jaxb20 | |
| com.sun.xml.wss.saml.internal.saml20.jaxb20 |
| Modifier and Type | Class and Description |
|---|---|
class |
Conditions
The validity of an
Assertion MAY be subject to a set of
Conditions. |
| Modifier and Type | Method and Description |
|---|---|
static ConditionsType |
Conditions.fromElement(Element element)
Constructs a
Conditions element from an existing XML block. |
| Constructor and Description |
|---|
Conditions(ConditionsType cType) |
| Modifier and Type | Field and Description |
|---|---|
protected ConditionsType |
AssertionType.conditions |
| Modifier and Type | Method and Description |
|---|---|
ConditionsType |
ObjectFactory.createConditionsType()
Create an instance of
ConditionsType |
ConditionsType |
AssertionType.getConditions()
Gets the value of the conditions property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ConditionsType> |
ObjectFactory.createConditions(ConditionsType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ConditionsType> |
ObjectFactory.createConditions(ConditionsType value)
|
void |
AssertionType.setConditions(ConditionsType value)
Sets the value of the conditions property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.