Interface Authentication
-
- All Known Implementing Classes:
BasicAuthentication
,CookieAuthentication
public interface Authentication
Interface for different WebUser authentication methods used by Requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description User
getUser()
Obtain the WebUser related to this authentication.
-
-
-
Method Detail
-
getUser
User getUser()
Obtain the WebUser related to this authentication.- Returns:
- Web user for the authentication.
- Throws:
WebUserAuthException
- If user can't be authenticated
-
-