JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.djrapitops.plan.delivery.webserver.auth
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 and 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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method