| Interface | Description |
|---|---|
| Client<C extends Credentials,U extends UserProfile> |
This interface is the core of
pac4j. |
| ClientFinder |
The way to find the client.
|
| ClientsFactory | Deprecated |
| Class | Description |
|---|---|
| BaseClient<C extends Credentials,U extends CommonProfile> |
This class is the default implementation of an authentication client (whatever the protocol).
|
| Clients |
This class is made to group multiple clients using a specific parameter to distinguish them, generally on one
callback url.
|
| DefaultClientFinder |
Find the right clients based on regular parameters.
|
| DirectClient<C extends Credentials,U extends CommonProfile> |
This class is the default direct (stateless) implementation of an authentication client (whatever the protocol).
|
| IndirectClient<C extends Credentials,U extends CommonProfile> |
This class is the default indirect (with redirection, stateful) implementation of an authentication client (whatever the protocol).
|
| RedirectAction |
Indicates the action when the
Client requires a redirection to achieve user authentication. |
| Enum | Description |
|---|---|
| ClientType |
This enum lists all available client types.
|
| RedirectAction.RedirectType |
Copyright © 2016. All Rights Reserved.