Searched refs:OP (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DGetHttpSession.java83 public static final String OP = "op"; field in class:GetHttpSession
167 String op = request.getParameter(OP);
H A DInternalSessionFactory.java174 String query = "?" + GetHttpSession.OP + "=" + GetHttpSession.CREATE_OP;
H A DSessionService.java1088 String query = "?" + GetHttpSession.OP + "=" + GetHttpSession.DEREFERENCE_RESTRICTED_TOKEN_ID;
1395 String query = "?" + GetHttpSession.OP + "=" + GetHttpSession.INVALIDATE_OP;
1438 String query = "?" + GetHttpSession.OP + "=" + GetHttpSession.RELEASE_OP;
1544 String query = "?" + GetHttpSession.OP + "=" + GetHttpSession.RECOVER_OP;
1721 String query = "?" + GetHttpSession.OP + "=" + GetHttpSession.SAVE_OP;
1775 String query = "?" + GetHttpSession.OP + "=" + GetHttpSession.GET_RESTRICTED_TOKEN_OP;

Completed in 43 milliseconds