| Package | Description |
|---|---|
| org.opensaml.saml.saml1.binding.artifact |
Classes that may be used to create and manipulate SAML 1 artifacts.
|
| 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.
|
| org.opensaml.saml.saml1.profile.impl |
Implementations of SAML 1.x profile behavior.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
SAML1ArtifactBuilder.buildArtifact(MessageContext<SAMLObject> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
SAML1ArtifactType0002 |
SAML1ArtifactType0002Builder.buildArtifact(MessageContext<SAMLObject> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
SAML1ArtifactType0001 |
SAML1ArtifactType0001Builder.buildArtifact(MessageContext<SAMLObject> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Assertion> |
Evidence.getAssertions()
Get the list of Assertions.
|
java.util.List<Assertion> |
Advice.getAssertions()
Get the Assertions.
|
java.util.List<Assertion> |
Response.getAssertions()
Return the objects representing the
Assertion (element). |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<Assertion> |
ResponseImpl.assertions
List of all the Assertions.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Assertion> |
AdviceImpl.getAssertions()
Get the Assertions.
|
java.util.List<Assertion> |
EvidenceImpl.getAssertions()
Get the list of Assertions.
|
java.util.List<Assertion> |
ResponseImpl.getAssertions()
Return the objects representing the
Assertion (element). |
| Modifier and Type | Method and Description |
|---|---|
static Assertion |
SAML1ActionSupport.addAssertionToResponse(AbstractProfileAction action,
Response response,
net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy idGenerator,
java.lang.String issuer)
|
static Assertion |
SAML1ActionSupport.buildAssertion(AbstractProfileAction action,
net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy idGenerator,
java.lang.String issuer)
Constructs an
Assertion using the parameters supplied, with its issue instant set to the
current time. |
| Modifier and Type | Method and Description |
|---|---|
static Conditions |
SAML1ActionSupport.addConditionsToAssertion(AbstractProfileAction action,
Assertion assertion)
Creates and adds a
Conditions to a given Assertion. |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Assertion> |
AddNameIdentifierToSubjects.assertions
Assertions to modify.
|
private com.google.common.base.Function<ProfileRequestContext,java.util.List<Assertion>> |
AddNameIdentifierToSubjects.assertionsLookupStrategy
Strategy used to locate the
Assertions to operate on. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Assertion> |
AddNameIdentifierToSubjects.AssertionStrategy.apply(ProfileRequestContext input) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddNameIdentifierToSubjects.setAssertionsLookupStrategy(com.google.common.base.Function<ProfileRequestContext,java.util.List<Assertion>> strategy)
Set the strategy used to locate the
Assertions to operate on. |