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()(implicit configuration: Configuration, playEnv: Environment)

    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 BootstrapCssKey: String

    Permalink
  5. val CustomCssKey: String

    Permalink
  6. val DefaultBootstrapCssPath: String

    Permalink
  7. val DefaultFaviconPath: String

    Permalink
  8. val DefaultJqueryPath: String

    Permalink
  9. val FaviconKey: String

    Permalink
  10. val JQueryKey: String

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

    Permalink
    Attributes
    protected
  12. 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
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def authenticationUrl(provider: String, redirectTo: Option[String] = None, scope: 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
  15. 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
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. implicit val configuration: Configuration

    Permalink
    Definition Classes
    DefaultRoutesService
  18. 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
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. 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
  22. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. implicit val identityProviderConfigurations: IdentityProviderConfigurations

    Permalink
    Attributes
    protected
  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. implicit val playEnv: Environment

    Permalink
  39. def resetPasswordUrl(mailToken: String)(implicit req: RequestHeader): String

    Permalink

    The reset password page

    The reset password page

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

    Permalink

    The sign up page

    The sign up page

    Definition Classes
    DefaultRoutesService
  41. 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
  42. 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
  43. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

Inherited from RoutesService

Inherited from AnyRef

Inherited from Any

Ungrouped