org.springframework.security.oauth2.client.filter.state
类 DefaultStateKeyGenerator
java.lang.Object
org.springframework.security.oauth2.client.filter.state.DefaultStateKeyGenerator
- 所有已实现的接口:
- StateKeyGenerator
public class DefaultStateKeyGenerator
- extends Object
- implements StateKeyGenerator
- 作者:
- Dave Syer
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultStateKeyGenerator
public DefaultStateKeyGenerator()
generateKey
public String generateKey(OAuth2ProtectedResourceDetails resource)
- 从接口
StateKeyGenerator 复制的描述
- Generate a key.
- 指定者:
- 接口
StateKeyGenerator 中的 generateKey
- 参数:
resource - the resource to generate the key for
- 返回:
- a unique key for the state. Never null.
Copyright © 2013. All rights reserved.