Searched defs:pluginType (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyManager.java1227 * @param pluginType type of plugin such as Subject, Referral, Condition
1231 * @return view bean URL defined for pluginType with name pluginName
1233 static String getViewBeanURL(String pluginType, String pluginClassName) { argument
1235 if (pluginType != null) {
1237 pluginType).iterator();
1240 PluginSchema ps = PolicyManager.getPluginSchema(pluginType,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyManager.java1214 * @param pluginType type of plugin such as Subject, Referral, Condition
1218 * @return view bean URL defined for pluginType with name pluginName
1220 static String getViewBeanURL(String pluginType, String pluginClassName) { argument
1222 if (pluginType != null) {
1224 pluginType).iterator();
1227 PluginSchema ps = PolicyManager.getPluginSchema(pluginType,
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPluginConfigManager.java304 for (PluginCfgDefn.PluginType pluginType :
307 PluginType t = getPluginType(pluginType);
928 * @param pluginType The plugin type for the plugin being registered.
937 PluginType pluginType,
974 pluginType.getName());
988 get(pluginType.getName());
1011 pluginType.getName(), token);
1028 pluginType.getName(), token);
1046 WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD.get(pluginType.getName());
5470 for (PluginCfgDefn.PluginType pluginType
935 addPlugin(DirectoryServerPlugin[] pluginArray, DirectoryServerPlugin plugin, PluginType pluginType, String pluginOrder) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPluginConfigManager.java296 for (PluginCfgDefn.PluginType pluginType :
299 PluginType t = getPluginType(pluginType);
919 * @param pluginType The plugin type for the plugin being registered.
928 PluginType pluginType,
965 pluginType.getName());
979 get(pluginType.getName());
1002 pluginType.getName(), token);
1019 pluginType.getName(), token);
1037 WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD.get(pluginType.getName());
5106 for (PluginCfgDefn.PluginType pluginType
926 addPlugin(DirectoryServerPlugin[] pluginArray, DirectoryServerPlugin plugin, PluginType pluginType, String pluginOrder) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPluginConfigManager.java304 for (PluginCfgDefn.PluginType pluginType :
307 PluginType t = getPluginType(pluginType);
928 * @param pluginType The plugin type for the plugin being registered.
937 PluginType pluginType,
974 pluginType.getName());
988 get(pluginType.getName());
1011 pluginType.getName(), token);
1028 pluginType.getName(), token);
1046 WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD.get(pluginType.getName());
5470 for (PluginCfgDefn.PluginType pluginType
935 addPlugin(DirectoryServerPlugin[] pluginArray, DirectoryServerPlugin plugin, PluginType pluginType, String pluginOrder) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPluginConfigManager.java304 for (PluginCfgDefn.PluginType pluginType :
307 PluginType t = getPluginType(pluginType);
928 * @param pluginType The plugin type for the plugin being registered.
937 PluginType pluginType,
974 pluginType.getName());
988 get(pluginType.getName());
1011 pluginType.getName(), token);
1028 pluginType.getName(), token);
1046 WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD.get(pluginType.getName());
5470 for (PluginCfgDefn.PluginType pluginType
935 addPlugin(DirectoryServerPlugin[] pluginArray, DirectoryServerPlugin plugin, PluginType pluginType, String pluginOrder) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPluginConfigManager.java296 for (PluginCfgDefn.PluginType pluginType :
299 PluginType t = getPluginType(pluginType);
919 * @param pluginType The plugin type for the plugin being registered.
928 PluginType pluginType,
965 pluginType.getName());
979 get(pluginType.getName());
1002 pluginType.getName(), token);
1019 pluginType.getName(), token);
1037 WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD.get(pluginType.getName());
5106 for (PluginCfgDefn.PluginType pluginType
926 addPlugin(DirectoryServerPlugin[] pluginArray, DirectoryServerPlugin plugin, PluginType pluginType, String pluginOrder) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPluginConfigManager.java297 for (PluginCfgDefn.PluginType pluginType : pluginConfiguration.getPluginType())
299 PluginType t = getPluginType(pluginType);
890 * @param pluginType The plugin type for the plugin being registered.
899 PluginType pluginType,
935 logger.warn(WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER, pluginType.getName());
947 logger.warn(WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER, pluginType.getName());
969 pluginType.getName(), token);
985 pluginType.getName(), token);
1001 logger.warn(WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD, pluginType.getName());
4650 for (PluginCfgDefn.PluginType pluginType
897 addPlugin(DirectoryServerPlugin[] pluginArray, DirectoryServerPlugin plugin, PluginType pluginType, String pluginOrder) argument
[all...]

Completed in 96 milliseconds