クラス WebhookEndpointDefinitionManagerImpl
java.lang.Object
org.iplass.mtp.impl.definition.AbstractTypedDefinitionManager<WebhookEndpointDefinition>
org.iplass.mtp.impl.webhook.endpoint.WebhookEndpointDefinitionManagerImpl
- すべての実装されたインタフェース:
TypedDefinitionManager<WebhookEndpointDefinition>,Manager,WebhookEndpointDefinitionManager
public class WebhookEndpointDefinitionManagerImpl
extends AbstractTypedDefinitionManager<WebhookEndpointDefinition>
implements WebhookEndpointDefinitionManager
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明このTypedDefinitionManagerが扱うDefinitionの型を返却します。protected TypedMetaDataServicevoidmodifySecurityToken(int tenantId, String definitionName, String secret, String tokenType) updateTokenprotected RootMetaDatanewInstance(WebhookEndpointDefinition definition) remove時、自動でdb削除。クラスから継承されたメソッド org.iplass.mtp.impl.definition.AbstractTypedDefinitionManager
create, definitionSummaryList, get, rename, setRollbackOnly, updateクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.definition.TypedDefinitionManager
create, definitionList, definitionSummaryList, definitionSummaryList, definitionSummaryList, get, rename, update
-
コンストラクタの詳細
-
WebhookEndpointDefinitionManagerImpl
public WebhookEndpointDefinitionManagerImpl()
-
-
メソッドの詳細
-
getDefinitionType
インタフェースからコピーされた説明:TypedDefinitionManagerこのTypedDefinitionManagerが扱うDefinitionの型を返却します。- 定義:
getDefinitionTypeインタフェース内TypedDefinitionManager<WebhookEndpointDefinition>- 戻り値:
-
remove
remove時、自動でdb削除。- 定義:
removeインタフェース内TypedDefinitionManager<WebhookEndpointDefinition>- オーバーライド:
removeクラス内AbstractTypedDefinitionManager<WebhookEndpointDefinition>- パラメータ:
definitionName- 定義名- 戻り値:
- 削除結果
-
modifySecurityToken
public void modifySecurityToken(int tenantId, String definitionName, String secret, String tokenType) updateToken
トークンタイプ:WHHM,WHBT,WHBA- 定義:
modifySecurityTokenインタフェース内WebhookEndpointDefinitionManager
-
generateHmacKey
- 定義:
generateHmacKeyインタフェース内WebhookEndpointDefinitionManager
-
newInstance
-
getService
-