| Interface | Description |
|---|---|
| Client<C extends Credentials,U extends CommonProfile> |
This interface is the core class of the library.
|
| Class | Description |
|---|---|
| BaseClient<C extends Credentials,U extends CommonProfile> |
This class is the default implementation of an authentication client (whatever the mechanism).
|
| Clients |
This class is made to group multiple clients using a specific parameter to distinguish them, generally on one
callback url.
|
| DirectClient<C extends Credentials,U extends CommonProfile> |
This class is the default direct (stateless) implementation of an authentication client (whatever the mechanism).
|
| DirectClientV2<C extends Credentials,U extends CommonProfile> | |
| IndirectClient<C extends Credentials,U extends CommonProfile> |
This class is the default indirect (with redirection, stateful) implementation of an authentication client (whatever the mechanism).
|
| IndirectClientV2<C extends Credentials,U extends CommonProfile> |
New indirect client type using the
RedirectActionBuilder, CredentialsExtractor, Authenticator
and ProfileCreator concepts. |
| RedirectAction |
Indicates the action when the
Client requires a redirection to achieve user authentication. |
| Enum | Description |
|---|---|
| RedirectAction.RedirectType |
Copyright © 2016. All rights reserved.