Package org.iplass.mtp.auth.login.token
Class SimpleAuthTokenInfo
java.lang.Object
org.iplass.mtp.auth.login.token.SimpleAuthTokenInfo
- All Implemented Interfaces:
AuthTokenInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionトークンの内容を表現する説明文です。getKey()
トークンを一意に特定するためのキーです。トークンの発行日です。getType()
トークンの種別です。void
setApplication
(String application) void
void
setStartDate
(Timestamp startDate) void
-
Constructor Details
-
SimpleAuthTokenInfo
public SimpleAuthTokenInfo() -
SimpleAuthTokenInfo
-
-
Method Details
-
getType
Description copied from interface:AuthTokenInfo
トークンの種別です。- Specified by:
getType
in interfaceAuthTokenInfo
- Returns:
-
setType
-
getKey
Description copied from interface:AuthTokenInfo
トークンを一意に特定するためのキーです。- Specified by:
getKey
in interfaceAuthTokenInfo
- Returns:
-
setKey
-
getApplication
-
setApplication
-
getStartDate
Description copied from interface:AuthTokenInfo
トークンの発行日です。- Specified by:
getStartDate
in interfaceAuthTokenInfo
- Returns:
-
setStartDate
-
getDescription
Description copied from interface:AuthTokenInfo
トークンの内容を表現する説明文です。- Specified by:
getDescription
in interfaceAuthTokenInfo
- Returns:
-