Package | Description |
---|---|
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 |
---|---|
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 | Class and Description |
---|---|
class |
ConditionsImpl
This is a concrete implementation of the
Conditions interface. |
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 |
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 . |
Copyright © 2018. All rights reserved.