class PanDomainAuthSettingsRefresher extends AnyRef
PanDomainAuthSettingsRefresher will periodically refresh the pan domain settings and expose them via the "settings" method
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PanDomainAuthSettingsRefresher
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PanDomainAuthSettingsRefresher(domain: String, system: String, bucketName: String, settingsFileKey: String, s3Client: AmazonS3, scheduler: ScheduledExecutorService = Executors.newScheduledThreadPool(1))
- domain
the domain you are authenticating against
- system
the identifier for your app, typically the same as the subdomain your app runs on
- bucketName
the bucket where the settings are stored
- settingsFileKey
the name of the file that contains the private settings for the given domain
- s3Client
the AWS S3 client that will be used to download the settings from the bucket
- scheduler
optional scheduler that will be used to run the code that updates the bucket
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bucketName: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val domain: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val s3Client: AmazonS3
- def settings: PanDomainAuthSettings
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val system: String
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()