Package org.springframework.security.oauth2.provider.approval

Interface Summary
ApprovalStore Interface for saving, retrieving and revoking user approvals (per client, per scope).
UserApprovalHandler Basic interface for determining whether a given client authentication request has been approved by the current user.
 

Class Summary
Approval  
ApprovalStoreUserApprovalHandler A user approval handler that remembers approval decisions by consulting existing approvals.
DefaultUserApprovalHandler A default user approval handler that doesn't remember any decisions.
InMemoryApprovalStore  
JdbcApprovalStore  
TestApprovalStoreUserApprovalHandler  
TokenApprovalStore An ApprovalStore that works with an existing TokenStore, extracting implicit Approvals from the content of tokens already in the store.
TokenStoreUserApprovalHandler A user approval handler that remembers approval decisions by consulting existing tokens.
 

Enum Summary
Approval.ApprovalStatus  
 



Copyright © 2013. All rights reserved.