| Package | Description |
|---|---|
| org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
| 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 |
|---|---|
protected java.lang.String |
SAMLPeerEntityContext.processSaml1Response(Response response)
Resolve the SAML entity ID from a SAML 1 response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResponseImpl
Implementation of the
Response Object. |
| Modifier and Type | Method and Description |
|---|---|
Response |
ResponseBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Response |
ResponseBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| 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)
|
| Modifier and Type | Field and Description |
|---|---|
private Response |
CopyNameIdentifierFromRequest.response
Response to modify.
|
private Response |
AddSubjectConfirmationToSubjects.response
Response to modify.
|
private Response |
AddDoNotCacheConditionToAssertions.response
Response to modify.
|
private Response |
AddStatusToResponse.response
Response to modify.
|
private Response |
ResolveArtifacts.response
Response to populate.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,Response> |
CopyNameIdentifierFromRequest.responseLookupStrategy
Strategy used to locate the
Response to operate on. |
private com.google.common.base.Function<ProfileRequestContext,Response> |
AddSubjectConfirmationToSubjects.responseLookupStrategy
Strategy used to locate the
Response to operate on. |
private com.google.common.base.Function<ProfileRequestContext,Response> |
AddDoNotCacheConditionToAssertions.responseLookupStrategy
Strategy used to locate the
Response to operate on. |
private com.google.common.base.Function<ProfileRequestContext,Response> |
AddStatusToResponse.responseLookupStrategy
Strategy used to locate the
Response to operate on. |
private com.google.common.base.Function<ProfileRequestContext,Response> |
ResolveArtifacts.responseLookupStrategy
Strategy used to locate the
Response to operate on. |
| Modifier and Type | Method and Description |
|---|---|
void |
CopyNameIdentifierFromRequest.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Set the strategy used to locate the
Response to operate on. |
void |
AddSubjectConfirmationToSubjects.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Set the strategy used to locate the
Response to operate on. |
void |
AddDoNotCacheConditionToAssertions.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Set the strategy used to locate the
Response to operate on. |
void |
AddStatusToResponse.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Set the strategy used to locate the
Response to operate on. |
void |
ResolveArtifacts.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Set the strategy used to locate the
Response to operate on. |