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)

Type Members

  1. case class BadParam(msg: String) extends ResponseJoiner[String, Any] with Product with Serializable

    Definition Classes
    Messages
  2. case class Inputs(request: HttpRequest[Any]) extends Product with Serializable

    Combined header and parameter input

    Combined header and parameter input

    Definition Classes
    Messages

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

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

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

    Definition Classes
    OAuthProvider
  7. def blankMsg(param: String): String

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

    Definition Classes
    OAuthProvider
  9. def clone(): AnyRef

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

    Definition Classes
    InittedFilter
  11. val consumers: ConsumerStore

    acces to cosumers

    acces to cosumers

    Definition Classes
    ProtectionOAuthStores
  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 finalize(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  21. val nonEmptyString: Strict[String, String, BadParam]

    Definition Classes
    Messages
  22. def nonceValid(consumer: String, timestamp: String, nonce: String): Boolean

    Definition Classes
    OAuthProvider
  23. val nonces: NonceStore

    access to nonces

    access to nonces

    Definition Classes
    ProtectionOAuthStores
  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. def required[T]: Requiring[T, BadParam]

    Definition Classes
    Messages
  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