Searched defs:SEP (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DResourceAttributeUtil.java34 public static final String SEP = "-z-"; field in class:ResourceAttributeUtil
63 return className + SEP + mapper.writeValueAsString(attribute);
98 return json.substring(pos + SEP.length(), json.length());
102 int pos = json.indexOf(SEP);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DResourceAttributeUtil.java34 public static final String SEP = "-z-"; field in class:ResourceAttributeUtil
63 return className + SEP + mapper.writeValueAsString(attribute);
98 return json.substring(pos + SEP.length(), json.length());
102 int pos = json.indexOf(SEP);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubtreeSpecification.java675 private static Pattern SEP = Pattern.compile(",.*"); field in class:SubtreeSpecification.Parser
952 nextValue(SEP, SEP_TOKEN);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubtreeSpecification.java674 private static Pattern SEP = Pattern.compile(",.*"); field in class:SubtreeSpecification.Parser
951 nextValue(SEP, SEP_TOKEN);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubtreeSpecification.java675 private static Pattern SEP = Pattern.compile(",.*"); field in class:SubtreeSpecification.Parser
952 nextValue(SEP, SEP_TOKEN);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubtreeSpecification.java675 private static Pattern SEP = Pattern.compile(",.*"); field in class:SubtreeSpecification.Parser
952 nextValue(SEP, SEP_TOKEN);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubtreeSpecification.java674 private static Pattern SEP = Pattern.compile(",.*"); field in class:SubtreeSpecification.Parser
951 nextValue(SEP, SEP_TOKEN);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubtreeSpecification.java597 private static Pattern SEP = Pattern.compile(",.*"); field in class:SubtreeSpecification.Parser
865 nextValue(SEP, SEP_TOKEN);

Completed in 205 milliseconds