EntryPoint

org.beangle.security.web.EntryPoint
trait EntryPoint

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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