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

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java135 private boolean willExpireFlag; field in class:InternalSession
194 willExpireFlag = true;
754 * Sets the willExpireFlag. This flag specify that whether the session will
761 willExpireFlag = false;
803 if (willExpireFlag) {
916 * Returns the value of willExpireFlag.
920 return willExpireFlag;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java134 private boolean willExpireFlag; field in class:InternalSession
382 willExpireFlag = true;
1181 * Sets the willExpireFlag. This flag specify that whether the session will
1194 willExpireFlag = expire;
1217 if (willExpireFlag == false) {
1312 if (willExpireFlag == true) {
1457 * Returns the value of willExpireFlag.
1461 return willExpireFlag;
1846 if (willExpireFlag) {

Completed in 34 milliseconds