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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java90 private String cosQualifier; field in class:AttributeSchemaImpl
176 * Returns the value of the cosQualifier for this attribute. Either default,
179 * @return the value of the cosQualifier for this attribute.
182 return (cosQualifier);
473 buf.append("\n\tCoS Qualifier=").append(cosQualifier);
682 // Set the cosQualifier
683 if ((cosQualifier = XMLUtils.getNodeAttributeValue(n,
685 cosQualifier = "default";
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java94 private String cosQualifier; field in class:AttributeSchemaImpl
191 * Returns the value of the cosQualifier for this attribute. Either default,
194 * @return the value of the cosQualifier for this attribute.
197 return (cosQualifier);
495 buf.append("\n\tCoS Qualifier=").append(cosQualifier);
713 // Set the cosQualifier
714 if ((cosQualifier = XMLUtils.getNodeAttributeValue(n,
716 cosQualifier = "default";

Completed in 43 milliseconds