Class BasicAuthentication
java.lang.Object
com.djrapitops.plan.delivery.webserver.auth.BasicAuthentication
- All Implemented Interfaces:
Authentication
Authentication handling for Basic Auth.
Basic access authentication (Wikipedia): https://en.wikipedia.org/wiki/Basic_access_authentication
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BasicAuthentication
-
-
Method Details
-
getUser
Description copied from interface:Authentication
Obtain the WebUser related to this authentication.- Specified by:
getUser
in interfaceAuthentication
- Returns:
- Web user for the authentication.
-