- client(Function<Config, Client<C, U>>) - Method in class org.jooby.pac4j.Pac4j
-
Add a pac4j client and protected all the routes defined after the module:
- client(String, Function<Config, Client<C, U>>) - Method in class org.jooby.pac4j.Pac4j
-
Add a pac4j client and protected all the routes defined after that matches the pattern:
- client(String, Class<? extends Authorizer>, Function<Config, Client<C, U>>) - Method in class org.jooby.pac4j.Pac4j
-
Add a pac4j client, protected all the routes defined after that matches the pattern and attach
an authorizer:
- client(String, Authorizer<U>, Function<Config, Client<C, U>>) - Method in class org.jooby.pac4j.Pac4j
-
Add a pac4j client, protected all the routes defined after that matches the pattern and attach
an authorizer:
- config() - Method in class org.jooby.pac4j.Pac4j
-
- configure(Env, Config, Binder) - Method in class org.jooby.pac4j.Pac4j
-