fly.play.aws

Aws4Signer

Related Doc: package aws

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
Learn more about member selection
Visibility
  1. Public
  2. All

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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: Any): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  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
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  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( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AwsSigner

Inherited from AnyRef

Inherited from Any

Ungrouped