Class

securesocial.core.services.RoutesService

Default

Related Doc: package RoutesService

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Default(configuration: Configuration)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ApplicationHostKey: String

    Permalink
  5. val ApplicationPortKey: String

    Permalink
  6. val BootstrapCssKey: String

    Permalink
  7. val CustomCssKey: String

    Permalink
  8. val DefaultBootstrapCssPath: String

    Permalink
  9. val DefaultFaviconPath: String

    Permalink
  10. val DefaultJqueryPath: String

    Permalink
  11. val FaviconKey: String

    Permalink
  12. val JQueryKey: String

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

    Permalink
    Attributes
    protected
  14. def accessDeniedUrl(implicit req: RequestHeader): String

    Permalink

    The page where users get redirected when they deny access to their accounts using oauth logins

    The page where users get redirected when they deny access to their accounts using oauth logins

    Definition Classes
    DefaultRoutesService
  15. final def asInstanceOf[T0]: T0

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

    Permalink

    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
  17. val bootstrapCssPath: Call

    Permalink

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

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

    returns

    the path to Bootstrap CSS file to use

    Definition Classes
    DefaultRoutesService
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. val customCssPath: Option[Call]

    Permalink

    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
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. val faviconPath: Call

    Permalink

    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
  23. def finalize(): Unit

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

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

    Permalink

    The url that processes submissions from the password change page

    The url that processes submissions from the password change page

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

    Permalink

    The url that processes submissions from the reset password page

    The url that processes submissions from the reset password page

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

    Permalink

    The url that processes submissions from the sign up page

    The url that processes submissions from the sign up page

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

    Permalink

    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
  29. def handleStartSignUpUrl(implicit req: RequestHeader): String

    Permalink

    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
  30. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  32. val jqueryPath: Call

    Permalink

    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
  33. def loginPageUrl(implicit req: RequestHeader): String

    Permalink

    The login page url

    The login page url

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

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

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

    Permalink

    The password change page

    The password change page

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

    Permalink

    The reset password page

    The reset password page

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

    Permalink

    The sign up page

    The sign up page

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

    Permalink

    The page that starts the reset password flow

    The page that starts the reset password flow

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

    Permalink

    The page that starts the sign up flow

    The page that starts the sign up flow

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

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

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

    Permalink
    Attributes
    protected
  45. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RoutesService

Inherited from AnyRef

Inherited from Any

Ungrouped