Interface AuthTokenInfo

All Known Implementing Classes:
AccessTokenInfo, RememberMeTokenInfo, SimpleAuthTokenInfo

public interface AuthTokenInfo
認証トークンを表すインタフェースです。
  • Method Summary

    Modifier and Type
    Method
    Description
    トークンの内容を表現する説明文です。
    トークンを一意に特定するためのキーです。
    トークンの発行日です。
    トークンの種別です。
  • Method Details

    • getType

      String getType()
      トークンの種別です。
      Returns:
    • getKey

      String getKey()
      トークンを一意に特定するためのキーです。
      Returns:
    • getDescription

      String getDescription()
      トークンの内容を表現する説明文です。
      Returns:
    • getStartDate

      Timestamp getStartDate()
      トークンの発行日です。
      Returns: