Package | Description |
---|---|
org.apache.ws.security.saml.ext.builder | |
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
Modifier and Type | Method and Description |
---|---|
static Conditions |
SAML1ComponentBuilder.createSamlv1Conditions(ConditionsBean conditionsBean)
Create a Conditions object
|
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 conditions)
Set the Object representing the
Conditions Sub element. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.