org.springframework.security.oauth2.client.token
接口 ClientKeyGenerator

所有已知实现类:
DefaultClientKeyGenerator

public interface ClientKeyGenerator

作者:
Dave Syer

方法摘要
 String extractKey(OAuth2ProtectedResourceDetails resource, org.springframework.security.core.Authentication authentication)
           
 

方法详细信息

extractKey

String extractKey(OAuth2ProtectedResourceDetails resource,
                  org.springframework.security.core.Authentication authentication)
参数:
resource - a protected resource declaration
authentication - a user Authentication (possibly null)
返回:
a unique key identifying an access token for this pair


Copyright © 2013. All rights reserved.