org.springframework.security.oauth2.provider.code
类 InMemoryAuthorizationCodeServices
java.lang.Object
org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices
- 所有已实现的接口:
- AuthorizationCodeServices
public class InMemoryAuthorizationCodeServices
- extends RandomValueAuthorizationCodeServices
Implementation of authorization code services that stores the codes and authentication in memory.
- 作者:
- Ryan Heaton, Dave Syer
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
authorizationCodeStore
protected final ConcurrentHashMap<String,OAuth2Authentication> authorizationCodeStore
InMemoryAuthorizationCodeServices
public InMemoryAuthorizationCodeServices()
store
protected void store(String code,
OAuth2Authentication authentication)
- 指定者:
- 类
RandomValueAuthorizationCodeServices 中的 store
remove
public OAuth2Authentication remove(String code)
- 指定者:
- 类
RandomValueAuthorizationCodeServices 中的 remove
Copyright © 2013. All rights reserved.