public class BasicAuthentication extends java.lang.Object implements Authentication
Basic access authentication (Wikipedia): https://en.wikipedia.org/wiki/Basic_access_authentication
Constructor and Description |
---|
BasicAuthentication(java.lang.String authenticationString,
Database database) |
Modifier and Type | Method and Description |
---|---|
WebUser |
getWebUser()
Obtain the WebUser related to this authentication.
|
public BasicAuthentication(java.lang.String authenticationString, Database database)
public WebUser getWebUser()
Authentication
getWebUser
in interface Authentication