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.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
Modifier and Type | Method and Description |
---|---|
Conditions |
AuthnRequest.getConditions()
Gets the
Conditions of the request. |
Conditions |
Assertion.getConditions()
Gets the Conditions placed on this assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequest.setConditions(Conditions newConditions)
Sets the
Conditions of the request. |
void |
Assertion.setConditions(Conditions newConditions)
Sets the Conditions placed on this assertion.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionsImpl
Concrete implementation of
Conditions . |
Modifier and Type | Method and Description |
---|---|
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 |
AuthnRequestImpl.getConditions()
Gets the
Conditions of the request. |
Conditions |
AssertionImpl.getConditions()
Gets the Conditions placed on this assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequestImpl.setConditions(Conditions newConditions)
Sets the
Conditions of the request. |
void |
AssertionImpl.setConditions(Conditions newConditions)
Sets the Conditions placed on this assertion.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 1999-2013. All Rights Reserved.