com.sibvisions.rad.server.security.validation
Interface IPasswordValidator
- All Known Implementing Classes:
- 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.
checkPassword
void checkPassword(ISession pSession,
String pPassword)
throws 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:
Exception
- if the password is not valid because it violates the password rules
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.