|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Conditions | |
|---|---|
| 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. |
| org.opensaml.saml2.core.validator | Validation rules for SAML 2.0 core types and elements. |
| Uses of Conditions in org.opensaml.saml2.core |
|---|
| Methods in org.opensaml.saml2.core that return Conditions | |
|---|---|
Conditions |
AuthnRequest.getConditions()
Gets the Conditions of the request. |
Conditions |
Assertion.getConditions()
Gets the Conditions placed on this assertion. |
| Methods in org.opensaml.saml2.core with parameters of type Conditions | |
|---|---|
void |
AuthnRequest.setConditions(Conditions newConditions)
Sets the Conditions of the request. |
void |
Assertion.setConditions(Conditions newConditions)
Sets the Conditions placed on this assertion. |
| Uses of Conditions in org.opensaml.saml2.core.impl |
|---|
| Methods in org.opensaml.saml2.core.impl that return Conditions | |
|---|---|
Conditions |
ConditionsBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
Conditions |
ConditionsBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
Conditions |
AuthnRequestImpl.getConditions()
Gets the Conditions of the request. |
Conditions |
AssertionImpl.getConditions()
Gets the Conditions placed on this assertion. |
| Methods in org.opensaml.saml2.core.impl with parameters of type Conditions | |
|---|---|
void |
AuthnRequestImpl.setConditions(Conditions newConditions)
Sets the Conditions of the request. |
void |
AssertionImpl.setConditions(Conditions newConditions)
Sets the Conditions placed on this assertion. |
| Uses of Conditions in org.opensaml.saml2.core.validator |
|---|
| Methods in org.opensaml.saml2.core.validator with parameters of type Conditions | |
|---|---|
void |
ConditionsSpecValidator.validate(Conditions conditions)
|
protected void |
ConditionsSpecValidator.validateOneTimeUseCondition(Conditions conditions)
Checks that there is at most one OneTimeUse condition. |
protected void |
ConditionsSpecValidator.validateProxyRestrictionCondition(Conditions conditions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||