| Package | Description |
|---|---|
| org.jooby.internal.pac4j | |
| org.jooby.pac4j |
| Constructor and Description |
|---|
AuthCallback(org.pac4j.core.client.Clients clients,
AuthStore store) |
AuthFilter(Class<? extends org.pac4j.core.client.Client<?,?>> clientType,
Class<? extends org.pac4j.core.profile.UserProfile> profileType,
AuthStore<org.pac4j.core.profile.UserProfile> store) |
FormFilter(AuthStore<org.pac4j.core.profile.UserProfile> store,
String loginUrl,
String callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthSessionStore
|
| Modifier and Type | Method and Description |
|---|---|
<U extends org.pac4j.core.profile.UserProfile> |
Auth.store(Class<? extends AuthStore<U>> store)
Setup the
AuthStore to use. |
Copyright © 2015. All rights reserved.