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 UserLocaleStringBasicUserInfo. canChangePassword()Checks if the user is allowed to change his password.UserLocaleStringBasicUserInfo. changePassword(java.lang.String oldPassword, java.lang.String password)Changes the password for the user without checking if the password entropy is met.UserLocaleStringBasicUserInfo. getDisabledReason()Gets the 'disabled' reason, null for user not disabled.UserLocaleStringBasicUserInfo. 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 UserLocaleStringUserInfoBase. canChangePassword()Checks if the user is allowed to change his password.static UserLocaleStringUserLocaleString. from(java.lang.String id)Parses the ID string to find a matching ID.static UserLocaleStringUserLocaleString. fromNonNull(java.lang.String id)Parses the ID string to find a matching ID.abstract UserLocaleStringUserInfoBase. getDisabledReason()Gets the 'disabled' reason, null for user not disabled.static UserLocaleStringUserLocaleString. 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.