Uses of Interface
net.datenwerke.oidc.shared.provider.callback.OidcCallback
Packages that use OidcCallback
Package
Description
-
Uses of OidcCallback in net.datenwerke.oidc.client.provider
Methods in net.datenwerke.oidc.client.provider with parameters of type OidcCallbackModifier and TypeMethodDescriptionvoidOidcNopProvider.registerCallback(OidcCallback callback) Register anyOidcCallbackat the implementing oidc provider. -
Uses of OidcCallback in net.datenwerke.oidc.client.provider.callback
Subinterfaces of OidcCallback in net.datenwerke.oidc.client.provider.callbackModifier and TypeInterfaceDescriptioninterface(Functional-)Interface for registering and handling ReadyCallbacks.Method parameters in net.datenwerke.oidc.client.provider.callback with type arguments of type OidcCallbackModifier and TypeMethodDescriptionstatic List<ReadyCallback> ReadyCallback.filter(List<OidcCallback> callbacks) A list that can contain any of the available oidc callbacks and should be filtered for ReadyCallbacks. -
Uses of OidcCallback in net.datenwerke.oidc.client.provider.keycloak
Methods in net.datenwerke.oidc.client.provider.keycloak with parameters of type OidcCallback -
Uses of OidcCallback in net.datenwerke.oidc.server.provider
Methods in net.datenwerke.oidc.server.provider with parameters of type OidcCallbackModifier and TypeMethodDescriptionvoidNimbus.registerCallback(OidcCallback callback) Register anyOidcCallbackat the implementing oidc provider.