Class BruteForceOAuthDisabledAuditModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class BruteForceOAuthDisabledAuditModel
    extends AbstractUserAuditModel
    Generated model class for type BruteForceOAuthDisabledAudit first defined at extension oauth2.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • FAILEDOAUTHAUTHORIZATIONS

        public static final java.lang.String FAILEDOAUTHAUTHORIZATIONS
        Generated constant - Attribute key of BruteForceOAuthDisabledAudit.failedOAuthAuthorizations attribute defined at extension oauth2.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BruteForceOAuthDisabledAuditModel

        public BruteForceOAuthDisabledAuditModel()
        Generated constructor - Default constructor for generic creation.
      • BruteForceOAuthDisabledAuditModel

        public BruteForceOAuthDisabledAuditModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • BruteForceOAuthDisabledAuditModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public BruteForceOAuthDisabledAuditModel​(java.lang.Integer _failedOAuthAuthorizations,
                                                 java.lang.String _uid,
                                                 java.lang.Long _userPK)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _failedOAuthAuthorizations - initial attribute declared by type BruteForceOAuthDisabledAudit at extension oauth2
        _uid - initial attribute declared by type AbstractUserAudit at extension core
        _userPK - initial attribute declared by type AbstractUserAudit at extension core
      • BruteForceOAuthDisabledAuditModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public BruteForceOAuthDisabledAuditModel​(java.lang.Integer _failedOAuthAuthorizations,
                                                 java.lang.String _ipAddress,
                                                 ItemModel _owner,
                                                 java.lang.String _uid,
                                                 java.lang.Long _userPK)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _failedOAuthAuthorizations - initial attribute declared by type BruteForceOAuthDisabledAudit at extension oauth2
        _ipAddress - initial attribute declared by type AbstractUserAudit at extension core
        _owner - initial attribute declared by type Item at extension core
        _uid - initial attribute declared by type AbstractUserAudit at extension core
        _userPK - initial attribute declared by type AbstractUserAudit at extension core
    • Method Detail

      • getFailedOAuthAuthorizations

        @Accessor(qualifier="failedOAuthAuthorizations",
                  type=GETTER)
        public java.lang.Integer getFailedOAuthAuthorizations()
        Generated method - Getter of the BruteForceOAuthDisabledAudit.failedOAuthAuthorizations attribute defined at extension oauth2.
        Returns:
        the failedOAuthAuthorizations - Number of failed logins
      • setFailedOAuthAuthorizations

        @Accessor(qualifier="failedOAuthAuthorizations",
                  type=SETTER)
        public void setFailedOAuthAuthorizations​(java.lang.Integer value)
        Generated method - Initial setter of BruteForceOAuthDisabledAudit.failedOAuthAuthorizations attribute defined at extension oauth2. Can only be used at creation of model - before first save.
        Parameters:
        value - the failedOAuthAuthorizations - Number of failed logins