クラス AccessTokenAccountHandle
java.lang.Object
org.iplass.mtp.impl.auth.oauth.AccessTokenAccountHandle
- すべての実装されたインタフェース:
Serializable,org.iplass.mtp.impl.auth.authenticate.AccountHandle
public class AccessTokenAccountHandle
extends Object
implements org.iplass.mtp.impl.auth.authenticate.AccountHandle
- 関連項目:
-
フィールドの概要
フィールドインタフェースから継承されたフィールド org.iplass.mtp.impl.auth.authenticate.AccountHandle
GROUP_CODE, LAST_LOGIN_ON, LAST_PASSWORD_CHANGE -
コンストラクタの概要
コンストラクタコンストラクタ説明AccessTokenAccountHandle(String unmodifiableUniqueKey, AccessToken accessToken, String policyName) -
メソッドの概要
修飾子とタイプメソッド説明intorg.iplass.mtp.auth.login.CredentialbooleanbooleanbooleanvoidsetAuthenticationProviderIndex(int authenticationProviderIndex)
-
フィールド詳細
-
AUTHED_BY_ACCESS_TOKEN
- 関連項目:
-
GRANTED_SCOPES
- 関連項目:
-
CLIENT_ID
- 関連項目:
-
-
コンストラクタの詳細
-
AccessTokenAccountHandle
public AccessTokenAccountHandle() -
AccessTokenAccountHandle
public AccessTokenAccountHandle(String unmodifiableUniqueKey, AccessToken accessToken, String policyName)
-
-
メソッドの詳細
-
getAccessToken
-
isAccountLocked
public boolean isAccountLocked()- 定義:
isAccountLockedインタフェース内org.iplass.mtp.impl.auth.authenticate.AccountHandle
-
isExpired
public boolean isExpired()- 定義:
isExpiredインタフェース内org.iplass.mtp.impl.auth.authenticate.AccountHandle
-
isInitialLogin
public boolean isInitialLogin()- 定義:
isInitialLoginインタフェース内org.iplass.mtp.impl.auth.authenticate.AccountHandle
-
getCredential
public org.iplass.mtp.auth.login.Credential getCredential()- 定義:
getCredentialインタフェース内org.iplass.mtp.impl.auth.authenticate.AccountHandle
-
getUnmodifiableUniqueKey
- 定義:
getUnmodifiableUniqueKeyインタフェース内org.iplass.mtp.impl.auth.authenticate.AccountHandle
-
getAttributeMap
- 定義:
getAttributeMapインタフェース内org.iplass.mtp.impl.auth.authenticate.AccountHandle
-
setAuthenticationProviderIndex
public void setAuthenticationProviderIndex(int authenticationProviderIndex) - 定義:
setAuthenticationProviderIndexインタフェース内org.iplass.mtp.impl.auth.authenticate.AccountHandle
-
getAuthenticationProviderIndex
public int getAuthenticationProviderIndex()- 定義:
getAuthenticationProviderIndexインタフェース内org.iplass.mtp.impl.auth.authenticate.AccountHandle
-