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 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(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
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. |
Copyright © 2017. All rights reserved.