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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DGetHttpSession.java87 public static final String CREATE_OP = "create"; field in class:GetHttpSession
196 } else if (op.equals(CREATE_OP)) {
H A DInternalSessionFactory.java174 String query = "?" + GetHttpSession.OP + "=" + GetHttpSession.CREATE_OP;

Completed in 28 milliseconds