Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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)