Class Timeout

  • All Implemented Interfaces:
    Validator

    public class Timeout
    extends Object
    implements Validator
    This class performs timeout validation for Constraint. This validator will ensure the elapsed time an entity is active is less than Constraint.getTimeout() and Constraint.getEndTime() The timeout is in minutes and is stored as integer value. i.e. 30 for 30 minutes. A value of '0' specifies no timeout for a particular entity.

    Constraint Targets include

    1. User maps to 'ftCstr' attribute on 'ftUserAttrs' object class
    2. UserRole maps to 'ftRC' attribute on 'ftUserAttrs' object class
    3. Role maps to 'ftCstr' attribute on 'ftRls' object class
    4. AdminRole maps to 'ftCstr' attribute on 'ftRls' object class
    5. UserAdminRole maps to 'ftARC' attribute on 'ftRls' object class
    Author:
    Apache Directory Project