Interface PasswordValidator<E>

Type Parameters:
E - type of the user entity

public interface PasswordValidator<E>
Interface to be implemented by beans that validate password when it is created or changed for a user.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Validates the password for the given user.