Class GeneratedBruteForceLoginAttempts

    • Field Detail

      • UID

        public static final java.lang.String UID
        Qualifier of the BruteForceLoginAttempts.uid attribute
        See Also:
        Constant Field Values
      • ATTEMPTS

        public static final java.lang.String ATTEMPTS
        Qualifier of the BruteForceLoginAttempts.attempts 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

      • GeneratedBruteForceLoginAttempts

        public GeneratedBruteForceLoginAttempts()
    • Method Detail

      • getAttempts

        public java.lang.Integer getAttempts​(SessionContext ctx)
        Generated method - Getter of the BruteForceLoginAttempts.attempts attribute.
        Returns:
        the attempts
      • getAttempts

        public java.lang.Integer getAttempts()
        Generated method - Getter of the BruteForceLoginAttempts.attempts attribute.
        Returns:
        the attempts
      • getAttemptsAsPrimitive

        public int getAttemptsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BruteForceLoginAttempts.attempts attribute.
        Returns:
        the attempts
      • getAttemptsAsPrimitive

        public int getAttemptsAsPrimitive()
        Generated method - Getter of the BruteForceLoginAttempts.attempts attribute.
        Returns:
        the attempts
      • setAttempts

        public void setAttempts​(SessionContext ctx,
                                java.lang.Integer value)
        Generated method - Setter of the BruteForceLoginAttempts.attempts attribute.
        Parameters:
        value - the attempts
      • setAttempts

        public void setAttempts​(java.lang.Integer value)
        Generated method - Setter of the BruteForceLoginAttempts.attempts attribute.
        Parameters:
        value - the attempts
      • setAttempts

        public void setAttempts​(SessionContext ctx,
                                int value)
        Generated method - Setter of the BruteForceLoginAttempts.attempts attribute.
        Parameters:
        value - the attempts
      • setAttempts

        public void setAttempts​(int value)
        Generated method - Setter of the BruteForceLoginAttempts.attempts attribute.
        Parameters:
        value - the attempts
      • getUid

        public java.lang.String getUid​(SessionContext ctx)
        Generated method - Getter of the BruteForceLoginAttempts.uid attribute.
        Returns:
        the uid - User identifier
      • getUid

        public java.lang.String getUid()
        Generated method - Getter of the BruteForceLoginAttempts.uid attribute.
        Returns:
        the uid - User identifier
      • setUid

        protected void setUid​(SessionContext ctx,
                              java.lang.String value)
        Generated method - Setter of the BruteForceLoginAttempts.uid attribute.
        Parameters:
        value - the uid - User identifier
      • setUid

        protected void setUid​(java.lang.String value)
        Generated method - Setter of the BruteForceLoginAttempts.uid attribute.
        Parameters:
        value - the uid - User identifier