Uses of Interface
ratpack.pac4j.RatpackPac4j.ClientsProvider
-
Packages that use RatpackPac4j.ClientsProvider Package Description ratpack.pac4j Integration with pac4j for authentication/authorization. -
-
Uses of RatpackPac4j.ClientsProvider in ratpack.pac4j
Methods in ratpack.pac4j with parameters of type RatpackPac4j.ClientsProvider Modifier and Type Method Description static Handler
RatpackPac4j. authenticator(java.lang.String path, RatpackPac4j.ClientsProvider clientsProvider)
Deprecated.Creates a handler that implements authentication when the request path matches, and makes a Pac4jClients
available to downstream handlers otherwise.
-