Packages

class JWTAuthOptions extends AnyRef

Options describing how an JWT Auth should behave.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JWTAuthOptions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JWTAuthOptions(_asJava: ext.auth.jwt.JWTAuthOptions)

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 addAudience(value: String): JWTAuthOptions

    Set the audience list

  5. def addPubSecKey(value: PubSecKeyOptions): JWTAuthOptions
  6. def addSecret(value: SecretOptions): JWTAuthOptions
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asJava: ext.auth.jwt.JWTAuthOptions
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAudience: Buffer[String]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def getIssuer: String
  16. def getKeyStore: KeyStoreOptions
  17. def getLeeway: Int
  18. def getPermissionsClaimKey: String
  19. def getPubSecKeys: Buffer[PubSecKeyOptions]
  20. def getSecrets: Buffer[SecretOptions]
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. def isIgnoreExpiration: Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. def setAudience(value: Buffer[String]): JWTAuthOptions

    Set the audience list

  28. def setIgnoreExpiration(value: Boolean): JWTAuthOptions

    Set whether expiration is ignored

  29. def setIssuer(value: String): JWTAuthOptions

    Set the issuer

  30. def setKeyStore(value: KeyStoreOptions): JWTAuthOptions
  31. def setLeeway(value: Int): JWTAuthOptions

    Set the leeway in seconds

  32. def setPermissionsClaimKey(value: String): JWTAuthOptions
  33. def setPubSecKeys(value: Buffer[PubSecKeyOptions]): JWTAuthOptions
  34. def setSecrets(value: Buffer[SecretOptions]): JWTAuthOptions
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped