securesocial.core.services.RoutesService

Default

class Default extends RoutesService

The default RoutesService implementation. It points to the routes defined by the built in controllers.

Linear Supertypes
RoutesService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Default
  2. RoutesService
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Default()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val CustomCssKey: String

  5. val DefaultFaviconPath: String

  6. val DefaultJqueryPath: String

  7. val FaviconKey: String

  8. val JQueryKey: String

  9. def absoluteUrl(call: Call)(implicit req: RequestHeader): String

    Attributes
    protected
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def authenticationUrl(provider: String, redirectTo: Option[String] = None)(implicit req: RequestHeader): String

    The url to start an authentication flow with the given provider

    The url to start an authentication flow with the given provider

    Definition Classes
    DefaultRoutesService
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. lazy val conf: Configuration

  14. val customCssPath: Option[Call]

    Loads the Custom Css file to use from configuration.

    Loads the Custom Css file to use from configuration. If there is none define, none will be used

    returns

    Option containing a custom css file or None

    Definition Classes
    DefaultRoutesService
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. val faviconPath: Call

    Loads the Favicon to use from configuration, using a default one if not provided

    Loads the Favicon to use from configuration, using a default one if not provided

    returns

    the path to Favicon file to use

    Definition Classes
    DefaultRoutesService
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def handlePasswordChangeUrl(implicit req: RequestHeader): String

    The url that processes submissions from the password change page

    The url that processes submissions from the password change page

    Definition Classes
    DefaultRoutesService
  21. def handleResetPasswordUrl(mailToken: String)(implicit req: RequestHeader): String

    The url that processes submissions from the reset password page

    The url that processes submissions from the reset password page

    Definition Classes
    DefaultRoutesService
  22. def handleSignUpUrl(mailToken: String)(implicit req: RequestHeader): String

    The url that processes submissions from the sign up page

    The url that processes submissions from the sign up page

    Definition Classes
    DefaultRoutesService
  23. def handleStartResetPasswordUrl(implicit req: RequestHeader): String

    The url that processes submissions from the start reset password page

    The url that processes submissions from the start reset password page

    Definition Classes
    DefaultRoutesService
  24. def handleStartSignUpUrl(implicit req: RequestHeader): String

    The url that processes submissions from the start sign up page

    The url that processes submissions from the start sign up page

    Definition Classes
    DefaultRoutesService
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. val jqueryPath: Call

    Loads the Jquery file to use from configuration, using a default one if not provided

    Loads the Jquery file to use from configuration, using a default one if not provided

    returns

    the path to Jquery file to use

    Definition Classes
    DefaultRoutesService
  28. def loginPageUrl(implicit req: RequestHeader): String

    The login page url

    The login page url

    Definition Classes
    DefaultRoutesService
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def passwordChangeUrl(implicit req: RequestHeader): String

    The password change page

    The password change page

    Definition Classes
    DefaultRoutesService
  33. def resetPasswordUrl(mailToken: String)(implicit req: RequestHeader): String

    The reset password page

    The reset password page

    Definition Classes
    DefaultRoutesService
  34. def signUpUrl(mailToken: String)(implicit req: RequestHeader): String

    The sign up page

    The sign up page

    Definition Classes
    DefaultRoutesService
  35. def startResetPasswordUrl(implicit request: RequestHeader): String

    The page that starts the reset password flow

    The page that starts the reset password flow

    Definition Classes
    DefaultRoutesService
  36. def startSignUpUrl(implicit req: RequestHeader): String

    The page that starts the sign up flow

    The page that starts the sign up flow

    Definition Classes
    DefaultRoutesService
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def valueFor(key: String, default: String): Call

    Attributes
    protected
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RoutesService

Inherited from AnyRef

Inherited from Any

Ungrouped