Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BasicLoginController

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly request

request: Request

Protected Readonly routing

routing: Routing

Protected Readonly security

security: SecurityContext

Protected Readonly session

session: Session

Accessors

Private appClassApplication

Methods

Protected app

attemptLogin

  • attemptLogin(): Promise<any>

attemptLogout

  • attemptLogout(): Promise<any>

attemptRegister

  • attemptRegister(): Promise<any>

Protected container

getBoundMethod

  • getBoundMethod(methodName: string): (...args: any[]) => any
  • Get the method with the given name from this class, bound to this class.

    Parameters

    • methodName: string

    Returns (...args: any[]) => any

    function

      • (...args: any[]): any
      • Parameters

        • Rest ...args: any[]

        Returns any

getLogin

Protected getLoginView

Protected getMessageView

getRegistration

Protected getRegistrationView

Protected make

  • make<T>(target: any, ...parameters: any[]): T

Static getCanonicalResolver

  • getCanonicalResolver(): undefined | string

Static getFullyQualifiedCanonicalResolver

  • getFullyQualifiedCanonicalResolver(): undefined | string

Static routes

  • routes(__namedParameters?: { enableRegistration: any }): void

Static setCanonicalResolver

  • setCanonicalResolver(fullyQualifiedResolver: string, unqualifiedResolver: string): void
Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.