fr.njin.playoauth.common.domain

BasicOauthCode

class BasicOauthCode[RO <: OauthResourceOwner, C <: OauthClient] extends OauthCode[RO, C]

Linear Supertypes
OauthCode[RO, C], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BasicOauthCode
  2. OauthCode
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BasicOauthCode(value: String, owner: RO, client: C, issueAt: Long, expireIn: Long = ..., revoked: Boolean = false, redirectUri: Option[String] = scala.None, scopes: Option[Seq[String]] = scala.None)

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

    Definition Classes
    Any
  7. val client: C

    returns

    the client of the code

    Definition Classes
    BasicOauthCodeOauthCode
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. val expireIn: Long

    returns

    the life time of the code in milliseconds

    Definition Classes
    BasicOauthCodeOauthCode
  12. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  16. val issueAt: Long

    returns

    the creation timestamp of the code

    Definition Classes
    BasicOauthCodeOauthCode
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

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

    Definition Classes
    AnyRef
  20. val owner: RO

    returns

    the resource owner of the code.

    Definition Classes
    BasicOauthCodeOauthCode
  21. val redirectUri: Option[String]

    returns

    the redirectUri specified by the client when requesting the code

    Definition Classes
    BasicOauthCodeOauthCode
  22. val revoked: Boolean

    returns

    true if the code is revoked

    The code is revoked by the authorization endpoint before issuing a token

    Definition Classes
    BasicOauthCodeOauthCode
  23. val scopes: Option[Seq[String]]

    returns

    the scopes of the code

    Definition Classes
    BasicOauthCodeOauthCode
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. val value: String

    returns

    the value of the code. Must be unique.

    Definition Classes
    BasicOauthCodeOauthCode
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OauthCode[RO, C]

Inherited from AnyRef

Inherited from Any

Ungrouped