unfiltered.oauth

Protected

trait Protected extends OAuthProvider with Plan

Self Type
Protected with OAuthStores with Messages
Source
oauth.scala
Linear Supertypes
Plan, InittedFilter, Filter, OAuthProvider, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Protected
  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 finalize(): Unit

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

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

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

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

    Definition Classes
    Protected → Plan
  21. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  29. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. 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