| Package | Description |
|---|---|
| org.opensaml.saml.common.profile.impl |
Actions and classes common to both SAML versions.
|
| org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
| org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
| org.opensaml.saml.saml2.profile |
Classes for SAML 2.0 profile behavior.
|
| org.opensaml.saml.saml2.profile.impl |
Implementations of SAML 2.0 profile behavior.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
AddAudienceRestrictionToAssertions.addAudienceRestriction(ProfileRequestContext profileRequestContext,
Conditions conditions)
Add the audiences obtained from a lookup function to the
AudienceRestriction. |
private AudienceRestriction |
AddAudienceRestrictionToAssertions.getAudienceRestriction(Conditions conditions)
Get the
AudienceRestriction to which audiences will be added. |
| 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 | Class and Description |
|---|---|
class |
ConditionsImpl
Concrete implementation of
Conditions. |
| Modifier and Type | Field and Description |
|---|---|
private Conditions |
AuthnRequestImpl.conditions
Conditions child element.
|
private Conditions |
AssertionImpl.conditions
Conditions of the 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(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.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 |
|---|---|
static Conditions |
SAML2ActionSupport.addConditionsToAssertion(AbstractProfileAction action,
Assertion assertion)
Creates and adds a
Conditions to a given Assertion. |
| Modifier and Type | Method and Description |
|---|---|
private void |
AddProxyRestrictionToAssertions.addProxyRestriction(ProfileRequestContext profileRequestContext,
Conditions conditions)
Add the audiences obtained from a lookup function to the
ProxyRestriction. |
private ProxyRestriction |
AddProxyRestrictionToAssertions.getProxyRestriction(Conditions conditions)
Get the
ProxyRestriction to which audiences will be added. |