JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
net.datenwerke.oidc.shared.provider.callback.BeforeAuthLogoutCallback
Packages that use
BeforeAuthLogoutCallback
Package
Description
net.datenwerke.oidc.shared.provider.callback
Uses of
BeforeAuthLogoutCallback
in
net.datenwerke.oidc.shared.provider.callback
Methods in
net.datenwerke.oidc.shared.provider.callback
that return types with arguments of type
BeforeAuthLogoutCallback
Modifier and Type
Method
Description
static
List
<
BeforeAuthLogoutCallback
>
BeforeAuthLogoutCallback.
filter
(
List
<
OidcCallback
> callbacks)
A list that can contain any of the available oidc callbacks and should be filtered for BeforeAuthLogoutCallbacks.