org.springframework.security.oauth2.provider.token
接口 AuthenticationKeyGenerator

所有已知实现类:
DefaultAuthenticationKeyGenerator

public interface AuthenticationKeyGenerator

Strategy interface for extracting a unique key from an OAuth2Authentication.

作者:
Dave Syer

方法摘要
 String extractKey(OAuth2Authentication authentication)
           
 

方法详细信息

extractKey

String extractKey(OAuth2Authentication authentication)
参数:
authentication - an OAuth2Authentication
返回:
a unique key identifying the authentication


Copyright © 2013. All rights reserved.