Searched defs:DestroySession (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java45 * DestroySession |
61 * < !ELEMENT DestroySession (SessionID, DestroySessionID)>
87 public static final int DestroySession = 2; field in class:SessionRequest
244 case DestroySession:
245 return "DestroySession";
490 * to be destroyed has to be set for method <code>DestroySession</code>.
530 case DestroySession:
534 xml.append("<DestroySession>").append(NL);
537 xml.append("</DestroySession>").append(NL);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java45 * DestroySession |
61 * &lt; !ELEMENT DestroySession (SessionID, DestroySessionID)&gt;
87 public static final int DestroySession = 2; field in class:SessionRequest
242 case DestroySession:
243 return "DestroySession";
486 * to be destroyed has to be set for method <code>DestroySession</code>.
526 case DestroySession:
530 xml.append("<DestroySession>").append(NL);
533 xml.append("</DestroySession>").append(NL);

Completed in 29 milliseconds