|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Approval.ApprovalStatus | |
|---|---|
| org.springframework.security.oauth2.provider.approval | |
| Uses of Approval.ApprovalStatus in org.springframework.security.oauth2.provider.approval |
|---|
| Methods in org.springframework.security.oauth2.provider.approval that return Approval.ApprovalStatus | |
|---|---|
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. |
| Methods in org.springframework.security.oauth2.provider.approval with parameters of type Approval.ApprovalStatus | |
|---|---|
void |
Approval.setStatus(Approval.ApprovalStatus status)
|
| Constructors in org.springframework.security.oauth2.provider.approval with parameters of type Approval.ApprovalStatus | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||