| Package | Description |
|---|---|
| org.springframework.security.oauth2.provider.approval |
| Modifier and Type | Method and Description |
|---|---|
Approval.ApprovalStatus |
Approval.getStatus() |
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) |
| Constructor and Description |
|---|
Approval(String userId,
String clientId,
String scope,
Date expiresAt,
Approval.ApprovalStatus status) |
Approval(String userId,
String clientId,
String scope,
Date expiresAt,
Approval.ApprovalStatus status,
Date lastUpdatedAt) |
Approval(String userId,
String clientId,
String scope,
int expiresIn,
Approval.ApprovalStatus status) |
Copyright © 2019. All rights reserved.