Class BruteForceOAuthDisabledAuditModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.core.model.user.AbstractUserAuditModel
-
- de.hybris.platform.core.model.user.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
FAILEDOAUTHAUTHORIZATIONS
Generated constant - Attribute key ofBruteForceOAuthDisabledAudit.failedOAuthAuthorizations
attribute defined at extensionoauth2
.-
Fields inherited from class de.hybris.platform.core.model.user.AbstractUserAuditModel
CHANGINGAPPLICATION, CHANGINGUSER, IPADDRESS, UID, USERPK
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description BruteForceOAuthDisabledAuditModel()
Generated constructor - Default constructor for generic creation.BruteForceOAuthDisabledAuditModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextBruteForceOAuthDisabledAuditModel(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 parametersBruteForceOAuthDisabledAuditModel(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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getFailedOAuthAuthorizations()
Generated method - Getter of theBruteForceOAuthDisabledAudit.failedOAuthAuthorizations
attribute defined at extensionoauth2
.void
setFailedOAuthAuthorizations(java.lang.Integer value)
Generated method - Initial setter ofBruteForceOAuthDisabledAudit.failedOAuthAuthorizations
attribute defined at extensionoauth2
.-
Methods inherited from class de.hybris.platform.core.model.user.AbstractUserAuditModel
getChangingApplication, getChangingUser, getIpAddress, getUid, getUserPK, setChangingApplication, setChangingUser, setIpAddress, setUid, setUserPK
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
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 ofBruteForceOAuthDisabledAudit.failedOAuthAuthorizations
attribute defined at extensionoauth2
.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_failedOAuthAuthorizations
- initial attribute declared by typeBruteForceOAuthDisabledAudit
at extensionoauth2
_uid
- initial attribute declared by typeAbstractUserAudit
at extensioncore
_userPK
- initial attribute declared by typeAbstractUserAudit
at extensioncore
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_failedOAuthAuthorizations
- initial attribute declared by typeBruteForceOAuthDisabledAudit
at extensionoauth2
_ipAddress
- initial attribute declared by typeAbstractUserAudit
at extensioncore
_owner
- initial attribute declared by typeItem
at extensioncore
_uid
- initial attribute declared by typeAbstractUserAudit
at extensioncore
_userPK
- initial attribute declared by typeAbstractUserAudit
at extensioncore
-
-
Method Detail
-
getFailedOAuthAuthorizations
@Accessor(qualifier="failedOAuthAuthorizations", type=GETTER) public java.lang.Integer getFailedOAuthAuthorizations()
Generated method - Getter of theBruteForceOAuthDisabledAudit.failedOAuthAuthorizations
attribute defined at extensionoauth2
.- Returns:
- the failedOAuthAuthorizations - Number of failed logins
-
setFailedOAuthAuthorizations
@Accessor(qualifier="failedOAuthAuthorizations", type=SETTER) public void setFailedOAuthAuthorizations(java.lang.Integer value)
Generated method - Initial setter ofBruteForceOAuthDisabledAudit.failedOAuthAuthorizations
attribute defined at extensionoauth2
. Can only be used at creation of model - before first save.- Parameters:
value
- the failedOAuthAuthorizations - Number of failed logins
-
-