Searched refs:cookie (Results 1 - 25 of 202) sorted by relevance

123456789

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteCookie.java41 private transient Cookie cookie = null; field in class:RemoteCookie
61 * @param cookie The Cookie to be serialized
63 public RemoteCookie(Cookie cookie) { argument
64 this.cookie = cookie;
65 comment = cookie.getComment();
66 domain = cookie.getDomain();
67 maxAge = cookie.getMaxAge();
68 name = cookie.getName();
69 path = cookie
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteCookie.java41 private transient Cookie cookie = null; field in class:RemoteCookie
61 * @param cookie The Cookie to be serialized
63 public RemoteCookie(Cookie cookie) { argument
64 this.cookie = cookie;
65 comment = cookie.getComment();
66 domain = cookie.getDomain();
67 maxAge = cookie.getMaxAge();
68 name = cookie.getName();
69 path = cookie
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dcookie.js3 // ident "@(#)cookie.js 1.3 04/05/09 SMI"
12 // This function will get the cookie value.
14 // Get document cookie.
15 var cookie = document.cookie;
18 var pos = cookie.indexOf(this.$cookieName + "=");
25 var end = cookie.indexOf(";", start);
28 end = cookie.length;
30 // return cookie value
31 return cookie
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_utils.h37 * URL encodes a HTTP cookie.
40 * cookie
41 * the cookie to be URL encoded.
43 * the buffer to put the encoded cookie
49 * if the cookie was successfully encoded and copied into buf.
52 * if the cookie or buffer was NULL.
58 * other error ocurred while encoding cookie.
61 am_http_cookie_encode(const char *cookie, char *buf, int len);
64 * URL decodes a HTTP cookie.
67 * cookie
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dcookie.js3 // ident "@(#)cookie.js 1.3 04/05/09 SMI"
12 // This function will get the cookie value.
14 // Get document cookie.
15 var cookie = document.cookie;
18 var pos = cookie.indexOf(this.$cookieName + "=");
25 var end = cookie.indexOf(";", start);
28 end = cookie.length;
30 // return cookie value
31 return cookie
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_utils.h37 * URL encodes a HTTP cookie.
40 * cookie
41 * the cookie to be URL encoded.
43 * the buffer to put the encoded cookie
49 * if the cookie was successfully encoded and copied into buf.
52 * if the cookie or buffer was NULL.
58 * other error ocurred while encoding cookie.
61 am_http_cookie_encode(const char *cookie, char *buf, int len);
64 * URL decodes a HTTP cookie.
67 * cookie
[all...]
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DCookieExtractor.java24 * Extracts the value of the cookie from a HttpServletRequest.
32 * Extracts the value of the cookie with the specified name on the given request.
35 * @param cookieName The cookie name.
36 * @return The cookie value or {@code null} if the cookie is not present on the request.
41 for (final Cookie cookie : request.getCookies()) {
42 if (cookie.getName().equals(cookieName)) {
43 return cookie.getValue();
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DCookieExtractor.java24 * Extracts the value of the cookie from a HttpServletRequest.
32 * Extracts the value of the cookie with the specified name on the given request.
35 * @param cookieName The cookie name.
36 * @return The cookie value or {@code null} if the cookie is not present on the request.
41 for (final Cookie cookie : request.getCookies()) {
42 if (cookie.getName().equals(cookieName)) {
43 return cookie.getValue();
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java98 * Gets property value of "com.iplanet.am.cookie.name"
100 * @return the property value of "com.iplanet.am.cookie.name"
151 * Returns property value of "com.iplanet.am.cookie.secure"
153 * @return the property value of "com.iplanet.am.cookie.secure"
160 * Returns property value of "com.sun.identity.cookie.httponly"
162 * @return the property value of "com.sun.identity.cookie.httponly"
169 * Returns value of cookie that has mached name in servlet request
173 * @return value of that name of cookie
180 Cookie cookie = getCookieFromReq(req, name);
181 if (cookie !
214 getCookieValue(Cookie cookie) argument
388 checkDoubleQuote(String cookie) argument
404 addCookieToResponse(HttpServletResponse response, Cookie cookie) argument
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java101 * Gets property value of "com.iplanet.am.cookie.name"
103 * @return the property value of "com.iplanet.am.cookie.name"
154 * Returns property value of "com.iplanet.am.cookie.secure"
156 * @return the property value of "com.iplanet.am.cookie.secure"
163 * Returns property value of "com.sun.identity.cookie.httponly"
165 * @return the property value of "com.sun.identity.cookie.httponly"
172 * Returns value of cookie that has mached name in servlet request
176 * @return value of that name of cookie
183 Cookie cookie = getCookieFromReq(req, name);
184 if (cookie !
217 getCookieValue(Cookie cookie) argument
391 checkDoubleQuote(String cookie) argument
407 addCookieToResponse(HttpServletResponse response, Cookie cookie) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DPagedResultsControl.java53 * cookie OCTET STRING
111 ByteString cookie;
114 cookie = reader.readOctetString();
144 return new PagedResultsControl(isCritical, size, cookie);
175 * The control value cookie element.
177 private ByteString cookie; field in class:PagedResultsControl
186 * @param cookie The cookie element.
189 ByteString cookie)
195 if(cookie
188 PagedResultsControl(boolean isCritical, int size, ByteString cookie) argument
[all...]
H A DEntryChangelogNotificationControl.java52 * This class implements the ECL cookie control.
62 // The cookie value - payload of this control.
63 private String cookie; field in class:EntryChangelogNotificationControl
85 String cookie = null;
90 cookie = reader.readOctetStringAsString();
103 return new EntryChangelogNotificationControl(isCritical, cookie);
126 * @param cookie The provided cookie value.
129 String cookie)
132 this.cookie
128 EntryChangelogNotificationControl(boolean isCritical, String cookie) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DECLUpdateMsg.java47 // The value of the cookie updated with the current change
48 private MultiDomainServerState cookie; field in class:ECLUpdateMsg
56 * @param cookie The provided cookie value
60 public ECLUpdateMsg(LDAPUpdateMsg update, MultiDomainServerState cookie, argument
63 this.cookie = cookie;
92 // Decode the cookie
95 this.cookie = new MultiDomainServerState(cookieStr);
130 * Getter for the cookie valu
142 setCookie(MultiDomainServerState cookie) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DPagedResultsControl.java52 * cookie OCTET STRING
110 ByteString cookie;
113 cookie = reader.readOctetString();
143 return new PagedResultsControl(isCritical, size, cookie);
174 * The control value cookie element.
176 private ByteString cookie; field in class:PagedResultsControl
185 * @param cookie The cookie element.
188 ByteString cookie)
194 if(cookie
187 PagedResultsControl(boolean isCritical, int size, ByteString cookie) argument
[all...]
H A DEntryChangelogNotificationControl.java51 * This class implements the ECL cookie control.
61 // The cookie value - payload of this control.
62 private String cookie; field in class:EntryChangelogNotificationControl
84 String cookie = null;
89 cookie = reader.readOctetStringAsString();
102 return new EntryChangelogNotificationControl(isCritical, cookie);
125 * @param cookie The provided cookie value.
128 String cookie)
131 this.cookie
127 EntryChangelogNotificationControl(boolean isCritical, String cookie) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DPagedResultsControl.java53 * cookie OCTET STRING
111 ByteString cookie;
114 cookie = reader.readOctetString();
144 return new PagedResultsControl(isCritical, size, cookie);
175 * The control value cookie element.
177 private ByteString cookie; field in class:PagedResultsControl
186 * @param cookie The cookie element.
189 ByteString cookie)
195 if(cookie
188 PagedResultsControl(boolean isCritical, int size, ByteString cookie) argument
[all...]
H A DEntryChangelogNotificationControl.java52 * This class implements the ECL cookie control.
62 // The cookie value - payload of this control.
63 private String cookie; field in class:EntryChangelogNotificationControl
85 String cookie = null;
90 cookie = reader.readOctetStringAsString();
103 return new EntryChangelogNotificationControl(isCritical, cookie);
126 * @param cookie The provided cookie value.
129 String cookie)
132 this.cookie
128 EntryChangelogNotificationControl(boolean isCritical, String cookie) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DECLUpdateMsg.java47 // The value of the cookie updated with the current change
48 private MultiDomainServerState cookie; field in class:ECLUpdateMsg
56 * @param cookie The provided cookie value
60 public ECLUpdateMsg(LDAPUpdateMsg update, MultiDomainServerState cookie, argument
63 this.cookie = cookie;
92 // Decode the cookie
95 this.cookie = new MultiDomainServerState(cookieStr);
130 * Getter for the cookie valu
142 setCookie(MultiDomainServerState cookie) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DPagedResultsControl.java53 * cookie OCTET STRING
111 ByteString cookie;
114 cookie = reader.readOctetString();
144 return new PagedResultsControl(isCritical, size, cookie);
175 * The control value cookie element.
177 private ByteString cookie; field in class:PagedResultsControl
186 * @param cookie The cookie element.
189 ByteString cookie)
195 if(cookie
188 PagedResultsControl(boolean isCritical, int size, ByteString cookie) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DECLUpdateMsg.java47 // The value of the cookie updated with the current change
48 private MultiDomainServerState cookie; field in class:ECLUpdateMsg
56 * @param cookie The provided cookie value
60 public ECLUpdateMsg(LDAPUpdateMsg update, MultiDomainServerState cookie, argument
63 this.cookie = cookie;
92 // Decode the cookie
95 this.cookie = new MultiDomainServerState(cookieStr);
130 * Getter for the cookie valu
142 setCookie(MultiDomainServerState cookie) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DPagedResultsControl.java52 * cookie OCTET STRING
110 ByteString cookie;
113 cookie = reader.readOctetString();
143 return new PagedResultsControl(isCritical, size, cookie);
174 * The control value cookie element.
176 private ByteString cookie; field in class:PagedResultsControl
185 * @param cookie The cookie element.
188 ByteString cookie)
194 if(cookie
187 PagedResultsControl(boolean isCritical, int size, ByteString cookie) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DPagedResultsControl.java53 * cookie OCTET STRING
101 ByteString cookie;
104 cookie = reader.readOctetString();
126 return new PagedResultsControl(isCritical, size, cookie);
153 * The control value cookie element.
155 private ByteString cookie; field in class:PagedResultsControl
164 * @param cookie The cookie element.
167 ByteString cookie)
173 if(cookie
166 PagedResultsControl(boolean isCritical, int size, ByteString cookie) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/validation/
H A DResponseValidationFilter.java59 public void addCookie(Cookie cookie) { argument
60 if (cookie != null && cookie.getValue() != null) {
61 cookie.setValue(validate(cookie.getValue()));
63 super.addCookie(cookie);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/validation/
H A DResponseValidationFilter.java59 public void addCookie(Cookie cookie) { argument
60 if (cookie != null && cookie.getValue() != null) {
61 cookie.setValue(validate(cookie.getValue()));
63 super.addCookie(cookie);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DHttpConnectionFactory.java105 StringBuilder cookie = new StringBuilder();
106 cookie.append(serviceConfig.getSecurityCookieName());
107 cookie.append(Constants.EQUALS);
108 cookie.append(serviceConfig.isCookieEncodingEnabled() ? URLEncDec.encode(securityCookie) : securityCookie);
111 cookie.append(Constants.SEMI_COLON);
112 cookie.append(extraCookies);
116 cookie.append(Constants.SEMI_COLON).append(sessionCookies.getCookieName());
117 cookie.append(Constants.EQUALS);
118 cookie.append(serviceConfig.isCookieEncodingEnabled() ? URLEncDec.encode(sid.toString()) : sid.toString());
123 cookie
[all...]

Completed in 194 milliseconds

123456789