Package | Description |
---|---|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
org.opensaml.saml.saml2.profile |
Classes for SAML 2.0 profile behavior.
|
Modifier and Type | Method and Description |
---|---|
Conditions |
Assertion.getConditions()
Gets the Conditions placed on this assertion.
|
Conditions |
AuthnRequest.getConditions()
Gets the
Conditions of the request. |
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setConditions(Conditions newConditions)
Sets the Conditions placed on this assertion.
|
void |
AuthnRequest.setConditions(Conditions newConditions)
Sets the
Conditions of the request. |
Modifier and Type | Method and Description |
---|---|
static Conditions |
SAML2ActionSupport.addConditionsToAssertion(AbstractProfileAction action,
Assertion assertion)
Creates and adds a
Conditions to a given Assertion . |
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.