Class KeyEntryAttributesEntity

java.lang.Object
de.adorsys.sts.persistence.mongo.entity.KeyEntryAttributesEntity

public class KeyEntryAttributesEntity extends Object
  • Constructor Details

    • KeyEntryAttributesEntity

      public KeyEntryAttributesEntity()
  • Method Details

    • getAlias

      public String getAlias()
    • getCreatedAt

      public Date getCreatedAt()
    • getNotBefore

      public Date getNotBefore()
    • getNotAfter

      public Date getNotAfter()
    • getExpireAt

      public Date getExpireAt()
    • getValidityInterval

      public Long getValidityInterval()
    • getLegacyInterval

      public Long getLegacyInterval()
    • getState

      public KeyState getState()
    • getKeyUsage

      public KeyUsage getKeyUsage()
    • setAlias

      public void setAlias(String alias)
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • setNotBefore

      public void setNotBefore(Date notBefore)
    • setNotAfter

      public void setNotAfter(Date notAfter)
    • setExpireAt

      public void setExpireAt(Date expireAt)
    • setValidityInterval

      public void setValidityInterval(Long validityInterval)
    • setLegacyInterval

      public void setLegacyInterval(Long legacyInterval)
    • setState

      public void setState(KeyState state)
    • setKeyUsage

      public void setKeyUsage(KeyUsage keyUsage)