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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionトークンの内容を表現する説明文です。getKey()トークンを一意に特定するためのキーです。トークンの発行日です。getType()トークンの種別です。voidsetApplication(String application) voidvoidsetStartDate(Timestamp startDate) void
-
Constructor Details
-
SimpleAuthTokenInfo
public SimpleAuthTokenInfo() -
SimpleAuthTokenInfo
-
-
Method Details
-
getType
Description copied from interface:AuthTokenInfoトークンの種別です。- Specified by:
getTypein interfaceAuthTokenInfo- Returns:
-
setType
-
getKey
Description copied from interface:AuthTokenInfoトークンを一意に特定するためのキーです。- Specified by:
getKeyin interfaceAuthTokenInfo- Returns:
-
setKey
-
getApplication
-
setApplication
-
getStartDate
Description copied from interface:AuthTokenInfoトークンの発行日です。- Specified by:
getStartDatein interfaceAuthTokenInfo- Returns:
-
setStartDate
-
getDescription
Description copied from interface:AuthTokenInfoトークンの内容を表現する説明文です。- Specified by:
getDescriptionin interfaceAuthTokenInfo- Returns:
-