Uses of Interface
com.kingsrook.qqq.middleware.javalin.executors.io.BackChannelLogoutOutputInterface
Packages that use BackChannelLogoutOutputInterface
Package
Description
This package contains (hopefully generally) api-version-agnostic classes
that implement the actual QQQ Middleware.
-
Uses of BackChannelLogoutOutputInterface in com.kingsrook.qqq.middleware.javalin.executors
Subclasses with type arguments of type BackChannelLogoutOutputInterface in com.kingsrook.qqq.middleware.javalin.executorsModifier and TypeClassDescriptionclassExecutor for the OIDC back-channel logout endpoint.Methods in com.kingsrook.qqq.middleware.javalin.executors with parameters of type BackChannelLogoutOutputInterfaceModifier and TypeMethodDescriptionvoidBackChannelLogoutExecutor.execute(BackChannelLogoutInput input, BackChannelLogoutOutputInterface output) -
Uses of BackChannelLogoutOutputInterface in com.kingsrook.qqq.middleware.javalin.specs.v1.responses
Classes in com.kingsrook.qqq.middleware.javalin.specs.v1.responses that implement BackChannelLogoutOutputInterfaceModifier and TypeClassDescriptionclassResponse for the OIDC back-channel logout endpoint.