TransitioningSecret

com.gu.play.secretrotation.DualSecretTransition.TransitioningSecret
case class TransitioningSecret(oldSecret: String, newSecret: String, overlapInterval: Interval)(implicit clock: Clock) extends SnapshotProvider

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val overlapDuration: Duration
val secretsByAge: Map[Age, String]
val warningThreshold: Instant

Inherited fields

val logger: Logger

Attributes

Inherited from:
SnapshotProvider