The following sections describe the password security interfaces.
Note: Class implementing 'IPasswordSecurityService' interface should have a constructor that takes 'IPasswordSecurityData' as an argument. For example,
public CustomPasswordSecurityService(IPasswordSecurityData customSecurityData){
super(customSecurityData);
...
}
IPasswordSecurityData
Sample XML to capture the password policy metadata is as follows: