UsernameSource

Source of the username supplied with pre-authenticated authentication request. The username can be supplied in the request: in cookie, request header, request parameter or as ServletRequest.getRemoteUser().

class Object
trait Matchable
class Any

Value members

Abstract methods

def getCredential(request: HttpServletRequest): Option[Any]
def resolveUser(request: HttpServletRequest, credential: Any): Option[String]

Obtain username supplied in the request.

Obtain username supplied in the request.