Searched defs:sess (Results 1 - 13 of 13) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPollerSender.java43 public SessionPollerSender(Session sess) { argument
44 this.session = sess;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionResponseParser.java198 Element sess = (Element) nodelist.item(i);
200 parseSessionExpirationTimeInfo(sess);
208 * @param sess session element.
210 private void parseSessionExpirationTimeInfo(Element sess) { argument
215 String temp = sess.getAttribute("sid");
219 temp = sess.getAttribute("expTime");
238 Element sess = (Element) nodelist.item(i);
240 SessionInfo sessionInfo = parseSessionElement(sess);
251 * @param sess Session Element.
254 static SessionInfo parseSessionElement(Element sess) { argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionResponseParser.java191 Element sess = (Element) nodelist.item(i);
193 parseSessionExpirationTimeInfo(sess);
201 * @param sess session element.
203 private void parseSessionExpirationTimeInfo(Element sess) { argument
208 String temp = sess.getAttribute("sid");
212 temp = sess.getAttribute("expTime");
231 Element sess = (Element) nodelist.item(i);
233 SessionInfo sessionInfo = parseSessionElement(sess);
244 * @param sess Session Element.
247 static SessionInfo parseSessionElement(Element sess) { argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionEvent.java86 public SessionEvent(Session sess, int type, long time) { argument
87 session = sess;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/sso/providers/dpro/
H A DSSOProviderImpl.java368 * @param sess Session object associated with the token
374 public boolean isIPValid(Session sess, String clientIP) throws SSOException { argument
377 InetAddress sessIPAddress = InetAddress.getByName(sess
/forgerock/openam/openam-core/src/main/java/com/iplanet/sso/providers/dpro/
H A DSSOProviderImpl.java369 * @param sess Session object associated with the token
375 public boolean isIPValid(Session sess, String clientIP) throws SSOException { argument
378 InetAddress sessIPAddress = InetAddress.getByName(sess
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionService.java601 InternalSession sess = cache.getBySessionID(token);
602 if (sess == null) {
603 sess = resolveRestrictedToken(token, true);
605 if (sess == null) {
608 return sess;
674 for (InternalSession sess : allValidSessions) {
678 String clientID = (!sess.isAppSession()) ?
679 DNUtils.DNtoName(sess.getClientID()) :
680 sess.getClientID();
697 sessions.add(sess);
1626 updateSessionMaps(InternalSession sess) argument
1676 checkIfShouldDestroy(InternalSession sess) argument
[all...]
/forgerock/opendj2/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java442 * @param sess Internal session for the request.
444 public void setSession(InternalSession sess) { argument
445 this.session = sess;
446 if (sess != null) {
447 this.sid = sess.getID();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java456 * @param sess Internal session for the request.
458 public void setSession(InternalSession sess) { argument
459 if (sess != null) {
460 this.sessionReference = sess.getSessionID();
461 this.finalSessionId = sess.getID();

Completed in 75 milliseconds