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

构造方法摘要
DefaultStateKeyGenerator()
           
 
方法摘要
 String generateKey(OAuth2ProtectedResourceDetails resource)
          Generate a key.
 
从类 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.