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(String username,
String password,
String systemId)
Utility to check the validity of a password for a certain
User . |
Copyright © 2024 OpenMRS Inc.. All rights reserved.