Uses of Class
com.iizix.user.UserLocaleString
Packages that use UserLocaleString Package Description com.iizix.server.db com.iizix.user Uses of UserLocaleString in com.iizix.server.db
Methods in com.iizix.server.db that return UserLocaleString Modifier and Type Method Description UserLocaleString
BasicUserInfo. canChangePassword()
Checks if the user is allowed to change his password.UserLocaleString
BasicUserInfo. changePassword(java.lang.String oldPassword, java.lang.String password)
Changes the password for the user without checking if the password entropy is met.UserLocaleString
BasicUserInfo. getDisabledReason()
Gets the 'disabled' reason, null for user not disabled.UserLocaleString
BasicUserInfo. resetPassword(java.lang.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 UserLocaleString Modifier and Type Method Description abstract UserLocaleString
UserInfoBase. canChangePassword()
Checks if the user is allowed to change his password.static UserLocaleString
UserLocaleString. from(java.lang.String id)
Parses the ID string to find a matching ID.static UserLocaleString
UserLocaleString. fromNonNull(java.lang.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
UserLocaleString. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UserLocaleString[]
UserLocaleString. values()
Returns an array containing the constants of this enum type, in the order they are declared.