Uses of Class
org.springframework.security.oauth2.provider.approval.Approval.ApprovalStatus

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)
           
 



Copyright © 2013. All rights reserved.