クラス MetaTenantWebInfo
java.lang.Object
org.iplass.mtp.impl.tenant.MetaTenantConfig<TenantWebInfo>
org.iplass.mtp.impl.tenant.web.MetaTenantWebInfo
- すべての実装されたインタフェース:
Serializable,org.iplass.mtp.impl.metadata.MetaData
テナント認証情報のメタデータ
- 関連項目:
-
ネストされたクラスの概要
ネストされたクラスクラスから継承されたネストされたクラス/インタフェース org.iplass.mtp.impl.tenant.MetaTenantConfig
org.iplass.mtp.impl.tenant.MetaTenantConfig.MetaTenantConfigRuntime -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidapplyConfig(TenantWebInfo definition) org.iplass.mtp.impl.metadata.MetaDatacopy()createRuntime(org.iplass.mtp.impl.tenant.MetaTenant.MetaTenantHandler tenantRuntime) HOMEのURLを取得します。リクエストパス構築用のテナントURLを取得します。booleanvoidsetErrorUrlSelector(String errorUrlSelector) voidsetHomeUrl(String homeUrl) HOMEのURLを設定します。voidsetLoginUrlSelector(String loginUrlSelector) voidsetReAuthUrlSelector(String reAuthUrlSelector) voidsetUrlForRequest(String urlForRequest) リクエストパス構築用のテナントURLを設定します。。voidsetUsePreview(boolean usePreview) クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.impl.metadata.MetaData
equals, hashCode
-
コンストラクタの詳細
-
MetaTenantWebInfo
public MetaTenantWebInfo()
-
-
メソッドの詳細
-
isUsePreview
public boolean isUsePreview() -
setUsePreview
public void setUsePreview(boolean usePreview) -
getLoginUrlSelector
-
setLoginUrlSelector
-
getReAuthUrlSelector
-
setReAuthUrlSelector
-
getErrorUrlSelector
-
setErrorUrlSelector
-
setHomeUrl
HOMEのURLを設定します。- パラメータ:
HOMEのURL-
-
getHomeUrl
HOMEのURLを取得します。- 戻り値:
- HOMEのURL
-
getUrlForRequest
リクエストパス構築用のテナントURLを取得します。 (HTTPサーバにて、/をtenantへマッピングしている場合などの場合に利用)- 戻り値:
- リクエストパス構築用のテナントURL
-
setUrlForRequest
リクエストパス構築用のテナントURLを設定します。。 (HTTPサーバにて、/をtenantへマッピングしている場合などの場合に利用)- パラメータ:
urlForRequest- リクエストパス構築用のテナントURL
-
copy
public org.iplass.mtp.impl.metadata.MetaData copy()- 定義:
copyインタフェース内org.iplass.mtp.impl.metadata.MetaData- オーバーライド:
copyクラス内org.iplass.mtp.impl.tenant.MetaTenantConfig<TenantWebInfo>
-
applyConfig
- オーバーライド:
applyConfigクラス内org.iplass.mtp.impl.tenant.MetaTenantConfig<TenantWebInfo>
-
currentConfig
- オーバーライド:
currentConfigクラス内org.iplass.mtp.impl.tenant.MetaTenantConfig<TenantWebInfo>
-
createRuntime
public MetaTenantWebInfo.MetaTenantWebInfoRuntime createRuntime(org.iplass.mtp.impl.tenant.MetaTenant.MetaTenantHandler tenantRuntime) - オーバーライド:
createRuntimeクラス内org.iplass.mtp.impl.tenant.MetaTenantConfig<TenantWebInfo>
-