unfiltered.oauth

Protection

case class Protection(stores: OAuthStores) extends Protected with OAuthStores with DefaultMessages with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, DefaultMessages, Messages, OAuthStores, Protected, Plan, InittedFilter, Filter, OAuthProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Protection
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DefaultMessages
  7. Messages
  8. OAuthStores
  9. Protected
  10. Plan
  11. InittedFilter
  12. Filter
  13. OAuthProvider
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Protection(stores: OAuthStores)

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 blankMsg(param: String): String

    Definition Classes
    DefaultMessagesMessages
  10. def challenge(status: Int, msg: String): OAuthResponse

    Definition Classes
    OAuthProvider
  11. def clone(): AnyRef

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

    Definition Classes
    InittedFilter
  13. val consumers: ConsumerStore

    acces to cosumers

    acces to cosumers

    Definition Classes
    ProtectionOAuthStores
  14. def destroy(): Unit

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

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

    Definition Classes
    AnyRef
  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 init(config: FilterConfig): Unit

    Definition Classes
    InittedFilter → Filter
  20. def intent: PartialFunction[HttpRequest[HttpServletRequest], ResponseFunction[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. val nonces: NonceStore

    access to nonces

    access to nonces

    Definition Classes
    ProtectionOAuthStores
  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. def requiredMsg(param: String): String

    Definition Classes
    DefaultMessagesMessages
  30. val stores: OAuthStores

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

    Definition Classes
    AnyRef
  32. val tokens: TokenStore

    acces to tokens

    acces to tokens

    Definition Classes
    ProtectionOAuthStores
  33. val users: UserHost

    access to users and host interactions

    access to users and host interactions

    Definition Classes
    ProtectionOAuthStores
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DefaultMessages

Inherited from Messages

Inherited from OAuthStores

Inherited from Protected

Inherited from Plan

Inherited from InittedFilter

Inherited from Filter

Inherited from OAuthProvider

Inherited from AnyRef

Inherited from Any

Ungrouped