Class PermissionDetails.PermanentUnlockPermissionDetails

  • Enclosing class:
    PermissionDetails

    public static class PermissionDetails.PermanentUnlockPermissionDetails
    extends Object
    • Field Detail

      • allowIndefiniteUnlock

        public Boolean allowIndefiniteUnlock
        By default the lock will be locked after the validity of the users grant ends. Is set to true, the permanent unlock TriggerLock command may unlock the lock and keep it in this state until explicitly a locking command will be executed.
      • allowPermanentUnlockCustomDuration

        public Boolean allowPermanentUnlockCustomDuration
        If set, the permanent unlock TriggerLock command may specify a custom unlock duration. After this duration the lock will automatically locked.
    • Constructor Detail

      • PermanentUnlockPermissionDetails

        public PermanentUnlockPermissionDetails()
    • Method Detail

      • getAllowIndefiniteUnlock

        public Boolean getAllowIndefiniteUnlock()
      • setAllowIndefiniteUnlock

        public void setAllowIndefiniteUnlock​(Boolean allowIndefiniteUnlock)
      • getAllowPermanentUnlockCustomDuration

        public Boolean getAllowPermanentUnlockCustomDuration()
      • setAllowPermanentUnlockCustomDuration

        public void setAllowPermanentUnlockCustomDuration​(Boolean allowPermanentUnlockCustomDuration)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object