org.springframework.security.oauth2.common
类 DefaultExpiringOAuth2RefreshToken

java.lang.Object
  继承者 org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken
      继承者 org.springframework.security.oauth2.common.DefaultExpiringOAuth2RefreshToken
所有已实现的接口:
Serializable, ExpiringOAuth2RefreshToken, OAuth2RefreshToken

public class DefaultExpiringOAuth2RefreshToken
extends DefaultOAuth2RefreshToken
implements ExpiringOAuth2RefreshToken

作者:
Ryan Heaton
另请参见:
序列化表格

构造方法摘要
DefaultExpiringOAuth2RefreshToken(String value, Date expiration)
           
 
方法摘要
 Date getExpiration()
          The instant the token expires.
 
从类 org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken 继承的方法
equals, getValue, hashCode, toString
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
从接口 org.springframework.security.oauth2.common.OAuth2RefreshToken 继承的方法
getValue
 

构造方法详细信息

DefaultExpiringOAuth2RefreshToken

public DefaultExpiringOAuth2RefreshToken(String value,
                                         Date expiration)
参数:
value -
方法详细信息

getExpiration

public Date getExpiration()
The instant the token expires.

指定者:
接口 ExpiringOAuth2RefreshToken 中的 getExpiration
返回:
The instant the token expires.


Copyright © 2013. All rights reserved.