| Package | Description |
|---|---|
| org.opensaml.saml.common.profile.impl |
Actions and classes common to both SAML versions.
|
| org.opensaml.saml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
| org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x core specification types and elements.
|
| org.opensaml.saml.saml1.profile |
Classes for SAML 1.x 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
AudienceRestrictionCondition. |
private AudienceRestrictionCondition |
AddAudienceRestrictionToAssertions.getAudienceRestrictionCondition(Conditions conditions)
Get the
AudienceRestrictionCondition to which audiences will be added. |
| Modifier and Type | Method and Description |
|---|---|
Conditions |
Assertion.getConditions()
Return the (singleton) Object, representing the
Conditions sub element. |
| Modifier and Type | Method and Description |
|---|---|
void |
Assertion.setConditions(Conditions conditions)
Set the Object representing the
Conditions Sub element. |
| Modifier and Type | Field and Description |
|---|---|
private Conditions |
AssertionImpl.conditions
(Possibly null) Singleton object version of the
Conditions element. |
| 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 |
AssertionImpl.getConditions()
Return the (singleton) Object, representing the
Conditions sub element. |
| Modifier and Type | Method and Description |
|---|---|
void |
AssertionImpl.setConditions(Conditions c)
Set the Object representing the
Conditions Sub element. |
| Modifier and Type | Method and Description |
|---|---|
static Conditions |
SAML1ActionSupport.addConditionsToAssertion(AbstractProfileAction action,
Assertion assertion)
Creates and adds a
Conditions to a given Assertion. |