インタフェース AccountManagementModule
- 既知の実装クラスのリスト:
AccountManagementModuleWrapper,LoggingAccountManagementModule
public interface AccountManagementModule
アカウント情報の更新を行うためのインタフェース。
-
フィールドの概要
フィールド -
メソッドの概要
修飾子とタイプメソッド説明voidafterCreate(User user) default voidafterUpdate(User user, String policyName, List<String> updateProperties) booleanbooleancanPurge()booleanbooleanbooleanbooleanbooleanbooleanvoidvoidvoidvoidresetCredential(Credential credential) voidresetLockoutStatus(String accountId) voidvoidvoidupdateCredential(Credential oldCredential, Credential newCredential)
-
フィールド詳細
-
USER_ACTIVATION_PUBLISH
ユーザーアクティベーション 仮パスワード設定方式- 関連項目:
-
USER_ACTIVATION_SPECIFY_OR_PUBLISH
ユーザーアクティベーション パスワード指定方式(未指定の場合は仮パスワード方式)- 関連項目:
-
-
メソッドの詳細
-
canCreate
boolean canCreate() -
canUpdate
boolean canUpdate() -
canRemove
boolean canRemove() -
canRestore
boolean canRestore() -
canPurge
boolean canPurge() -
canUpdateCredential
boolean canUpdateCredential() -
canResetCredential
boolean canResetCredential() -
canResetLockoutStatus
boolean canResetLockoutStatus() -
create
-
afterCreate
-
update
-
afterUpdate
-
remove
-
restore
-
purge
-
updateCredential
void updateCredential(Credential oldCredential, Credential newCredential) throws CredentialUpdateException -
resetCredential
-
resetLockoutStatus
-