Uses of Enum Class
net.datenwerke.oidc.client.provider.keycloak.enums.OnLoadAction
Packages that use OnLoadAction
Package
Description
-
Uses of OnLoadAction in net.datenwerke.oidc.client.provider.keycloak.enums
Methods in net.datenwerke.oidc.client.provider.keycloak.enums that return OnLoadActionModifier and TypeMethodDescriptionstatic OnLoadActionReturns the enum constant of this class with the specified name.static OnLoadAction[]OnLoadAction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OnLoadAction in net.datenwerke.oidc.client.provider.keycloak.jsi
Methods in net.datenwerke.oidc.client.provider.keycloak.jsi with parameters of type OnLoadActionModifier and TypeMethodDescriptionfinal InitOptionsInitOptions.onLoad(OnLoadAction onLoad) Helper for chaining init option setters.