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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java234 private int maxSession; field in class:LoginState
1397 "maxSession = " + maxSession + "\n" +
1438 session.setMaxSessionTime(maxSession);
2146 maxSession = CollectionHelper.getIntMapAttr(
2215 "\n max->" + maxSession +
2459 maxSession = Integer.parseInt(sessionAttrs[0]);
2461 maxSession = 120;
2479 "\n max->" + maxSession +
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java242 private int maxSession; field in class:LoginState
1358 "maxSession = " + maxSession + "\n" +
1399 session.setMaxSessionTime(maxSession);
2081 maxSession = CollectionHelper.getIntMapAttr(
2150 "\n max->" + maxSession +
2392 maxSession = sessionAttrs[0];
2401 "\n max->" + maxSession +

Completed in 57 milliseconds