| Package | Description |
|---|---|
| org.pac4j.core.client | |
| org.pac4j.core.client.direct |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectClient<C extends Credentials,U extends CommonProfile>
Direct client: credentials are passed and authentication occurs for every HTTP request.
|
class |
IndirectClient<C extends Credentials,U extends CommonProfile>
Indirect client: the requested protected URL is saved, the user is redirected to the identity provider for login and
back to the application after the sucessful authentication and finally to the originally requested URL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousClient
Anonymous client.
|
Copyright © 2017. All Rights Reserved.