| Modifier and Type | Method and Description |
|---|---|
ApprovalStore |
AuthorizationServerEndpointsConfigurer.getApprovalStore() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.approvalStore(ApprovalStore approvalStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryApprovalStore |
class |
JdbcApprovalStore |
class |
TokenApprovalStore
An
ApprovalStore that works with an existing TokenStore, extracting implicit Approvals from the content of tokens already in the store. |
| Modifier and Type | Method and Description |
|---|---|
void |
ApprovalStoreUserApprovalHandler.setApprovalStore(ApprovalStore store) |
| Modifier and Type | Method and Description |
|---|---|
void |
JwtTokenStore.setApprovalStore(ApprovalStore approvalStore)
ApprovalStore to be used to validate and restrict refresh tokens.
|
Copyright © 2015. All rights reserved.