Uses of Class
net.shibboleth.oidc.profile.core.OIDCLogoutRequest
Packages that use OIDCLogoutRequest
Package
Description
OIDC message encoders.
-
Uses of OIDCLogoutRequest in net.shibboleth.oidc.profile.encoding.impl
Methods in net.shibboleth.oidc.profile.encoding.impl with parameters of type OIDCLogoutRequestModifier and TypeMethodDescriptionprotected StringHTTPRedirectRequestEncoder.buildRedirectURL(MessageContext messageContext, OIDCLogoutRequest request) Build the URL to redirect the client to using parameters in the logout request.AbstractOIDCMessageEncoder.createParametersFromRequest(OIDCLogoutRequest req) Create a list of OIDC logout parameters from theOIDCLogoutRequestobject.private org.apache.velocity.VelocityContextHTTPPostRequestEncoder.doPostEncode(OIDCLogoutRequest request, HttpServletResponse httpResponse) Construct form POST for a logout request.protected voidAbstractOIDCMessageEncoder.serializeLogoutParamsToUrl(OIDCLogoutRequest request, URLBuilder builder) Serialize OIDC RP-Initiate logout parameters from the logout request to the query string of the URL. -
Uses of OIDCLogoutRequest in net.shibboleth.oidc.profile.messaging.handler.impl
Fields in net.shibboleth.oidc.profile.messaging.handler.impl declared as OIDCLogoutRequestModifier and TypeFieldDescriptionprivate OIDCLogoutRequestAbstractLogoutRequestParameterValueMessageHandler.logoutRequestThe stashedOIDCLogoutRequest.Fields in net.shibboleth.oidc.profile.messaging.handler.impl with type parameters of type OIDCLogoutRequestModifier and TypeFieldDescriptionprivate Function<MessageContext,OIDCLogoutRequest> AbstractLogoutRequestParameterValueMessageHandler.logoutRequestLookupStrategyStrategy used to locate theOIDCLogoutRequest.Methods in net.shibboleth.oidc.profile.messaging.handler.impl that return OIDCLogoutRequestModifier and TypeMethodDescriptionprotected OIDCLogoutRequestAbstractLogoutRequestParameterValueMessageHandler.getLogoutRequest()Get the logout request.Method parameters in net.shibboleth.oidc.profile.messaging.handler.impl with type arguments of type OIDCLogoutRequestModifier and TypeMethodDescriptionvoidAbstractLogoutRequestParameterValueMessageHandler.setLogoutRequestLookupStrategy(Function<MessageContext, OIDCLogoutRequest> strategy) Set the strategy used to locate theOIDCLogoutRequestto use.