CasEntryPoint

class CasEntryPoint(val config: CasConfig) extends EntryPoint
trait EntryPoint
class Object
trait Matchable
class Any

Value members

Concrete methods

def casLoginUrl(service: String, forceRemote: Boolean): String

Constructs the URL to use to redirect to the CAS server.

Constructs the URL to use to redirect to the CAS server.

override def commence(req: HttpServletRequest, res: HttpServletResponse, ae: AuthenticationException): Unit
Definition Classes
EntryPoint
override def isLocalLogin(req: HttpServletRequest, ae: AuthenticationException): Boolean
Definition Classes
EntryPoint
def localLoginUrl(req: HttpServletRequest): String
override def remoteLogin(request: HttpServletRequest, response: HttpServletResponse): Unit
Definition Classes
EntryPoint
def serviceUrl(req: HttpServletRequest): String

Concrete fields

var sessionIdReader: Option[SessionIdReader]