Uses of Enum Class
io.quarkus.oidc.Redirect.Location
Packages that use Redirect.Location
-
Uses of Redirect.Location in io.quarkus.oidc
Methods in io.quarkus.oidc that return Redirect.LocationModifier and TypeMethodDescriptionstatic Redirect.LocationReturns the enum constant of this class with the specified name.static Redirect.Location[]Redirect.Location.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Redirect.Location in io.quarkus.oidc.runtime
Fields in io.quarkus.oidc.runtime with type parameters of type Redirect.LocationModifier and TypeFieldDescription(package private) final Map<Redirect.Location,List<OidcRedirectFilter>> TenantConfigContext.redirectFiltersMethods in io.quarkus.oidc.runtime with parameters of type Redirect.LocationModifier and TypeMethodDescription(package private) List<OidcRedirectFilter>TenantConfigContext.getOidcRedirectFilters(Redirect.Location loc)