java.lang.Object
de.adorsys.keymanagement.keyrotation.api.types.KeyState
All Implemented Interfaces:
de.adorsys.keymanagement.api.types.entity.metadata.KeyMetadata

public class KeyState extends Object implements de.adorsys.keymanagement.api.types.entity.metadata.KeyMetadata
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Function<Instant,com.googlecode.cqengine.query.Query<de.adorsys.keymanagement.api.types.entity.KeyEntry>>
     
    static final Function<Instant,com.googlecode.cqengine.query.Query<de.adorsys.keymanagement.api.types.entity.KeyEntry>>
     
    static final com.googlecode.cqengine.attribute.Attribute<de.adorsys.keymanagement.api.types.entity.KeyEntry,Instant>
     
    static final com.googlecode.cqengine.attribute.Attribute<de.adorsys.keymanagement.api.types.entity.KeyEntry,Instant>
     
    static final com.googlecode.cqengine.attribute.support.SimpleFunction<de.adorsys.keymanagement.api.types.entity.KeyEntry,KeyState>
     
    static final com.googlecode.cqengine.attribute.Attribute<de.adorsys.keymanagement.api.types.entity.KeyEntry,KeyStatus>
     
    static final com.googlecode.cqengine.attribute.Attribute<de.adorsys.keymanagement.api.types.entity.KeyEntry,KeyType>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • STATE

      public static final com.googlecode.cqengine.attribute.support.SimpleFunction<de.adorsys.keymanagement.api.types.entity.KeyEntry,KeyState> STATE
    • STATUS

      public static final com.googlecode.cqengine.attribute.Attribute<de.adorsys.keymanagement.api.types.entity.KeyEntry,KeyStatus> STATUS
    • TYPE

      public static final com.googlecode.cqengine.attribute.Attribute<de.adorsys.keymanagement.api.types.entity.KeyEntry,KeyType> TYPE
    • NOT_AFTER

      public static final com.googlecode.cqengine.attribute.Attribute<de.adorsys.keymanagement.api.types.entity.KeyEntry,Instant> NOT_AFTER
    • EXPIRE_AT

      public static final com.googlecode.cqengine.attribute.Attribute<de.adorsys.keymanagement.api.types.entity.KeyEntry,Instant> EXPIRE_AT
    • BECAME_LEGACY

      public static final Function<Instant,com.googlecode.cqengine.query.Query<de.adorsys.keymanagement.api.types.entity.KeyEntry>> BECAME_LEGACY
    • BECAME_EXPIRED

      public static final Function<Instant,com.googlecode.cqengine.query.Query<de.adorsys.keymanagement.api.types.entity.KeyEntry>> BECAME_EXPIRED
  • Constructor Details

    • KeyState

      public KeyState()