クラス MetaAuthenticationPolicy.AuthenticationPolicyRuntime
java.lang.Object
org.iplass.mtp.impl.metadata.BaseMetaDataRuntime
org.iplass.mtp.impl.auth.authenticate.builtin.policy.MetaAuthenticationPolicy.AuthenticationPolicyRuntime
- すべての実装されたインタフェース:
MetaDataRuntime
- 含まれているクラス:
MetaAuthenticationPolicy
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidTenantManagerで初期adminUser作成の際のパスワード通知のため必要booleancheckLoginPolicy(BuiltinAccountHandle accountHandle, BuiltinAccount account) voidcheckPasswordPattern(String password, String accountId) voidcheckPasswordUpdatePolicy(IdPasswordCredential newIdPass, BuiltinAccount account) getCustomUserEndDate(User user) booleaninitLoginStatus(BuiltinAccount account) booleanbooleanisJustLockedout(BuiltinAccount account) booleanvoidnotify(AccountNotification notification) booleanクラスから継承されたメソッド org.iplass.mtp.impl.metadata.BaseMetaDataRuntime
checkState, hasIllegalStateException, setIllegalStateException
-
コンストラクタの詳細
-
AuthenticationPolicyRuntime
public AuthenticationPolicyRuntime()
-
-
メソッドの詳細
-
getAccountManagementModule
-
getMetaData
-
getListeners
-
addAccountNotificationListener
TenantManagerで初期adminUser作成の際のパスワード通知のため必要- パラメータ:
listener-
-
removeAccountNotificationListener
-
notify
-
isJustLockedout
-
isCheckLockout
public boolean isCheckLockout() -
initLoginStatus
- パラメータ:
account-- 戻り値:
- BuiltinAccountに保持している値を変更したか否か。変更ある場合は、BuiltinAccountの更新を行うこと。
-
checkLoginPolicy
- パラメータ:
accountHandle-account-- 戻り値:
- BuiltinAccountに保持している値を変更したか否か。変更ある場合は、BuiltinAccountの更新を行うこと。
-
checkPasswordUpdatePolicy
-
checkPasswordPattern
-
makePassword
-
isResetPasswordWithSpecificPassword
public boolean isResetPasswordWithSpecificPassword() -
getCustomUserEndDate
-