Interface Authentication
- All Known Implementing Classes:
CookieAuthentication
public interface Authentication
Interface for different WebUser authentication methods used by Requests.
-
Method Summary
-
Method Details
-
getUser
User getUser()Obtain the WebUser related to this authentication.- Returns:
- Web user for the authentication.
- Throws:
WebUserAuthException
- If user can't be authenticated
-