Skip navigation links
C D F M O P U 

C

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
 

D

doWith(Consumer<Config>) - Method in class org.jooby.pac4j.Pac4j
Configurer pa4j options, only necessary it you want to provide your own pac4j components.
doWith(BiConsumer<Config, Config>) - Method in class org.jooby.pac4j.Pac4j
Configurer pa4j options, only necessary it you want to provide your own pac4j components.

F

form() - Method in class org.jooby.pac4j.Pac4j
Add a simple login form.
form(String) - Method in class org.jooby.pac4j.Pac4j
Add a simple login form.

M

multiProfile(boolean) - Method in class org.jooby.pac4j.Pac4j
Set pac4j option multiProfile.

O

org.jooby.pac4j - package org.jooby.pac4j
 

P

Pac4j - Class in org.jooby.pac4j
pac4j module
Pac4j() - Constructor for class org.jooby.pac4j.Pac4j
Creates a new Pac4j module.

U

unauthenticated(Function<Request, UserProfile>) - Method in class org.jooby.pac4j.Pac4j
Set a default action which is execute when no user is logged in.
unauthenticated(Supplier<UserProfile>) - Method in class org.jooby.pac4j.Pac4j
Set a default action which is execute when no user is logged in.
C D F M O P U 
Skip navigation links

Copyright © 2018. All rights reserved.