Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.core.objectmanagement.member.PasswordStrengthVerifier Class Reference

List of all members.

Public Member Functions

 PasswordStrengthVerifier (IMendixObject mxObject, String memberName)
void verify (String password, IContext context)

Static Public Member Functions

static String getVerifiedPasswordErrorMessage (String password, IContext context)

Constructor & Destructor Documentation

com.mendix.core.objectmanagement.member.PasswordStrengthVerifier.PasswordStrengthVerifier ( IMendixObject  mxObject,
String  memberName 
)

Member Function Documentation

static String com.mendix.core.objectmanagement.member.PasswordStrengthVerifier.getVerifiedPasswordErrorMessage ( String  password,
IContext  context 
) [static]
Parameters:
password
context
Returns:
returns the error message text if the password is invalid and null if the password is valid.
void com.mendix.core.objectmanagement.member.PasswordStrengthVerifier.verify ( String  password,
IContext  context 
)

The documentation for this class was generated from the following file: