Interface PasswordProtected

All Known Implementing Classes:
Administrator, User, User, User, User, UserServer, UserServer, UserServer

public interface PasswordProtected
Classes that are PasswordProtected provide mechanisms for checking password strength.
Author:
AO Industries, Inc.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Indicates that all of the passwords are set.
    static final int
    Indicates that none of the passwords are set.
    static final int
    Indicates that some of the passwords are set.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    boolean
     
     
    void
    setPassword(String password)