クラス OpenIdProviderAccountEntityEventListener
java.lang.Object
org.iplass.mtp.impl.auth.authenticate.oidc.OpenIdProviderAccountEntityEventListener
- すべての実装されたインタフェース:
org.iplass.mtp.entity.EntityEventListener
public class OpenIdProviderAccountEntityEventListener
extends Object
implements org.iplass.mtp.entity.EntityEventListener
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明booleanbeforeUpdate(org.iplass.mtp.entity.Entity entity, org.iplass.mtp.entity.EntityEventContext context) voidbeforeValidate(org.iplass.mtp.entity.Entity entity, org.iplass.mtp.entity.EntityEventContext context) クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.entity.EntityEventListener
afterDelete, afterInsert, afterPurge, afterRestore, afterUpdate, beforeDelete, beforeInsert, onLoad
-
フィールド詳細
-
DEFINITION_NAME
- 関連項目:
-
UNIQUE_KEY
subjectId + "@" + openIdConnectDefinitionName- 関連項目:
-
OIDC_DEFINITION_NAME
- 関連項目:
-
SUBJECT_ID
- 関連項目:
-
SUBJECT_NAME
- 関連項目:
-
USER
- 関連項目:
-
USER_OID
- 関連項目:
-
-
コンストラクタの詳細
-
OpenIdProviderAccountEntityEventListener
public OpenIdProviderAccountEntityEventListener()
-
-
メソッドの詳細
-
beforeValidate
public void beforeValidate(org.iplass.mtp.entity.Entity entity, org.iplass.mtp.entity.EntityEventContext context) - 定義:
beforeValidateインタフェース内org.iplass.mtp.entity.EntityEventListener
-
beforeUpdate
public boolean beforeUpdate(org.iplass.mtp.entity.Entity entity, org.iplass.mtp.entity.EntityEventContext context) - 定義:
beforeUpdateインタフェース内org.iplass.mtp.entity.EntityEventListener
-