クラス AccessTokenInfo
java.lang.Object
org.iplass.mtp.auth.oauth.AccessTokenInfo
- すべての実装されたインタフェース:
org.iplass.mtp.auth.token.AuthTokenInfo
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明getKey()getType()voidsetClientName(String clientName) voidsetGrantedScopes(List<String> grantedScopes) voidvoidsetStartDate(Timestamp startDate) void
-
コンストラクタの詳細
-
AccessTokenInfo
public AccessTokenInfo()
-
-
メソッドの詳細
-
getClientName
-
setClientName
-
getGrantedScopes
-
setGrantedScopes
-
setType
-
setKey
-
setStartDate
-
getType
- 定義:
getTypeインタフェース内org.iplass.mtp.auth.token.AuthTokenInfo
-
getKey
- 定義:
getKeyインタフェース内org.iplass.mtp.auth.token.AuthTokenInfo
-
getStartDate
- 定義:
getStartDateインタフェース内org.iplass.mtp.auth.token.AuthTokenInfo
-
getDescription
- 定義:
getDescriptionインタフェース内org.iplass.mtp.auth.token.AuthTokenInfo
-