CasEntryPoint

org.beangle.security.realm.cas.CasEntryPoint
class CasEntryPoint(val config: CasConfig) extends EntryPoint

Attributes

Graph
Supertypes
trait EntryPoint
class Object
trait Matchable
class Any

Members list

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.

Attributes

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

Attributes

Definition Classes
EntryPoint
override def isLocalLogin(req: HttpServletRequest, ae: AuthenticationException): Boolean

Attributes

Definition Classes
EntryPoint
def localLoginUrl(req: HttpServletRequest): String
override def remoteLogin(request: HttpServletRequest, response: HttpServletResponse): Unit

Attributes

Definition Classes
EntryPoint
def serviceUrl(req: HttpServletRequest): String

Concrete fields

var sessionIdReader: Option[SessionIdReader]