public static interface HttpFacade.Request
Modifier and Type | Method and Description |
---|---|
HttpFacade.Cookie |
getCookie(String cookieName) |
String |
getFirstParam(String param)
Get first query or form param
|
String |
getHeader(String name) |
List<String> |
getHeaders(String name) |
InputStream |
getInputStream() |
InputStream |
getInputStream(boolean buffered) |
String |
getMethod() |
String |
getQueryParamValue(String param) |
String |
getRelativePath()
Get the request relative path.
|
String |
getRemoteAddr() |
String |
getURI()
Full request URI with query params
|
boolean |
isSecure()
HTTPS?
|
void |
setError(AuthenticationError error) |
void |
setError(LogoutError error) |
String getMethod()
String getURI()
String getRelativePath()
boolean isSecure()
String getFirstParam(String param)
param
- HttpFacade.Cookie getCookie(String cookieName)
InputStream getInputStream()
InputStream getInputStream(boolean buffered)
String getRemoteAddr()
void setError(AuthenticationError error)
void setError(LogoutError error)
Copyright © 2019 JBoss by Red Hat. All rights reserved.