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
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
checkPassword
(String password) void
setPassword
(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:
IOException
SQLException
-
canSetPassword
- Throws:
IOException
SQLException
-
arePasswordsSet
- Throws:
IOException
SQLException
-
setPassword
- Throws:
IOException
SQLException
-