パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.idp.profile.saml1 | |
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Assertion |
AbstractSAML1ProfileHandler.buildAssertion(BaseSAML1ProfileRequestContext<?,?,?> requestContext,
org.joda.time.DateTime issueInstant)
Builds a basic assertion with its id, issue instant, SAML version, issuer, subject, and conditions populated.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Collection<Assertion> |
ArtifactResolution.ArtifactResolutionRequestContext.getDereferencedAssertions()
Gets the SAML assertions referenced by the artifact(s).
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
AbstractSAML1ProfileHandler.signAssertion(BaseSAML1ProfileRequestContext<?,?,?> requestContext,
Assertion assertion)
Signs the given assertion if either the current profile configuration or the relying party configuration contains
signing credentials.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ArtifactResolution.ArtifactResolutionRequestContext.setDereferencedAssertions(Collection<Assertion> assertions)
Sets the SAML assertions referenced by the artifact(s).
|
修飾子とタイプ | メソッドと説明 |
---|---|
Collection<Assertion> |
SAML1ArtifactMessageContext.getDereferencedAssertions()
Gets the assertions dereferenced from the artifacts.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
SAML1ArtifactMessageContext.setDereferencedAssertions(Collection<Assertion> assertions)
Sets the assertions dereferenced from the artifacts.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Assertion> |
Evidence.getAssertions()
Get the list of Assertions
|
List<Assertion> |
Advice.getAssertions()
Get the Assertions.
|
List<Assertion> |
Response.getAssertions()
Return the object representing the
Assertion |
修飾子とタイプ | クラスと説明 |
---|---|
class |
AssertionImpl
This class implements the SAML 1
Assertion statement. |
修飾子とタイプ | メソッドと説明 |
---|---|
List<Assertion> |
EvidenceImpl.getAssertions()
Get the list of Assertions
|
List<Assertion> |
AdviceImpl.getAssertions()
Get the Assertions.
|
List<Assertion> |
ResponseImpl.getAssertions()
Return the object representing the
Assertion |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AssertionSchemaValidator.validate(Assertion assertion)
Checks to see if a XMLObject is valid.
|
void |
AssertionSpecValidator.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 © 2012. All Rights Reserved.