UrlEntryPoint

class UrlEntryPoint(val url: String) extends EntryPoint with Logging
trait Logging
class Object
trait Matchable
class Any

Value members

Concrete methods

override def commence(req: HttpServletRequest, res: HttpServletResponse, ae: AuthenticationException): Unit

Performs the redirect (or forward) to the login form URL.

Performs the redirect (or forward) to the login form URL.

Definition Classes
protected def determineUrl(req: HttpServletRequest, ae: AuthenticationException): String

Allows subclasses to modify the login form URL that should be applicable for a given request.

Allows subclasses to modify the login form URL that should be applicable for a given request.

override def isLocalLogin(req: HttpServletRequest, ae: AuthenticationException): Boolean
Definition Classes
override def remoteLogin(request: HttpServletRequest, response: HttpServletResponse): Unit
Definition Classes

Concrete fields

var serverSideRedirect: Boolean
val url: String

Inherited fields

protected val logger: Logger
Inherited from
Logging