Skip navigation links
A B C F G I L O S U 

A

Auth - Class in org.jooby.pac4j
Deprecated.
Auth() - Constructor for class org.jooby.pac4j.Auth
Deprecated.
 
authorizer(String, String, Authorizer<?>) - Method in class org.jooby.pac4j.Auth
Deprecated.
Protect one or more urls with an Authorizer.
authorizer(String, String, Class<? extends Authorizer>) - Method in class org.jooby.pac4j.Auth
Deprecated.
Protect one or more urls with an Authorizer.
AuthSessionStore<U extends org.pac4j.core.profile.CommonProfile> - Class in org.jooby.pac4j
Deprecated.
AuthSessionStore(Provider<Session>) - Constructor for class org.jooby.pac4j.AuthSessionStore
Deprecated.
 
AuthStore<U extends org.pac4j.core.profile.CommonProfile> - Interface in org.jooby.pac4j
Deprecated.

B

basic(String, Class<? extends Authenticator<UsernamePasswordCredentials>>) - Method in class org.jooby.pac4j.Auth
Deprecated.
Add a basic auth client.
basic(String) - Method in class org.jooby.pac4j.Auth
Deprecated.
Add a basic auth client.
basic() - Method in class org.jooby.pac4j.Auth
Deprecated.
Add a basic auth client, protecting all the urls *.

C

client(Client<C, U>) - Method in class org.jooby.pac4j.Auth
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency must be in the classpath.
client(Class<? extends Client<C, U>>) - Method in class org.jooby.pac4j.Auth
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency must be in the classpath.
client(String, Client<C, U>) - Method in class org.jooby.pac4j.Auth
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency must be in the classpath.
client(Function<Config, Client<C, U>>) - Method in class org.jooby.pac4j.Auth
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency must be in the classpath.
client(String, Function<Config, Client<C, U>>) - Method in class org.jooby.pac4j.Auth
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency must be in the classpath.
client(String, Class<? extends Client<C, U>>) - Method in class org.jooby.pac4j.Auth
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency must be in the classpath.
CNAME - Static variable in class org.jooby.pac4j.Auth
Deprecated.
 
config() - Method in class org.jooby.pac4j.Auth
Deprecated.
 
configure(Env, Config, Binder) - Method in class org.jooby.pac4j.Auth
Deprecated.
 

F

form(String, Class<? extends Authenticator<UsernamePasswordCredentials>>) - Method in class org.jooby.pac4j.Auth
Deprecated.
Add a form auth client.
form(String) - Method in class org.jooby.pac4j.Auth
Deprecated.
Add a form auth client.
form() - Method in class org.jooby.pac4j.Auth
Deprecated.
Add a form auth client, protecting all the urls *.

G

get(String) - Method in class org.jooby.pac4j.AuthSessionStore
Deprecated.
 
get(String) - Method in interface org.jooby.pac4j.AuthStore
Deprecated.
Call it after a successful authentication in order to restore an CommonProfile.

I

ID - Static variable in class org.jooby.pac4j.Auth
Deprecated.
Name of the local request variable that holds the username.

L

logout(String, String) - Method in class org.jooby.pac4j.Auth
Deprecated.
Set the logout and redirect URL patterns.
logout(String) - Method in class org.jooby.pac4j.Auth
Deprecated.
Set the logout and redirect URL patterns.

O

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

S

set(U) - Method in class org.jooby.pac4j.AuthSessionStore
Deprecated.
 
set(U) - Method in interface org.jooby.pac4j.AuthStore
Deprecated.
Call it after a successful authentication in order to store an CommonProfile.
store(Class<? extends AuthStore<U>>) - Method in class org.jooby.pac4j.Auth
Deprecated.
Setup the AuthStore to use.

U

unset(String) - Method in class org.jooby.pac4j.AuthSessionStore
Deprecated.
 
unset(String) - Method in interface org.jooby.pac4j.AuthStore
Deprecated.
Call it on logout in order to remove an CommonProfile from the store.
USER_PROFILE - Static variable in class org.jooby.pac4j.AuthSessionStore
Deprecated.
 
A B C F G I L O S U 
Skip navigation links

Copyright © 2018. All rights reserved.