Searched refs:pluginType (Results 1 - 25 of 55) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DEntryUUIDPlugin.java252 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
254 switch (pluginType)
264 pluginType.toString());
H A DLDAPADListPlugin.java257 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
259 switch (pluginType)
269 String.valueOf(pluginType));
H A DChangeNumberControlPlugin.java272 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
274 switch (pluginType)
286 pluginType.toString());
H A DLastModPlugin.java340 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
342 switch (pluginType)
353 pluginType.toString());
H A DSevenBitCleanPlugin.java484 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
486 switch (pluginType)
498 pluginType.toString());
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DEntryUUIDPlugin.java251 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
253 switch (pluginType)
263 pluginType.toString());
H A DLDAPADListPlugin.java256 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
258 switch (pluginType)
268 String.valueOf(pluginType));
H A DChangeNumberControlPlugin.java272 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
274 switch (pluginType)
286 pluginType.toString());
H A DLastModPlugin.java339 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
341 switch (pluginType)
352 pluginType.toString());
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DEntryUUIDPlugin.java252 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
254 switch (pluginType)
264 pluginType.toString());
H A DLDAPADListPlugin.java257 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
259 switch (pluginType)
269 String.valueOf(pluginType));
H A DChangeNumberControlPlugin.java272 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
274 switch (pluginType)
286 pluginType.toString());
H A DLastModPlugin.java340 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
342 switch (pluginType)
353 pluginType.toString());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DEntryUUIDPlugin.java252 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
254 switch (pluginType)
264 pluginType.toString());
H A DLDAPADListPlugin.java257 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
259 switch (pluginType)
269 String.valueOf(pluginType));
H A DChangeNumberControlPlugin.java272 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
274 switch (pluginType)
286 pluginType.toString());
H A DLastModPlugin.java340 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
342 switch (pluginType)
353 pluginType.toString());
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DEntryUUIDPlugin.java251 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
253 switch (pluginType)
263 pluginType.toString());
H A DLDAPADListPlugin.java256 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
258 switch (pluginType)
268 String.valueOf(pluginType));
H A DChangeNumberControlPlugin.java272 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
274 switch (pluginType)
286 pluginType.toString());
H A DLastModPlugin.java339 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
341 switch (pluginType)
352 pluginType.toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DEntryUUIDPlugin.java228 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
230 switch (pluginType)
239 unacceptableReasons.add(ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE.get(pluginType));
H A DLDAPADListPlugin.java237 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
239 switch (pluginType)
247 unacceptableReasons.add(ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE.get(configuration.dn(), pluginType));
H A DChangeNumberControlPlugin.java252 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
254 switch (pluginType)
265 unacceptableReasons.add(ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE.get(pluginType));
H A DLastModPlugin.java286 for (PluginCfgDefn.PluginType pluginType : configuration.getPluginType())
288 switch (pluginType)
298 unacceptableReasons.add(ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE.get(pluginType));

Completed in 124 milliseconds

123