クラス MetaWebhookEndpoint
java.lang.Object
org.iplass.mtp.impl.metadata.BaseRootMetaData
org.iplass.mtp.impl.webhook.endpoint.MetaWebhookEndpoint
- すべての実装されたインタフェース:
Serializable,DefinableMetaData<WebhookEndpointDefinition>,MetaData,RootMetaData
public class MetaWebhookEndpoint
extends BaseRootMetaData
implements DefinableMetaData<WebhookEndpointDefinition>
- 関連項目:
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.impl.metadata.BaseRootMetaData
description, displayName, id, localizedDisplayNameList, name -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidapplyConfig(WebhookEndpointDefinition definition) セキュリティ関連部分はtemplateManagerによってdbで管理していますcopy()当該のメタデータのコピーを作成する。createRuntime(MetaDataConfig metaDataConfig) このメタデータの情報から、何らかの処理を実際に実行するMetaDataRuntimeを取得する。MetaDataをDefinitionに変換します。getUrl()booleanvoidsetHeaderAuthCustomTypeName(String headerAuthCustomTypeName) voidsetHeaderAuthType(WebhookAuthenticationType headerAuthType) voidsetHmacEnabled(boolean hmacEnabled) voidsetHmacHashHeader(String hmacHashHeader) voidクラスから継承されたメソッド org.iplass.mtp.impl.metadata.BaseRootMetaData
equals, getDescription, getDisplayName, getId, getLocalizedDisplayNameList, getName, hashCode, setDescription, setDisplayName, setId, setLocalizedDisplayNameList, setName
-
コンストラクタの詳細
-
MetaWebhookEndpoint
public MetaWebhookEndpoint() -
MetaWebhookEndpoint
-
-
メソッドの詳細
-
applyConfig
セキュリティ関連部分はtemplateManagerによってdbで管理しています- 定義:
applyConfigインタフェース内DefinableMetaData<WebhookEndpointDefinition>- パラメータ:
definition- Definition
-
currentConfig
インタフェースからコピーされた説明:DefinableMetaDataMetaDataをDefinitionに変換します。- 定義:
currentConfigインタフェース内DefinableMetaData<WebhookEndpointDefinition>- 戻り値:
- Definition
-
getUrl
-
setUrl
-
getHeaderAuthType
-
setHeaderAuthType
-
getHeaderAuthCustomTypeName
-
setHeaderAuthCustomTypeName
-
createRuntime
インタフェースからコピーされた説明:RootMetaDataこのメタデータの情報から、何らかの処理を実際に実行するMetaDataRuntimeを取得する。 メタデータ自身は、リポジトリ上に保存するデータのみを保持する形に作成し、 動的なものは、MetaDataRuntimeに保持するようにする。- 定義:
createRuntimeインタフェース内RootMetaData- 戻り値:
- MetaDataRuntimeのインスタンス
-
copy
インタフェースからコピーされた説明:MetaData当該のメタデータのコピーを作成する。- 定義:
copyインタフェース内MetaData- 定義:
copyインタフェース内RootMetaData- 戻り値:
- コピーされたメタデータ
-
getHmacHashHeader
-
setHmacHashHeader
-
isHmacEnabled
public boolean isHmacEnabled() -
setHmacEnabled
public void setHmacEnabled(boolean hmacEnabled)
-