Packages

c

fly.play.aws

Aws4Signer

class Aws4Signer extends AwsSigner

Linear Supertypes
AwsSigner, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aws4Signer
  2. AwsSigner
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Aws4Signer(credentials: AwsCredentials, service: String, region: String)

Type Members

  1. case class Scope(date: Date) extends Product with Serializable

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. val DEFAULT_ENCODING: String
  5. val amzAlgorithm: (String, Seq[String])
  6. def amzContentSha256(content: Array[Byte]): (String, String)
  7. def amzCredential(scope: Scope): (String, Seq[String])
  8. def amzDate(scope: Scope): (String, Seq[String])
  9. def amzExpires(expiresIn: Int): (String, Seq[String])
  10. def amzSecurityToken: Option[(String, Seq[String])]
  11. def amzSignature(signature: String): (String, Seq[String])
  12. def amzSignedHeaders(headers: String): (String, Seq[String])
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def createAuthorizationHeader(scope: Scope, signedHeaders: String, signature: String): String
    Attributes
    protected
  16. def createCannonicalRequest(request: AwsRequest): String
    Attributes
    protected
  17. def createPolicy(policyBuilder: PolicyBuilder): AwsPolicy
    Definition Classes
    Aws4SignerAwsSigner
  18. def createRequestSignature(scope: Scope, request: AwsRequest): String
    Attributes
    protected
  19. def createSignature(stringToSign: String, scope: Scope): String
    Attributes
    protected
  20. def createStringToSign(scope: Scope, cannonicalRequest: String): String
    Attributes
    protected
  21. val credentials: AwsCredentials
  22. def currentDate: Date
    Attributes
    protected
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val region: String
  33. val service: String
  34. def sign(request: WSRequest, method: String, body: Array[Byte]): WSRequest
    Definition Classes
    Aws4SignerAwsSigner
  35. def signUrl(method: String, url: String, expiresIn: Int, queryString: Map[String, Seq[String]] = Map.empty): String
    Definition Classes
    Aws4SignerAwsSigner
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AwsSigner

Inherited from AnyRef

Inherited from Any

Ungrouped