| Package | Description |
|---|---|
| org.pac4j.core.client |
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
BaseClient<C,U> |
BaseClient.clone()
Clone the current client.
|
protected abstract BaseClient<C,U> |
BaseClient.newClient()
Create a new instance of the client.
|
Copyright © 2016. All Rights Reserved.