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 |
---|---|
SAML1ArtifactType0001 |
SAML1ArtifactType0001Builder.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.
|
ArtifactType |
SAML1ArtifactBuilder.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 |
---|---|
List<Assertion> |
Response.getAssertions()
Return the objects representing the
Assertion (element). |
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> |
EvidenceImpl.getAssertions()
Get the list of Assertions.
|
List<Assertion> |
ResponseImpl.getAssertions()
Return the objects representing the
Assertion (element). |
List<Assertion> |
AdviceImpl.getAssertions()
Get the Assertions.
|
Modifier and Type | Method and Description |
---|---|
static Assertion |
SAML1ActionSupport.addAssertionToResponse(AbstractProfileAction action,
Response response,
net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy idGenerator,
String issuer)
|
static Assertion |
SAML1ActionSupport.buildAssertion(AbstractProfileAction action,
net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy idGenerator,
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 | Method and Description |
---|---|
void |
AddNameIdentifierToSubjects.setAssertionsLookupStrategy(com.google.common.base.Function<ProfileRequestContext,List<Assertion>> strategy)
Set the strategy used to locate the
Assertion s to operate on. |
Copyright © 2018. All rights reserved.