接口 org.springframework.security.oauth2.provider.token.TokenStore
的使用

使用 TokenStore 的软件包
org.springframework.security.oauth2.provider.token   
 

org.springframework.security.oauth2.provider.tokenTokenStore 的使用
 

实现 TokenStoreorg.springframework.security.oauth2.provider.token 中的类
 class InMemoryTokenStore
          Implementation of token services that stores tokens in memory.
 class JdbcTokenStore
          Implementation of token services that stores tokens in a database.
 

参数类型为 TokenStoreorg.springframework.security.oauth2.provider.token 中的方法
 void DefaultTokenServices.setTokenStore(TokenStore tokenStore)
          The persistence strategy for token storage.
 



Copyright © 2013. All rights reserved.