Class GeneratedBruteForceLoginDisabledAudit

    • Field Detail

      • FAILEDLOGINS

        public static final java.lang.String FAILEDLOGINS
        Qualifier of the BruteForceLoginDisabledAudit.failedLogins attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedBruteForceLoginDisabledAudit

        public GeneratedBruteForceLoginDisabledAudit()
    • Method Detail

      • getFailedLogins

        public java.lang.Integer getFailedLogins​(SessionContext ctx)
        Generated method - Getter of the BruteForceLoginDisabledAudit.failedLogins attribute.
        Returns:
        the failedLogins - Number of failed logins
      • getFailedLogins

        public java.lang.Integer getFailedLogins()
        Generated method - Getter of the BruteForceLoginDisabledAudit.failedLogins attribute.
        Returns:
        the failedLogins - Number of failed logins
      • getFailedLoginsAsPrimitive

        public int getFailedLoginsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BruteForceLoginDisabledAudit.failedLogins attribute.
        Returns:
        the failedLogins - Number of failed logins
      • getFailedLoginsAsPrimitive

        public int getFailedLoginsAsPrimitive()
        Generated method - Getter of the BruteForceLoginDisabledAudit.failedLogins attribute.
        Returns:
        the failedLogins - Number of failed logins
      • setFailedLogins

        protected void setFailedLogins​(SessionContext ctx,
                                       java.lang.Integer value)
        Generated method - Setter of the BruteForceLoginDisabledAudit.failedLogins attribute.
        Parameters:
        value - the failedLogins - Number of failed logins
      • setFailedLogins

        protected void setFailedLogins​(java.lang.Integer value)
        Generated method - Setter of the BruteForceLoginDisabledAudit.failedLogins attribute.
        Parameters:
        value - the failedLogins - Number of failed logins
      • setFailedLogins

        protected void setFailedLogins​(SessionContext ctx,
                                       int value)
        Generated method - Setter of the BruteForceLoginDisabledAudit.failedLogins attribute.
        Parameters:
        value - the failedLogins - Number of failed logins
      • setFailedLogins

        protected void setFailedLogins​(int value)
        Generated method - Setter of the BruteForceLoginDisabledAudit.failedLogins attribute.
        Parameters:
        value - the failedLogins - Number of failed logins