Searched refs:GetSession (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java43 * < !ELEMENT SessionRequest (GetSession |
56 * < !ELEMENT GetSession (SessionID)>
83 public static final int GetSession = 0; field in class:SessionRequest
240 case GetSession:
241 return "GetSession";
513 case GetSession:
514 xml.append("<GetSession reset=");
520 xml.append("</GetSession>").append(NL);
H A DSessionRequestParser.java112 // check GetSession
113 NodeList nodelist = elem.getElementsByTagName("GetSession");
115 sessionRequest.setMethodID(SessionRequest.GetSession);
236 * Parse GetSession attribute
H A DSessionResponse.java54 * &lt; !ELEMENT SessionResponse(GetSession |
65 * &lt; !ELEMENT GetSession (Session|Exception)&gt;
119 // For GetSession and GetValidSessions
334 case SessionRequest.GetSession:
335 xml.append("<GetSession>").append(NL);
346 xml.append("</GetSession>").append(NL);
H A DSessionResponseParser.java96 // check GetSession element
97 NodeList nodelist = elem.getElementsByTagName("GetSession");
99 sessionResponse.setMethodID(SessionRequest.GetSession);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java43 * &lt; !ELEMENT SessionRequest (GetSession |
56 * &lt; !ELEMENT GetSession (SessionID)&gt;
83 public static final int GetSession = 0; field in class:SessionRequest
238 case GetSession:
239 return "GetSession";
509 case GetSession:
510 xml.append("<GetSession reset=");
516 xml.append("</GetSession>").append(NL);
H A DSessionRequestParser.java114 // check GetSession
115 NodeList nodelist = elem.getElementsByTagName("GetSession");
117 sessionRequest.setMethodID(SessionRequest.GetSession);
231 * Parse GetSession attribute
H A DSessionResponse.java54 * &lt; !ELEMENT SessionResponse(GetSession |
65 * &lt; !ELEMENT GetSession (Session|Exception)&gt;
119 // For GetSession and GetValidSessions
334 case SessionRequest.GetSession:
335 xml.append("<GetSession>").append(NL);
346 xml.append("</GetSession>").append(NL);
H A DSessionResponseParser.java96 // check GetSession element
97 NodeList nodelist = elem.getElementsByTagName("GetSession");
99 sessionResponse.setMethodID(SessionRequest.GetSession);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPollerSender.java50 SessionRequest sreq = new SessionRequest(SessionRequest.GetSession, sid.toString(), false);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPollerSender.java70 SessionRequest sreq = new SessionRequest(SessionRequest.GetSession, sid.toString(), false);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/operations/strategies/
H A DRemoteOperations.java75 SessionRequest sreq = new SessionRequest(SessionRequest.GetSession, sessionID.toString(), reset);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionRequestHandler.java232 case SessionRequest.GetSession:
385 case SessionRequest.GetSession:
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionRequestHandler.java91 * <li>GetSession</li>
290 case SessionRequest.GetSession:
319 case SessionRequest.GetSession:
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/operations/strategies/
H A DClientSdkOperations.java90 SessionRequest sreq = new SessionRequest(SessionRequest.GetSession, sessionID.toString(), reset);

Completed in 47 milliseconds