Package | Description |
---|---|
org.apache.ws.security.saml | |
org.apache.ws.security.saml.ext | |
org.apache.ws.security.saml.ext.builder | |
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 |
---|---|
static SAMLKeyInfo |
SAMLUtil.getCredentialFromSubject(Assertion assertion,
RequestData data,
WSDocInfo docInfo,
boolean bspCompliant)
Get the SAMLKeyInfo object corresponding to the credential stored in the Subject of a
SAML 1.1 assertion
|
Modifier and Type | Method and Description |
---|---|
Assertion |
AssertionWrapper.getSaml1()
Method getSaml1 returns the saml1 of this AssertionWrapper object.
|
Constructor and Description |
---|
AssertionWrapper(Assertion saml1)
Constructor AssertionWrapper creates a new AssertionWrapper instance.
|
Modifier and Type | Method and Description |
---|---|
static Assertion |
SAML1ComponentBuilder.createSamlv1Assertion(String issuer)
Create a new SAML 1.1 assertion
|
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.
|
SAML1ArtifactType0001 |
SAML1ArtifactType0001Builder.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.
|
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
Response.getAssertions()
Return the object representing the
Assertion |
List<Assertion> |
Evidence.getAssertions()
Get the list of Assertions
|
List<Assertion> |
Advice.getAssertions()
Get the Assertions.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertionImpl
This class implements the SAML 1
Assertion statement. |
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
ResponseImpl.getAssertions()
Return the object representing the
Assertion |
List<Assertion> |
EvidenceImpl.getAssertions()
Get the list of Assertions
|
List<Assertion> |
AdviceImpl.getAssertions()
Get the Assertions.
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionSpecValidator.validate(Assertion assertion) |
void |
AssertionSchemaValidator.validate(Assertion assertion)
Checks to see if a XMLObject is valid.
|
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 © 2014 JBoss by Red Hat. All Rights Reserved.