Searched refs:AM_COOKIE_HTTPONLY (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DIDPDiscoveryConstants.java68 public static final String AM_COOKIE_HTTPONLY = field in interface:IDPDiscoveryConstants
H A DCookieUtils.java59 (SystemProperties.get(IDPDiscoveryConstants.AM_COOKIE_HTTPONLY)
61 (SystemProperties.get(IDPDiscoveryConstants.AM_COOKIE_HTTPONLY).
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DIDPDiscoveryConstants.java68 public static final String AM_COOKIE_HTTPONLY = field in interface:IDPDiscoveryConstants
H A DCookieUtils.java59 (SystemProperties.get(IDPDiscoveryConstants.AM_COOKIE_HTTPONLY)
61 (SystemProperties.get(IDPDiscoveryConstants.AM_COOKIE_HTTPONLY).
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java63 (SystemPropertiesManager.get(Constants.AM_COOKIE_HTTPONLY) != null) &&
64 (SystemPropertiesManager.get(Constants.AM_COOKIE_HTTPONLY).
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java66 (SystemPropertiesManager.get(Constants.AM_COOKIE_HTTPONLY) != null) &&
67 (SystemPropertiesManager.get(Constants.AM_COOKIE_HTTPONLY).
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java201 static final String AM_COOKIE_HTTPONLY = "com.sun.identity.cookie.httponly"; field in interface:Constants
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java201 static final String AM_COOKIE_HTTPONLY = "com.sun.identity.cookie.httponly"; field in interface:Constants

Completed in 75 milliseconds