Searched refs:PASSWORD_POLICY_DN (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java53 PASSWORD_POLICY_DN("password-policy-dn"), enum constant in enum:AccountStatusNotificationProperty
170 return PASSWORD_POLICY_DN;
H A DAccountStatusNotification.java244 props.put(PASSWORD_POLICY_DN, propList);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java52 PASSWORD_POLICY_DN("password-policy-dn"), enum constant in enum:AccountStatusNotificationProperty
169 return PASSWORD_POLICY_DN;
H A DAccountStatusNotification.java243 props.put(PASSWORD_POLICY_DN, propList);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java53 PASSWORD_POLICY_DN("password-policy-dn"), enum constant in enum:AccountStatusNotificationProperty
170 return PASSWORD_POLICY_DN;
H A DAccountStatusNotification.java244 props.put(PASSWORD_POLICY_DN, propList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java53 PASSWORD_POLICY_DN("password-policy-dn"), enum constant in enum:AccountStatusNotificationProperty
170 return PASSWORD_POLICY_DN;
H A DAccountStatusNotification.java244 props.put(PASSWORD_POLICY_DN, propList);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java52 PASSWORD_POLICY_DN("password-policy-dn"), enum constant in enum:AccountStatusNotificationProperty
169 return PASSWORD_POLICY_DN;
H A DAccountStatusNotification.java243 props.put(PASSWORD_POLICY_DN, propList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAccountStatusNotificationProperty.java50 PASSWORD_POLICY_DN("password-policy-dn"), enum constant in enum:AccountStatusNotificationProperty
167 return PASSWORD_POLICY_DN;
H A DAccountStatusNotification.java237 props.put(PASSWORD_POLICY_DN, newArrayList(policy.getDN().toString()));
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java91 notification.getNotificationProperties().get(PASSWORD_POLICY_DN));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java269 notificationProperties.put(PASSWORD_POLICY_DN, propList);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java90 notification.getNotificationProperties().get(PASSWORD_POLICY_DN));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java268 notificationProperties.put(PASSWORD_POLICY_DN, propList);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java91 notification.getNotificationProperties().get(PASSWORD_POLICY_DN));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java269 notificationProperties.put(PASSWORD_POLICY_DN, propList);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java90 notification.getNotificationProperties().get(PASSWORD_POLICY_DN));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java268 notificationProperties.put(PASSWORD_POLICY_DN, propList);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java91 notification.getNotificationProperties().get(PASSWORD_POLICY_DN));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java269 notificationProperties.put(PASSWORD_POLICY_DN, propList);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java82 notification.getNotificationProperties().get(PASSWORD_POLICY_DN));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java252 notificationProperties.put(PASSWORD_POLICY_DN, newArrayList(policy.getDN().toString()));

Completed in 41 milliseconds