Package | Description |
---|---|
org.apache.ws.security.saml.ext.builder | |
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 |
---|---|
static Conditions |
SAML2ComponentBuilder.createConditions(ConditionsBean conditionsBean)
Create a Conditions object
|
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 | 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)
Creates an XMLObject with a given fully qualified name.
|
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)
Checks to see if a XMLObject is valid.
|
protected void |
ConditionsSpecValidator.validateOneTimeUseCondition(Conditions conditions)
Checks that there is at most one OneTimeUse condition.
|
protected void |
ConditionsSpecValidator.validateProxyRestrictionCondition(Conditions conditions) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.