Package org.iplass.mtp.auth.policy
Class PasswordNotification
java.lang.Object
org.iplass.mtp.auth.policy.AccountNotification
org.iplass.mtp.auth.policy.PasswordNotification
-
Constructor Summary
ConstructorDescriptionPasswordNotification
(NotificationType type, String userOid, String password, boolean passwordAutoGenerated) -
Method Summary
Modifier and TypeMethodDescriptionアカウント作成時、パスワードリセット時のパスワードboolean
アカウント作成時、パスワードリセット時のパスワードが自動生成されたものである場合trueMethods inherited from class org.iplass.mtp.auth.policy.AccountNotification
getType, getUserOid
-
Constructor Details
-
PasswordNotification
public PasswordNotification(NotificationType type, String userOid, String password, boolean passwordAutoGenerated)
-
-
Method Details
-
getPassword
アカウント作成時、パスワードリセット時のパスワード- Returns:
-
isPasswordAutoGenerated
public boolean isPasswordAutoGenerated()アカウント作成時、パスワードリセット時のパスワードが自動生成されたものである場合true- Returns:
-