Class AccessTokenInfo

java.lang.Object
org.iplass.mtp.auth.oauth.AccessTokenInfo
All Implemented Interfaces:
AuthTokenInfo

public class AccessTokenInfo extends Object implements AuthTokenInfo
  • Constructor Details

    • AccessTokenInfo

      public AccessTokenInfo()
  • Method Details

    • getClientName

      public String getClientName()
    • setClientName

      public void setClientName(String clientName)
    • getGrantedScopes

      public List<String> getGrantedScopes()
    • setGrantedScopes

      public void setGrantedScopes(List<String> grantedScopes)
    • setType

      public void setType(String type)
    • setKey

      public void setKey(String key)
    • setStartDate

      public void setStartDate(Timestamp startDate)
    • getType

      public String getType()
      Description copied from interface: AuthTokenInfo
      トークンの種別です。
      Specified by:
      getType in interface AuthTokenInfo
      Returns:
    • getKey

      public String getKey()
      Description copied from interface: AuthTokenInfo
      トークンを一意に特定するためのキーです。
      Specified by:
      getKey in interface AuthTokenInfo
      Returns:
    • getStartDate

      public Timestamp getStartDate()
      Description copied from interface: AuthTokenInfo
      トークンの発行日です。
      Specified by:
      getStartDate in interface AuthTokenInfo
      Returns:
    • getDescription

      public String getDescription()
      Description copied from interface: AuthTokenInfo
      トークンの内容を表現する説明文です。
      Specified by:
      getDescription in interface AuthTokenInfo
      Returns: