| Interface | Description |
|---|---|
| ApprovalStore |
Interface for saving, retrieving and revoking user approvals (per client, per scope).
|
| UserApprovalHandler |
Basic interface for determining whether a given client authentication request has been
approved by the current user.
|
| Class | Description |
|---|---|
| Approval | |
| ApprovalStoreUserApprovalHandler |
A user approval handler that remembers approval decisions by consulting existing approvals.
|
| DefaultUserApprovalHandler |
A default user approval handler that doesn't remember any decisions.
|
| InMemoryApprovalStore | |
| JdbcApprovalStore | |
| TokenApprovalStore |
An
ApprovalStore that works with an existing TokenStore, extracting implicit Approvals from the content of tokens already in the store. |
| TokenStoreUserApprovalHandler |
A user approval handler that remembers approval decisions by consulting existing tokens.
|
| Enum | Description |
|---|---|
| Approval.ApprovalStatus |
Copyright © 2019. All rights reserved.