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

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java109 private final boolean returnAppSession; field in class:SessionServiceConfig
294 returnAppSession =
476 * Returns value of SystemProperty "com.sun.identity.session.returnAppSession".
481 return returnAppSession;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java119 private final boolean returnAppSession; field in class:SessionServiceConfig
352 returnAppSession =
627 * Returns value of SystemProperty "com.sun.identity.session.returnAppSession".
632 return returnAppSession;

Completed in 31 milliseconds