Searched defs:iclass (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchemaImpl.java55 protected String iclass; field in class:PluginSchemaImpl
130 return (iclass);
197 iclass = jarURL = resourceBundleURL = i18nFileName = i18nKey = null;
203 iclass = XMLUtils.getNodeAttributeValue(pluginNode,
283 psi.iclass.equalsIgnoreCase(iclass)) {
297 hash = 89 * hash + (iclass != null ? iclass.hashCode() : 0);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchemaImpl.java54 protected String iclass; field in class:PluginSchemaImpl
129 return (iclass);
196 iclass = jarURL = resourceBundleURL = i18nFileName = i18nKey = null;
202 iclass = XMLUtils.getNodeAttributeValue(pluginNode,
282 psi.iclass.equalsIgnoreCase(iclass)) {
296 hash = 89 * hash + (iclass != null ? iclass.hashCode() : 0);

Completed in 43 milliseconds