Interface HostRestrictingAuthorizationFilter.HttpInteraction
- Enclosing class:
- HostRestrictingAuthorizationFilter
public static interface HostRestrictingAuthorizationFilter.HttpInteraction
-
Method Summary
-
Method Details
-
isCommitted
boolean isCommitted() -
getRemoteAddr
String getRemoteAddr() -
getRemoteUser
String getRemoteUser() -
getRequestURI
String getRequestURI() -
getQueryString
String getQueryString() -
getMethod
String getMethod() -
proceed
- Throws:
IOExceptionjavax.servlet.ServletException
-
sendError
- Throws:
IOException
-