com.sibvisions.rad.server.security.validation
Interface IPasswordValidator
- All Known Implementing Classes:
- AbstractDBSecurityManager, AbstractSecurityManager, DBSecurityManager, DefaultPasswordValidator, NtlmDBSecurityManager, XmlSecurityManager
public interface IPasswordValidator
The IPasswordValidator
will be used from the AbstractSecurityManager and sub classes
to validate if the new password during password change is strength enough.
Method Summary |
void |
checkPassword(ISession pSession,
java.lang.String pPassword)
Checks if a password is strength enough to be used. |
checkPassword
void checkPassword(ISession pSession,
java.lang.String pPassword)
throws java.lang.Exception
- Checks if a password is strength enough to be used.
- Parameters:
pSession
- the session which wants to change the passwordpPassword
- the new password
- Throws:
java.lang.Exception
- if the password is not valid because it violates the password rules
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.