Package org.keycloak.adapters.spi
Interface HttpFacade.Response
- Enclosing interface:
- HttpFacade
public static interface HttpFacade.Response
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidend()If the response is finished, end it.voidresetCookie(String name, String path) voidsendError(int code) voidvoidsetCookie(String name, String value, String path, String domain, int maxAge, boolean secure, boolean httpOnly) voidvoidsetStatus(int status)
-
Method Details
-
setStatus
void setStatus(int status) -
addHeader
-
setHeader
-
resetCookie
-
setCookie
-
getOutputStream
OutputStream getOutputStream() -
sendError
void sendError(int code) -
sendError
-
end
void end()If the response is finished, end it.
-