org.springframework.security.oauth2.provider
接口 SaltedClientSecret


public interface SaltedClientSecret

Marker interface for indicating that a client details secret has some salt.


方法摘要
 Object getSalt()
          Returns the salt to use for this client secret.
 

方法详细信息

getSalt

Object getSalt()
Returns the salt to use for this client secret.

返回:
the salt to use for this client secret.


Copyright © 2013. All rights reserved.