Uses of Interface
org.pac4j.saml.transport.Pac4jSAMLResponse
-
Packages that use Pac4jSAMLResponse Package Description org.pac4j.saml.context org.pac4j.saml.transport -
-
Uses of Pac4jSAMLResponse in org.pac4j.saml.context
Methods in org.pac4j.saml.context that return Pac4jSAMLResponse Modifier and Type Method Description Pac4jSAMLResponseSAML2MessageContext. getProfileRequestContextOutboundMessageTransportResponse()Methods in org.pac4j.saml.context that return types with arguments of type Pac4jSAMLResponse Modifier and Type Method Description protected org.opensaml.messaging.context.MessageContext<Pac4jSAMLResponse>SAML2ContextProvider. prepareOutboundMessageContext(WebContext webContext) -
Uses of Pac4jSAMLResponse in org.pac4j.saml.transport
Classes in org.pac4j.saml.transport that implement Pac4jSAMLResponse Modifier and Type Class Description classDefaultPac4jSAMLResponseEmpty response adapter containing aByteArrayOutputStreamin order opensaml can write the saml messages.Constructors in org.pac4j.saml.transport with parameters of type Pac4jSAMLResponse Constructor Description Pac4jHTTPPostEncoder(Pac4jSAMLResponse responseAdapter)Pac4jHTTPPostSimpleSignEncoder(Pac4jSAMLResponse responseAdapter)Pac4jHTTPRedirectDeflateEncoder(Pac4jSAMLResponse responseAdapter, boolean isAuthnRequestSigned)
-