fr.njin.playoauth.common.domain

BasicOauthClient

class BasicOauthClient extends OauthClient

Linear Supertypes
OauthClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BasicOauthClient
  2. OauthClient
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BasicOauthClient(id: String, secret: String, allowedResponseType: Seq[String], allowedGrantType: Seq[String], redirectUris: Option[Seq[String]] = scala.None, authorized: Boolean = true)

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. val allowedGrantType: Seq[String]

    returns

    the allowed grant types for the client. See fr.njin.playoauth.common.OAuth.GrantType for the available grant types.

    Definition Classes
    BasicOauthClientOauthClient
  7. val allowedResponseType: Seq[String]

    returns

    the allowed response types for the client. See fr.njin.playoauth.common.OAuth.ResponseType for the available response types.

    Definition Classes
    BasicOauthClientOauthClient
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val authorized: Boolean

    returns

    true if the client is authorized to request a token

    Definition Classes
    BasicOauthClientOauthClient
  10. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  16. val id: String

    returns

    the client id

    Definition Classes
    BasicOauthClientOauthClient
  17. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  21. def redirectUri: Option[String]

    returns

    the url to which the authorization endpoint will redirect if the client don't specify a redirect url in its request.

    Definition Classes
    BasicOauthClientOauthClient
  22. val redirectUris: Option[Seq[String]]

    returns

    the urls registered by the client. The Authorization endpoint will only redirect to one of these urls.

    If the client's request don't mention a redirectUri, the authorization endpoint will redirect to the value returned by redirectUri

    Definition Classes
    BasicOauthClientOauthClient
  23. val secret: String

    returns

    the client secret key

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

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OauthClient

Inherited from AnyRef

Inherited from Any

Ungrouped