| Package | Description |
|---|---|
| org.pac4j.core.client | |
| org.pac4j.core.config |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseClient<C extends Credentials,U extends CommonProfile>
This class is the default implementation of an authentication client (whatever the protocol).
|
class |
DirectClient<C extends Credentials,U extends CommonProfile>
This class is the default direct (stateless) implementation of an authentication client (whatever the protocol).
|
class |
IndirectClient<C extends Credentials,U extends CommonProfile>
This class is the default indirect (with redirection, stateful) implementation of an authentication client (whatever the protocol).
|
| Modifier and Type | Method and Description |
|---|---|
<C extends Client> |
Clients.findClient(Class<C> clazz)
Return the right client according to the specific class.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
Clients.findClient(String name)
Return the right client according to the specific name.
|
Client |
Clients.findClient(WebContext context)
Return the right client according to the web context.
|
Client |
Clients.getDefaultClient() |
| Modifier and Type | Method and Description |
|---|---|
List<Client> |
DefaultClientFinder.find(Clients clients,
WebContext context,
String clientName) |
List<Client> |
ClientFinder.find(Clients clients,
WebContext context,
String clientName) |
List<Client> |
Clients.findAllClients()
Find all the clients.
|
List<Client> |
Clients.getClients() |
| Modifier and Type | Method and Description |
|---|---|
void |
Clients.setClients(Client... clients) |
void |
Clients.setDefaultClient(Client defaultClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
Clients.setClients(List<Client> clients) |
void |
Clients.setClientsList(List<Client> clients)
Deprecated.
|
| Constructor and Description |
|---|
Clients(Client... clients) |
Clients(Client client) |
Clients(String callbackUrl,
Client... clients) |
Clients(String callbackUrl,
Client client) |
| Constructor and Description |
|---|
Clients(List<Client> clients) |
Clients(String callbackUrl,
List<Client> clients) |
| Constructor and Description |
|---|
Config(Client... clients) |
Config(Client client) |
Config(Client client,
Map<String,Authorizer> authorizers) |
Config(Map<String,Authorizer> authorizers,
Client... clients) |
Config(String callbackUrl,
Client... clients) |
Config(String callbackUrl,
Client client) |
Config(String callbackUrl,
Client client,
Map<String,Authorizer> authorizers) |
Config(String callbackUrl,
Map<String,Authorizer> authorizers,
Client... clients) |
| Constructor and Description |
|---|
Config(List<Client> clients) |
Config(String callbackUrl,
List<Client> clients) |
Copyright © 2016. All Rights Reserved.