Searched refs:rootConfiguration (Results 1 - 25 of 159) sorted by relevance

1234567

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupConfigManager.java231 RootCfg rootConfiguration =
235 rootConfiguration.removeNetworkGroupAddListener(this);
236 rootConfiguration.removeNetworkGroupDeleteListener(this);
268 RootCfg rootConfiguration =
274 rootConfiguration.addNetworkGroupAddListener(this);
275 rootConfiguration.addNetworkGroupDeleteListener(this);
278 for (String networkGroupName : rootConfiguration
282 rootConfiguration.getNetworkGroup(networkGroupName);
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupConfigManager.java230 RootCfg rootConfiguration =
234 rootConfiguration.removeNetworkGroupAddListener(this);
235 rootConfiguration.removeNetworkGroupDeleteListener(this);
267 RootCfg rootConfiguration =
273 rootConfiguration.addNetworkGroupAddListener(this);
274 rootConfiguration.addNetworkGroupDeleteListener(this);
277 for (String networkGroupName : rootConfiguration
281 rootConfiguration.getNetworkGroup(networkGroupName);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupConfigManager.java231 RootCfg rootConfiguration =
235 rootConfiguration.removeNetworkGroupAddListener(this);
236 rootConfiguration.removeNetworkGroupDeleteListener(this);
268 RootCfg rootConfiguration =
274 rootConfiguration.addNetworkGroupAddListener(this);
275 rootConfiguration.addNetworkGroupDeleteListener(this);
278 for (String networkGroupName : rootConfiguration
282 rootConfiguration.getNetworkGroup(networkGroupName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupConfigManager.java231 RootCfg rootConfiguration =
235 rootConfiguration.removeNetworkGroupAddListener(this);
236 rootConfiguration.removeNetworkGroupDeleteListener(this);
268 RootCfg rootConfiguration =
274 rootConfiguration.addNetworkGroupAddListener(this);
275 rootConfiguration.addNetworkGroupDeleteListener(this);
278 for (String networkGroupName : rootConfiguration
282 rootConfiguration.getNetworkGroup(networkGroupName);
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupConfigManager.java230 RootCfg rootConfiguration =
234 rootConfiguration.removeNetworkGroupAddListener(this);
235 rootConfiguration.removeNetworkGroupDeleteListener(this);
267 RootCfg rootConfiguration =
273 rootConfiguration.addNetworkGroupAddListener(this);
274 rootConfiguration.addNetworkGroupDeleteListener(this);
277 for (String networkGroupName : rootConfiguration
281 rootConfiguration.getNetworkGroup(networkGroupName);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPasswordPolicyConfigManager.java98 RootCfg rootConfiguration = managementContext.getRootConfiguration();
102 rootConfiguration.addPasswordPolicyAddListener(this);
103 rootConfiguration.addPasswordPolicyDeleteListener(this);
106 String[] passwordPolicyNames = rootConfiguration.listPasswordPolicies();
127 AuthenticationPolicyCfg passwordPolicyConfiguration = rootConfiguration
182 RootCfg rootConfiguration = managementContext.getRootConfiguration();
183 rootConfiguration.removePasswordPolicyAddListener(this);
184 rootConfiguration.removePasswordPolicyDeleteListener(this);
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java96 RootCfg rootConfiguration =
102 rootConfiguration.addWorkflowElementAddListener(this);
103 rootConfiguration.addWorkflowElementDeleteListener(this);
107 for (String workflowName : rootConfiguration.listWorkflowElements())
128 RootCfg rootConfiguration =
131 rootConfiguration.getWorkflowElement(workflowName);
/forgerock/opendj2/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java95 RootCfg rootConfiguration =
101 rootConfiguration.addWorkflowElementAddListener(this);
102 rootConfiguration.addWorkflowElementDeleteListener(this);
106 for (String workflowName : rootConfiguration.listWorkflowElements())
127 RootCfg rootConfiguration =
130 rootConfiguration.getWorkflowElement(workflowName);
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java96 RootCfg rootConfiguration =
102 rootConfiguration.addWorkflowElementAddListener(this);
103 rootConfiguration.addWorkflowElementDeleteListener(this);
107 for (String workflowName : rootConfiguration.listWorkflowElements())
128 RootCfg rootConfiguration =
131 rootConfiguration.getWorkflowElement(workflowName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java96 RootCfg rootConfiguration =
102 rootConfiguration.addWorkflowElementAddListener(this);
103 rootConfiguration.addWorkflowElementDeleteListener(this);
107 for (String workflowName : rootConfiguration.listWorkflowElements())
128 RootCfg rootConfiguration =
131 rootConfiguration.getWorkflowElement(workflowName);
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java95 RootCfg rootConfiguration =
101 rootConfiguration.addWorkflowElementAddListener(this);
102 rootConfiguration.addWorkflowElementDeleteListener(this);
106 for (String workflowName : rootConfiguration.listWorkflowElements())
127 RootCfg rootConfiguration =
130 rootConfiguration.getWorkflowElement(workflowName);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java110 RootCfg rootConfiguration =
116 rootConfiguration.addAccountStatusNotificationHandlerAddListener (this);
117 rootConfiguration.addAccountStatusNotificationHandlerDeleteListener (this);
121 rootConfiguration.listAccountStatusNotificationHandlers())
125 rootConfiguration.getAccountStatusNotificationHandler (handlerName);
H A DMonitorConfigManager.java105 RootCfg rootConfiguration =
111 rootConfiguration.addMonitorProviderAddListener(this);
112 rootConfiguration.addMonitorProviderDeleteListener(this);
116 for (String name : rootConfiguration.listMonitorProviders())
119 rootConfiguration.getMonitorProvider(name);
H A DPasswordStorageSchemeConfigManager.java104 RootCfg rootConfiguration =
109 rootConfiguration.addPasswordStorageSchemeAddListener (this);
110 rootConfiguration.addPasswordStorageSchemeDeleteListener (this);
113 for (String schemeName: rootConfiguration.listPasswordStorageSchemes())
117 rootConfiguration.getPasswordStorageScheme (schemeName);
H A DSASLConfigManager.java109 RootCfg rootConfiguration =
116 rootConfiguration.addSASLMechanismHandlerAddListener(this);
117 rootConfiguration.addSASLMechanismHandlerDeleteListener(this);
121 for (String handlerName : rootConfiguration.listSASLMechanismHandlers())
124 rootConfiguration.getSASLMechanismHandler(handlerName);
H A DWorkflowConfigManager.java96 RootCfg rootConfiguration =
102 rootConfiguration.addWorkflowAddListener(this);
103 rootConfiguration.addWorkflowDeleteListener(this);
107 for (String workflowName : rootConfiguration.listWorkflows())
110 rootConfiguration.getWorkflow(workflowName);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java109 RootCfg rootConfiguration =
115 rootConfiguration.addAccountStatusNotificationHandlerAddListener (this);
116 rootConfiguration.addAccountStatusNotificationHandlerDeleteListener (this);
120 rootConfiguration.listAccountStatusNotificationHandlers())
124 rootConfiguration.getAccountStatusNotificationHandler (handlerName);
H A DMonitorConfigManager.java104 RootCfg rootConfiguration =
110 rootConfiguration.addMonitorProviderAddListener(this);
111 rootConfiguration.addMonitorProviderDeleteListener(this);
115 for (String name : rootConfiguration.listMonitorProviders())
118 rootConfiguration.getMonitorProvider(name);
H A DPasswordStorageSchemeConfigManager.java103 RootCfg rootConfiguration =
108 rootConfiguration.addPasswordStorageSchemeAddListener (this);
109 rootConfiguration.addPasswordStorageSchemeDeleteListener (this);
112 for (String schemeName: rootConfiguration.listPasswordStorageSchemes())
116 rootConfiguration.getPasswordStorageScheme (schemeName);
H A DSASLConfigManager.java108 RootCfg rootConfiguration =
115 rootConfiguration.addSASLMechanismHandlerAddListener(this);
116 rootConfiguration.addSASLMechanismHandlerDeleteListener(this);
120 for (String handlerName : rootConfiguration.listSASLMechanismHandlers())
123 rootConfiguration.getSASLMechanismHandler(handlerName);
H A DWorkflowConfigManager.java95 RootCfg rootConfiguration =
101 rootConfiguration.addWorkflowAddListener(this);
102 rootConfiguration.addWorkflowDeleteListener(this);
106 for (String workflowName : rootConfiguration.listWorkflows())
109 rootConfiguration.getWorkflow(workflowName);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java110 RootCfg rootConfiguration =
116 rootConfiguration.addAccountStatusNotificationHandlerAddListener (this);
117 rootConfiguration.addAccountStatusNotificationHandlerDeleteListener (this);
121 rootConfiguration.listAccountStatusNotificationHandlers())
125 rootConfiguration.getAccountStatusNotificationHandler (handlerName);
H A DMonitorConfigManager.java105 RootCfg rootConfiguration =
111 rootConfiguration.addMonitorProviderAddListener(this);
112 rootConfiguration.addMonitorProviderDeleteListener(this);
116 for (String name : rootConfiguration.listMonitorProviders())
119 rootConfiguration.getMonitorProvider(name);
H A DPasswordStorageSchemeConfigManager.java104 RootCfg rootConfiguration =
109 rootConfiguration.addPasswordStorageSchemeAddListener (this);
110 rootConfiguration.addPasswordStorageSchemeDeleteListener (this);
113 for (String schemeName: rootConfiguration.listPasswordStorageSchemes())
117 rootConfiguration.getPasswordStorageScheme (schemeName);
H A DSASLConfigManager.java109 RootCfg rootConfiguration =
116 rootConfiguration.addSASLMechanismHandlerAddListener(this);
117 rootConfiguration.addSASLMechanismHandlerDeleteListener(this);
121 for (String handlerName : rootConfiguration.listSASLMechanismHandlers())
124 rootConfiguration.getSASLMechanismHandler(handlerName);

Completed in 82 milliseconds

1234567