| Modifier and Type | Method and Description |
|---|---|
Auth |
Auth.authorizer(String name,
String pattern,
org.pac4j.core.authorization.authorizer.Authorizer<?> authorizer)
Deprecated.
Protect one or more urls with an
Authorizer. |
Auth |
Auth.authorizer(String name,
String pattern,
Class<? extends org.pac4j.core.authorization.authorizer.Authorizer> authorizer)
Deprecated.
Protect one or more urls with an
Authorizer. |
Auth |
Auth.basic()
Deprecated.
Add a basic auth client, protecting all the urls
*. |
Auth |
Auth.basic(String pattern)
Deprecated.
Add a basic auth client.
|
Auth |
Auth.basic(String pattern,
Class<? extends org.pac4j.core.credentials.authenticator.Authenticator<org.pac4j.core.credentials.UsernamePasswordCredentials>> authenticator)
Deprecated.
Add a basic auth client.
|
<C extends org.pac4j.core.credentials.Credentials,U extends org.pac4j.core.profile.CommonProfile> |
Auth.client(Class<? extends org.pac4j.core.client.Client<C,U>> client)
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency
must be in the classpath.
|
<C extends org.pac4j.core.credentials.Credentials,U extends org.pac4j.core.profile.CommonProfile> |
Auth.client(org.pac4j.core.client.Client<C,U> client)
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency
must be in the classpath.
|
<C extends org.pac4j.core.credentials.Credentials,U extends org.pac4j.core.profile.CommonProfile> |
Auth.client(Function<com.typesafe.config.Config,org.pac4j.core.client.Client<C,U>> provider)
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency
must be in the classpath.
|
<C extends org.pac4j.core.credentials.Credentials,U extends org.pac4j.core.profile.CommonProfile> |
Auth.client(String pattern,
Class<? extends org.pac4j.core.client.Client<C,U>> client)
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency
must be in the classpath.
|
<C extends org.pac4j.core.credentials.Credentials,U extends org.pac4j.core.profile.CommonProfile> |
Auth.client(String pattern,
org.pac4j.core.client.Client<C,U> client)
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency
must be in the classpath.
|
<C extends org.pac4j.core.credentials.Credentials,U extends org.pac4j.core.profile.CommonProfile> |
Auth.client(String pattern,
Function<com.typesafe.config.Config,org.pac4j.core.client.Client<C,U>> provider)
Deprecated.
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency
must be in the classpath.
|
Auth |
Auth.form()
Deprecated.
Add a form auth client, protecting all the urls
*. |
Auth |
Auth.form(String pattern)
Deprecated.
Add a form auth client.
|
Auth |
Auth.form(String pattern,
Class<? extends org.pac4j.core.credentials.authenticator.Authenticator<org.pac4j.core.credentials.UsernamePasswordCredentials>> authenticator)
Deprecated.
Add a form auth client.
|
Auth |
Auth.logout(String logoutUrl)
Deprecated.
Set the logout and redirect URL patterns.
|
Auth |
Auth.logout(String logoutUrl,
String redirecTo)
Deprecated.
Set the logout and redirect URL patterns.
|
<U extends org.pac4j.core.profile.CommonProfile> |
Auth.store(Class<? extends AuthStore<U>> store)
Deprecated.
Setup the
AuthStore to use. |
Copyright © 2019. All rights reserved.