Package | Description |
---|---|
org.apache.wss4j.common.saml.builder | |
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.
|
Modifier and Type | Method and Description |
---|---|
static Conditions |
SAML2ComponentBuilder.createConditions(ConditionsBean conditionsBean)
Create a Conditions object
|
Modifier and Type | Method and Description |
---|---|
Conditions |
AuthnRequest.getConditions()
Gets the
Conditions of the request. |
Conditions |
Assertion.getConditions()
Gets the Conditions placed on this assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequest.setConditions(Conditions newConditions)
Sets the
Conditions of the request. |
void |
Assertion.setConditions(Conditions newConditions)
Sets the Conditions placed on this 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(String namespaceURI,
String localName,
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 . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.