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 -
Method Summary
Modifier and TypeMethodDescriptionintbooleancheckPassword(String password) voidsetPassword(String password)
-
Field Details
-
NONE
static final int NONEIndicates that none of the passwords are set.- See Also:
-
SOME
static final int SOMEIndicates that some of the passwords are set.- See Also:
-
ALL
static final int ALLIndicates that all of the passwords are set.- See Also:
-
-
Method Details
-
checkPassword
- Throws:
IOExceptionSQLException
-
canSetPassword
- Throws:
IOExceptionSQLException
-
arePasswordsSet
- Throws:
IOExceptionSQLException
-
setPassword
- Throws:
IOExceptionSQLException
-
