Package com.sibvisions.rad.server.security.validation

Contains validators for security managers, e.g. password validator.

See:
          Description

Interface Summary
IPasswordValidator The IPasswordValidator will be used from the AbstractSecurityManager and sub classes to validate if the new password during password change is strength enough.
 

Class Summary
DefaultPasswordValidator The DefaultPasswordValidator validates a password and uses following options: Minimum length (default: 5) Must contain at least one number (default: false) Must contain at least one letter (default: false) Must contain at least one special character (space, dot, ...)
 

Package com.sibvisions.rad.server.security.validation Description

Contains validators for security managers, e.g. password validator.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.