| 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.impl |
Implementations of SAML 1.x profile behavior.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
SAMLPeerEntityContext.processSaml1Request(Request request)
Resolve the SAML entity ID from a SAML 1 request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestImpl
Concrete implementation of
Request. |
| Modifier and Type | Method and Description |
|---|---|
Request |
RequestBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Request |
RequestBuilder.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 | Field and Description |
|---|---|
private Request |
ResolveArtifacts.request
Request to process.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,Request> |
ResolveArtifacts.requestLookupStrategy
Strategy used to locate the
Request to operate on. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolveArtifacts.setRequestLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Request> strategy)
Set the strategy used to locate the
Request to operate on. |