Searched refs:configID (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfigImpl.java79 private String configID; field in class:ServiceConfigImpl
148 return (configID);
376 hash = 41 * hash + (configID != null ? configID.hashCode() : 0);
387 s.configID.equalsIgnoreCase(configID) &&
458 configID = ids[0];
460 configID = compName;
780 if ((configID != null) && (configID
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfigImpl.java79 private String configID; field in class:ServiceConfigImpl
148 return (configID);
376 hash = 41 * hash + (configID != null ? configID.hashCode() : 0);
387 s.configID.equalsIgnoreCase(configID) &&
455 configID = ids[0];
457 configID = compName;
777 if ((configID != null) && (configID
[all...]

Completed in 36 milliseconds