Uses of Enum Class
com.iizix.user.UserLocaleString
Packages that use UserLocaleString
Uses of UserLocaleString in com.iizix.server.db
Methods in com.iizix.server.db that return UserLocaleStringModifier and TypeMethodDescriptionBasicUserInfo.canChangePassword()
Checks if the user is allowed to change his password.BasicUserInfo.changePassword
(String oldPassword, String password) Changes the password for the user without checking if the password entropy is met.BasicUserInfo.getDisabledReason()
Gets the 'disabled' reason, null for user not disabled.BasicUserInfo.resetPassword
(StringBuilder randomPassword) Resets the password for the user, returning a random password set for the user, and that the user must change password upon next sign in.Uses of UserLocaleString in com.iizix.user
Methods in com.iizix.user that return UserLocaleStringModifier and TypeMethodDescriptionabstract UserLocaleString
UserInfoBase.canChangePassword()
Checks if the user is allowed to change his password.static UserLocaleString
Parses the ID string to find a matching ID.static UserLocaleString
UserLocaleString.fromNonNull
(String id) Parses the ID string to find a matching ID.abstract UserLocaleString
UserInfoBase.getDisabledReason()
Gets the 'disabled' reason, null for user not disabled.static UserLocaleString
Returns the enum constant of this class with the specified name.static UserLocaleString[]
UserLocaleString.values()
Returns an array containing the constants of this enum class, in the order they are declared.