| Package | Description |
|---|---|
| org.openmrs.api |
The primary OpenMRS API interfaces.
|
| org.openmrs.util |
Shared utilities for OpenMRS classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidCharactersPasswordException
Password exception when the password doesn't comply to the minimum set of required characters.
|
class |
ShortPasswordException
Password exception when the length is less than the minimum allowed.
|
class |
WeakPasswordException
Password exception when the password is a simple word or matches the
User's username or
system id. |
| Modifier and Type | Method and Description |
|---|---|
static void |
OpenmrsUtil.validatePassword(java.lang.String username,
java.lang.String password,
java.lang.String systemId)
Utility to check the validity of a password for a certain
User. |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.