Uses of Interface
org.springframework.security.oauth2.provider.approval.ApprovalStore

Packages that use ApprovalStore
org.springframework.security.oauth2.provider.approval   
 

Uses of ApprovalStore in org.springframework.security.oauth2.provider.approval
 

Classes in org.springframework.security.oauth2.provider.approval that implement ApprovalStore
 class InMemoryApprovalStore
           
 class JdbcApprovalStore
           
 class TokenApprovalStore
          An ApprovalStore that works with an existing TokenStore, extracting implicit Approvals from the content of tokens already in the store.
 

Methods in org.springframework.security.oauth2.provider.approval with parameters of type ApprovalStore
 void ApprovalStoreUserApprovalHandler.setApprovalStore(ApprovalStore store)
           
 



Copyright © 2013. All rights reserved.