Searched defs:SERVLET_SSF_CONSTANT (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java138 private static final String SERVLET_SSF_CONSTANT = field in class:HTTPClientConnection
263 calcSSF(request.getAttribute(SERVLET_SSF_CONSTANT));
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java137 private static final String SERVLET_SSF_CONSTANT = field in class:HTTPClientConnection
262 calcSSF(request.getAttribute(SERVLET_SSF_CONSTANT));
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java138 private static final String SERVLET_SSF_CONSTANT = field in class:HTTPClientConnection
263 calcSSF(request.getAttribute(SERVLET_SSF_CONSTANT));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java138 private static final String SERVLET_SSF_CONSTANT = field in class:HTTPClientConnection
263 calcSSF(request.getAttribute(SERVLET_SSF_CONSTANT));
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java137 private static final String SERVLET_SSF_CONSTANT = field in class:HTTPClientConnection
262 calcSSF(request.getAttribute(SERVLET_SSF_CONSTANT));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPClientConnection.java150 private static final String SERVLET_SSF_CONSTANT = "javax.servlet.request.key_size"; field in class:HTTPClientConnection
278 context.asContext(AttributesContext.class).getAttributes().get(SERVLET_SSF_CONSTANT));

Completed in 52 milliseconds