Package | Description |
---|---|
org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml.saml2.profile |
Classes for SAML 2.0 profile behavior.
|
org.opensaml.saml.saml2.profile.impl |
Implementations of SAML 2.0 profile behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
ResponseImpl
Concrete implementation of
Response . |
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 |
SAML2ActionSupport.addAssertionToResponse(AbstractProfileAction action,
Response response,
net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy idGenerator,
String issuer)
|
Modifier and Type | Method and Description |
---|---|
void |
AddProxyRestrictionToAssertions.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 |
AddGeneratedKeyToAssertions.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Set the strategy used to locate the
Response to operate on. |
void |
AddChannelBindingsToAssertions.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Set the strategy used to locate the
Response to operate on. |
void |
AddOneTimeUseConditionToAssertions.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Set the strategy used to locate the
Response to operate on. |
void |
CopyNameIDFromRequest.setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Set the strategy used to locate the
Response to operate on. |
Copyright © 2019. All rights reserved.