|
|||||||||
| Home >> All >> com >> lutris >> [ http overview ] | PREV NEXT | ||||||||
Uses of Class
com.lutris.http.BasicAuthResult
| Uses of BasicAuthResult in com.lutris.http |
| Methods in com.lutris.http that return BasicAuthResult | |
static BasicAuthResult |
BasicAuth.getAuthentication(com.lutris.appserver.server.httpPresentation.HttpPresentationRequest req)
Checks to see if the authorization matches the given username and password. |
static BasicAuthResult |
BasicAuth.getAuthentication(com.lutris.appserver.server.jolt.joltpo.JoltRequest req)
Checks to see if the authorization matches the given username and password. |
static BasicAuthResult |
BasicAuth.getAuthentication(javax.servlet.http.HttpServletRequest req)
Extracts and returns the username and password using the HTTP Basic Auth method. |
private static BasicAuthResult |
BasicAuth.getAuth(java.lang.String authHeader)
|
|
|||||||||
| Home >> All >> com >> lutris >> [ http overview ] | PREV NEXT | ||||||||