| | |
| | | // The policy to use regarding syntax enforcement. |
| | | private AcceptRejectWarn syntaxEnforcementPolicy; |
| | | |
| | | // The account status notification handler config manager for the server. |
| | | private AccountStatusNotificationHandlerConfigManager |
| | | accountStatusNotificationHandlerConfigManager; |
| | | |
| | | // The default syntax to use for binary attributes. |
| | | private AttributeSyntax defaultBinarySyntax; |
| | | |
| | |
| | | passwordGeneratorConfigManager.initializePasswordGenerators(); |
| | | |
| | | |
| | | // Initialize the account status notification handlers. |
| | | accountStatusNotificationHandlerConfigManager = |
| | | new AccountStatusNotificationHandlerConfigManager(); |
| | | accountStatusNotificationHandlerConfigManager. |
| | | initializeNotificationHandlers(); |
| | | |
| | | |
| | | // Initialize all the password policies. |
| | | passwordPolicyConfigManager = new PasswordPolicyConfigManager(); |
| | | passwordPolicyConfigManager.initializePasswordPolicies(); |