Package org.iplass.mtp.auth.login.token
Class SimpleAuthTokenCredential
java.lang.Object
org.iplass.mtp.auth.login.token.SimpleAuthTokenCredential
- All Implemented Interfaces:
Serializable
,Credential
シンプルな認証トークンで認証する際のCredentialです。
認証時にはトークン文字列を指定します。
認証トークンは事前にAuthTokenInfoListにて生成する必要があります。
SimpleAuthTokenは、当該トークンが紐付くユーザーとしてのアクセスを許可します。
また、SimpleAuthTokenは明示的に削除されるまで、永続的に有効です。
- See Also:
-
Field Summary
Fields inherited from interface org.iplass.mtp.auth.login.Credential
FACTOR_AUTHENTICATION_PROCESS_TYPE
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimpleAuthTokenCredential
public SimpleAuthTokenCredential() -
SimpleAuthTokenCredential
-
-
Method Details
-
setId
-
getId
- Specified by:
getId
in interfaceCredential
-
getToken
-
setToken
-
getAuthenticationFactor
- Specified by:
getAuthenticationFactor
in interfaceCredential
-
setAuthenticationFactor
- Specified by:
setAuthenticationFactor
in interfaceCredential
-