| Package | Description |
|---|---|
| org.springframework.security.oauth2.provider.approval |
| Modifier and Type | Method and Description |
|---|---|
Approval.ApprovalStatus |
Approval.getStatus()
Deprecated.
|
static Approval.ApprovalStatus |
Approval.ApprovalStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Approval.ApprovalStatus[] |
Approval.ApprovalStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Approval.setStatus(Approval.ApprovalStatus status)
Deprecated.
|
| Constructor and Description |
|---|
Approval(String userId,
String clientId,
String scope,
Date expiresAt,
Approval.ApprovalStatus status)
Deprecated.
|
Approval(String userId,
String clientId,
String scope,
Date expiresAt,
Approval.ApprovalStatus status,
Date lastUpdatedAt)
Deprecated.
|
Approval(String userId,
String clientId,
String scope,
int expiresIn,
Approval.ApprovalStatus status)
Deprecated.
|
Copyright © 2020. All rights reserved.