| Modifier and Type | Method and Description |
|---|---|
ApprovalStore |
AuthorizationServerEndpointsConfigurer.getApprovalStore()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.approvalStore(ApprovalStore approvalStore)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryApprovalStore
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
class |
JdbcApprovalStore
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
class |
TokenApprovalStore
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApprovalStoreUserApprovalHandler.setApprovalStore(ApprovalStore store)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JwtTokenStore.setApprovalStore(ApprovalStore approvalStore)
Deprecated.
ApprovalStore to be used to validate and restrict refresh tokens.
|
Copyright © 2021. All rights reserved.