Searched refs:sess (Results 26 - 31 of 31) sorted by relevance

12

/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 72 milliseconds

12