クラス MetaClientPolicy
java.lang.Object
org.iplass.mtp.impl.auth.oauth.MetaClientPolicy
- すべての実装されたインタフェース:
Serializable,org.iplass.mtp.impl.metadata.MetaData
- 関連項目:
-
ネストされたクラスの概要
ネストされたクラス -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidcopy()createRuntime(MetaOAuthAuthorization metaOauth) longlongbooleanbooleanvoidsetAccessTokenLifetimeSeconds(long accessTokenLifetimeSeconds) voidsetClientType(ClientType clientType) voidsetConsentType(MetaConsentType consentType) voidsetRefreshTokenLifetimeSeconds(long refreshTokenLifetimeSeconds) voidvoidsetSupportOpenIDConnect(boolean supportOpenIDConnect) voidsetSupportRefreshToken(boolean supportRefreshToken) クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.impl.metadata.MetaData
equals, hashCode
-
コンストラクタの詳細
-
MetaClientPolicy
public MetaClientPolicy()
-
-
メソッドの詳細
-
isSupportOpenIDConnect
public boolean isSupportOpenIDConnect() -
setSupportOpenIDConnect
public void setSupportOpenIDConnect(boolean supportOpenIDConnect) -
getScopes
-
setScopes
-
getClientType
-
setClientType
-
getAccessTokenLifetimeSeconds
public long getAccessTokenLifetimeSeconds() -
setAccessTokenLifetimeSeconds
public void setAccessTokenLifetimeSeconds(long accessTokenLifetimeSeconds) -
isSupportRefreshToken
public boolean isSupportRefreshToken() -
setSupportRefreshToken
public void setSupportRefreshToken(boolean supportRefreshToken) -
getRefreshTokenLifetimeSeconds
public long getRefreshTokenLifetimeSeconds() -
setRefreshTokenLifetimeSeconds
public void setRefreshTokenLifetimeSeconds(long refreshTokenLifetimeSeconds) -
getConsentType
-
setConsentType
-
copy
- 定義:
copyインタフェース内org.iplass.mtp.impl.metadata.MetaData
-
createRuntime
-
applyConfig
-
currentConfig
-