public static interface HostRestrictingAuthorizationFilter.HttpInteraction
Modifier and Type | Method and Description |
---|---|
String |
getMethod() |
String |
getQueryString() |
String |
getRemoteAddr() |
String |
getRemoteUser() |
String |
getRequestURI() |
boolean |
isCommitted() |
void |
proceed() |
void |
sendError(int code,
String message) |
boolean isCommitted()
String getRemoteAddr()
String getRemoteUser()
String getRequestURI()
String getQueryString()
String getMethod()
void proceed() throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
void sendError(int code, String message) throws IOException
IOException
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.