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

/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java224 private SessionID sessionReference = null; field in class:LoginState
441 if (null == sessionReference) {
442 DEBUG.message("Session is null :{}", sessionReference);
460 this.sessionReference = sess.getSessionID();
463 this.sessionReference = null;
1591 if (sessionReference != null) {
1595 sessionReference = null;
1776 sessionReference = session.getSessionID();
1793 if (null == sessionReference || isNoSession()) {
1796 InternalSession session = sessionAccessManager.getInternalSession(sessionReference);
[all...]

Completed in 34 milliseconds