Class AccessTokenInfo

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

public class AccessTokenInfo extends Object implements AuthTokenInfo
  • Constructor Details Link icon

    • AccessTokenInfo Link icon

      public AccessTokenInfo()
  • Method Details Link icon

    • getClientName Link icon

      public String getClientName()
    • setClientName Link icon

      public void setClientName(String clientName)
    • getGrantedScopes Link icon

      public List<String> getGrantedScopes()
    • setGrantedScopes Link icon

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

      public void setType(String type)
    • setKey Link icon

      public void setKey(String key)
    • setStartDate Link icon

      public void setStartDate(Timestamp startDate)
    • getType Link icon

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

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

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

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