Interface RemoteUserMapper
-
- All Known Implementing Classes:
DefaultRemoteUserMapper,IdentityServiceRemoteUserMapper
public interface RemoteUserMapperAn interface for objects capable of extracting an externally authenticated user ID from an HTTP request.- Author:
- dward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetRemoteUser(javax.servlet.http.HttpServletRequest request)Gets an externally authenticated user ID from an HTTP request.
-