Package | Description |
---|---|
org.opensaml.saml1.binding |
Classes for working with SAML 1 bindings.
|
org.opensaml.saml1.binding.artifact |
Classes that may be used to create and manipulate SAML artifacts.
|
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.
|
org.opensaml.saml1.core.validator |
Validation rules for SAML 1.0 and 1.1 types and elements.
|
Modifier and Type | Method and Description |
---|---|
Collection<Assertion> |
SAML1ArtifactMessageContext.getDereferencedAssertions()
Gets the assertions dereferenced from the artifacts.
|
Modifier and Type | Method and Description |
---|---|
void |
SAML1ArtifactMessageContext.setDereferencedAssertions(Collection<Assertion> assertions)
Sets the assertions dereferenced from the artifacts.
|
Modifier and Type | Method and Description |
---|---|
SAML1ArtifactType0002 |
SAML1ArtifactType0002Builder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
ArtifactType |
SAML1ArtifactBuilder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
SAML1ArtifactType0001 |
SAML1ArtifactType0001Builder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
Response.getAssertions()
Return the object representing the
Assertion |
List<Assertion> |
Advice.getAssertions()
Get the Assertions.
|
List<Assertion> |
Evidence.getAssertions()
Get the list of Assertions
|
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
EvidenceImpl.getAssertions()
Get the list of Assertions
|
List<Assertion> |
ResponseImpl.getAssertions()
Return the object representing the
Assertion |
List<Assertion> |
AdviceImpl.getAssertions()
Get the Assertions.
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionSpecValidator.validate(Assertion assertion) |
void |
AssertionSchemaValidator.validate(Assertion assertion) |
protected void |
AssertionSpecValidator.validateDoNotCache(Assertion assertion) |
protected void |
AssertionSchemaValidator.validateId(Assertion assertion)
Test that the ID is present
|
protected void |
AssertionSchemaValidator.validateIssueInstant(Assertion assertion)
Test that the IssueInstant is present
|
protected void |
AssertionSchemaValidator.validateIssuer(Assertion assertion)
Test that the issuer is present
|
protected void |
AssertionSchemaValidator.validateStatements(Assertion assertion)
Test that the provided assertion has some statements in
|
protected void |
AssertionSchemaValidator.validateVersion(Assertion assertion)
Test that the version is SAML1.1 or 1.0
|
Copyright © 1999-2013. All Rights Reserved.