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.AuthSuccessCallback
Packages that use
AuthSuccessCallback
Package
Description
net.datenwerke.oidc.shared.provider.callback
Uses of
AuthSuccessCallback
in
net.datenwerke.oidc.shared.provider.callback
Methods in
net.datenwerke.oidc.shared.provider.callback
that return types with arguments of type
AuthSuccessCallback
Modifier and Type
Method
Description
static
List
<
AuthSuccessCallback
>
AuthSuccessCallback.
filter
(
List
<
OidcCallback
> callbacks)
A list that can contain any of the available oidc callbacks and should be filtered for AuthSuccessCallbacks.