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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/session/util/
H A DSessionUtils.java87 /** The SESSION_ENCRYPTION to check if this is encrypted session */
88 private static final boolean SESSION_ENCRYPTION = Boolean.valueOf( field in class:SessionUtils
186 if (SESSION_ENCRYPTION) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/session/util/
H A DSessionUtils.java87 /** The SESSION_ENCRYPTION to check if this is encrypted session */
88 private static final boolean SESSION_ENCRYPTION = Boolean.valueOf( field in class:SessionUtils
186 if (SESSION_ENCRYPTION) {

Completed in 62 milliseconds