Searched refs:INVALIDATE_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.java93 public static final String INVALIDATE_OP = "invalidate"; field in class:GetHttpSession
210 } else if (op.equals(INVALIDATE_OP)) {
H A DSessionService.java1395 String query = "?" + GetHttpSession.OP + "=" + GetHttpSession.INVALIDATE_OP;

Completed in 25 milliseconds