Package ratpack.pac4j

Interface RatpackPac4j.ClientsProvider

Enclosing class:
RatpackPac4j

public static interface RatpackPac4j.ClientsProvider
Provides the set of Pac4j clients.
Since:
1.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterable<? extends org.pac4j.core.client.Client>
    get(ratpack.handling.Context ctx)
     
  • Method Details

    • get

      Iterable<? extends org.pac4j.core.client.Client> get(ratpack.handling.Context ctx)