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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DSearchAttribute.java26 public class SearchAttribute { class
36 public SearchAttribute(String attributeName, String ldapAttribute) { method in class:SearchAttribute
72 return this == that || (that instanceof SearchAttribute &&
74 .append(this.attributeName, ((SearchAttribute) that).attributeName)
75 .append(this.ldapAttribute, ((SearchAttribute) that).ldapAttribute)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DSearchAttribute.java26 public class SearchAttribute { class
36 public SearchAttribute(String attributeName, String ldapAttribute) { method in class:SearchAttribute
72 return this == that || (that instanceof SearchAttribute &&
74 .append(this.attributeName, ((SearchAttribute) that).attributeName)
75 .append(this.ldapAttribute, ((SearchAttribute) that).ldapAttribute)

Completed in 28 milliseconds