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 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(String namespaceURI,
String localName,
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,
IdentifierGenerationStrategy idGenerator,
String issuer)
|
Modifier and Type | Method and Description |
---|---|
void |
ResolveArtifacts.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Set the strategy used to locate the
Response to operate on. |
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 |
AddStatusToResponse.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. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.