Package | Description |
---|---|
org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml.saml2.profile.impl |
Implementations of SAML 2.0 profile behavior.
|
Modifier and Type | Method and Description |
---|---|
protected String |
SAMLPeerEntityContext.processSaml2Response(StatusResponseType response)
Resolve the SAML entity ID from a SAML 2 response.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ArtifactResponse
SAML 2.0 Core ArtifactResponse.
|
interface |
LogoutResponse
SAML 2.0 Core LogoutResponse.
|
interface |
ManageNameIDResponse
SAML 2.0 Core ManageNameIDResponse.
|
interface |
NameIDMappingResponse
SAML 2.0 Core NameIDMappingResponse .
|
interface |
Response
SAML 2.0 Core Response.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactResponseImpl
Concrete implementation of
ArtifactResponse . |
class |
LogoutResponseImpl
A concrete implementation of
LogoutResponse . |
class |
ManageNameIDResponseImpl
A Builder for
ManageNameIDResponseImpl objects. |
class |
NameIDMappingResponseImpl
Concrete implementation of
NameIDMappingResponse . |
class |
ResponseImpl
Concrete implementation of
Response . |
class |
StatusResponseTypeImpl
Concrete implementation of
StatusResponseType . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResponseShellAction<MessageType extends StatusResponseType>
Abstract action that creates an empty object derived from
StatusResponseType ,
and sets it as the message returned by InOutOperationContext.getOutboundMessageContext() . |
Modifier and Type | Method and Description |
---|---|
void |
AddStatusToResponse.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,StatusResponseType> strategy)
Set the strategy used to locate the
StatusResponseType to operate on. |
void |
EncryptAttributes.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,StatusResponseType> strategy)
Set the strategy used to locate the
Response to operate on. |
void |
EncryptAssertions.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,StatusResponseType> strategy)
Set the strategy used to locate the
Response to operate on. |
Copyright © 2018. All rights reserved.