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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentity.java669 (Set)attributes.remove(COS_PRIORITY) : null;
673 attributes.put(COS_PRIORITY, cosPriority);
903 attrMap.keySet()).contains(COS_PRIORITY));
907 values = attrMap.remove(COS_PRIORITY);
934 attrMap.put(COS_PRIORITY, values);
1420 attrNames.add(COS_PRIORITY);
1437 public static String COS_PRIORITY = "cospriority"; field in class:AMIdentity
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentity.java673 (Set)attributes.remove(COS_PRIORITY) : null;
677 attributes.put(COS_PRIORITY, cosPriority);
906 attrMap.keySet()).contains(COS_PRIORITY));
910 values = attrMap.remove(COS_PRIORITY);
937 attrMap.put(COS_PRIORITY, values);
1423 attrNames.add(COS_PRIORITY);
1440 public static String COS_PRIORITY = "cospriority"; field in class:AMIdentity

Completed in 34 milliseconds