Class SimpleAuthTokenInfo

java.lang.Object
org.iplass.mtp.auth.login.token.SimpleAuthTokenInfo
All Implemented Interfaces:
AuthTokenInfo

public class SimpleAuthTokenInfo extends Object implements AuthTokenInfo
  • Constructor Details

    • SimpleAuthTokenInfo

      public SimpleAuthTokenInfo()
    • SimpleAuthTokenInfo

      public SimpleAuthTokenInfo(String type, String application)
  • Method Details

    • getType

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

      public void setType(String type)
    • getKey

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

      public void setKey(String key)
    • getApplication

      public String getApplication()
    • setApplication

      public void setApplication(String application)
    • getStartDate

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

      public void setStartDate(Timestamp startDate)
    • getDescription

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