| java.lang.Object de.jwic.web.RemoteUserBinding
RemoteUserBinding | public class RemoteUserBinding implements ServletInterceptor(Code) | | Stores the HttpServletRequest object in a ThreadLocal object to
allow jWic applications to gather information about the current user.
This class must be registerd as ServletInterceptor to the
DispatcherServlet.
servlet.interceptors
de.jwic.web.RemoteUserBinding
author: Florian Lippisch version: $Revision: 1.2 $ |
getRemoteUser | public static String getRemoteUser()(Code) | | Returns the remote user.
|
isUserInRole | public static boolean isUserInRole(String role)(Code) | | Returns the result of HttpServletRequest.isUserInRole(role).
Parameters: role - |
|
|