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

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java164 * <code>PERSIST_AM_COOKIE</code>=true, maxAge of AM session
1050 static final String PERSIST_AM_COOKIE = field in interface:Constants
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java164 * <code>PERSIST_AM_COOKIE</code>=true, maxAge of AM session
1023 static final String PERSIST_AM_COOKIE = field in interface:Constants
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2894 * parameter <code>Constants.PERSIST_AM_COOKIE</code> and this property is
2905 Constants.PERSIST_AM_COOKIE);
2919 = (String)reqDataHash.get(Constants.PERSIST_AM_COOKIE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2901 * parameter <code>Constants.PERSIST_AM_COOKIE</code> and this property is
2912 Constants.PERSIST_AM_COOKIE);
2926 = (String)reqDataHash.get(Constants.PERSIST_AM_COOKIE);

Completed in 53 milliseconds