Object

securesocial.core.providers.utils

RoutesHelper

Related Doc: package utils

Permalink

object RoutesHelper

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoutesHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val assets: Class[_]

    Permalink
  6. lazy val assetsControllerMethods: SimpleAt

    Permalink
  7. def at(file: String): Call

    Permalink
  8. def authenticate(provider: String): Call

    Permalink
  9. def authenticateByPost(provider: String): Call

    Permalink
  10. val bootstrapCssPath: Call

    Permalink

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

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

    returns

    the path to Bootstrap css file to use

  11. def changePasswordPage(): Call

    Permalink
  12. def clone(): AnyRef

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

    Permalink
  14. 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

  15. val defaultBootstrapCssPath: String

    Permalink
  16. val defaultFaviconPath: String

    Permalink
  17. val defaultJqueryPath: String

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. 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

  21. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def handlePasswordChange(): Call

    Permalink
  24. def handleResetPassword(token: String): Call

    Permalink
  25. def handleSignUp(token: String): Call

    Permalink
  26. def handleStartResetPassword(): Call

    Permalink
  27. def handleStartSignUp(): Call

    Permalink
  28. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  30. 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

  31. def login(): Call

    Permalink
  32. lazy val loginPageMethods: AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
  33. def logout(): Call

    Permalink
  34. lazy val lp: Any

    Permalink
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def notAuthorized: Call

    Permalink
  37. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  39. lazy val passChange: Any

    Permalink
  40. lazy val passwordChangeMethods: AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
  41. lazy val pc: Any

    Permalink
  42. lazy val providerControllerMethods: AnyRef { ... /* 3 definitions in type refinement */ }

    Permalink
  43. lazy val registrationMethods: AnyRef { ... /* 8 definitions in type refinement */ }

    Permalink
  44. def resetPassword(token: String): Call

    Permalink
  45. lazy val rr: Any

    Permalink
  46. def signUp(token: String): Call

    Permalink
  47. def startResetPassword(): Call

    Permalink
  48. def startSignUp(): Call

    Permalink
  49. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped