unfiltered.oauth

OAuthed

trait OAuthed extends OAuthProvider with Plan

Self Type
OAuthed with OAuthStores with Messages with OAuthPaths
Source
oauth.scala
Linear Supertypes
Plan, InittedFilter, Filter, OAuthProvider, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OAuthed
  2. Plan
  3. InittedFilter
  4. Filter
  5. OAuthProvider
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. def accessToken(method: String, url: String, p: Map[String, Seq[String]]): OAuthResponse

    Definition Classes
    OAuthProvider
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def authorize[T](tokenKey: String, request: HttpRequest[T]): OAuthResponse

    Definition Classes
    OAuthProvider
  9. def challenge(status: Int, msg: String): OAuthResponse

    Definition Classes
    OAuthProvider
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def config: FilterConfig

    Definition Classes
    InittedFilter
  12. def destroy(): Unit

    Definition Classes
    InittedFilter → Filter
  13. def doFilter(request: ServletRequest, response: ServletResponse, chain: FilterChain): Unit

    Definition Classes
    Plan → Filter
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def fail(status: Int, msg: String): ResponseFunction[Any]

  17. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def init(config: FilterConfig): Unit

    Definition Classes
    InittedFilter → Filter
  21. def intent: Intent[HttpServletRequest, HttpServletResponse]

    Definition Classes
    OAuthed → Plan
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def nonceValid(consumer: String, timestamp: String, nonce: String): Boolean

    Definition Classes
    OAuthProvider
  25. final def notify(): Unit

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

    Definition Classes
    AnyRef
  27. def protect(method: String, url: String, p: Map[String, Seq[String]]): OAuthResponse

    Definition Classes
    OAuthProvider
  28. def requestToken(method: String, url: String, p: Map[String, Seq[String]]): OAuthResponse

    Definition Classes
    OAuthProvider
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Plan

Inherited from InittedFilter

Inherited from Filter

Inherited from OAuthProvider

Inherited from AnyRef

Inherited from Any

Ungrouped