Class SessionPropertiesVO


  • public class SessionPropertiesVO
    extends Object
    • Constructor Detail

      • SessionPropertiesVO

        public SessionPropertiesVO()
    • Method Detail

      • getCreatedAt

        public DateTime getCreatedAt()
      • getExpiresAt

        public DateTime getExpiresAt()
      • getPin

        public PinVO getPin()
      • setCreatedAt

        public void setCreatedAt​(DateTime createdAt)
      • setExpirationInterval

        public void setExpirationInterval​(TimeIntervalDTO expirationInterval)
      • setExpiresAt

        public void setExpiresAt​(DateTime expiresAt)
      • setPin

        public void setPin​(PinVO pin)
      • setTrustedDevice

        public void setTrustedDevice​(TrustedDeviceVO trustedDevice)