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:
Serializable
Generated model class for type BruteForceOAuthDisabledAudit first defined at extension oauth2.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofBruteForceOAuthDisabledAudit.failedOAuthAuthorizationsattribute defined at extensionoauth2.Fields inherited from class de.hybris.platform.core.model.user.AbstractUserAuditModel
CHANGINGAPPLICATION, CHANGINGUSER, IPADDRESS, UID, USERPKFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextBruteForceOAuthDisabledAuditModel(Integer _failedOAuthAuthorizations, String _ipAddress, ItemModel _owner, String _uid, 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(Integer _failedOAuthAuthorizations, String _uid, 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
Modifier and TypeMethodDescriptionGenerated method - Getter of theBruteForceOAuthDisabledAudit.failedOAuthAuthorizationsattribute defined at extensionoauth2.voidGenerated method - Initial setter ofBruteForceOAuthDisabledAudit.failedOAuthAuthorizationsattribute defined at extensionoauth2.Methods inherited from class de.hybris.platform.core.model.user.AbstractUserAuditModel
getChangingApplication, getChangingUser, getIpAddress, getUid, getUserPK, setChangingApplication, setChangingUser, setIpAddress, setUid, setUserPKMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
FAILEDOAUTHAUTHORIZATIONS
Generated constant - Attribute key ofBruteForceOAuthDisabledAudit.failedOAuthAuthorizationsattribute defined at extensionoauth2.- See Also:
-
-
Constructor Details
-
BruteForceOAuthDisabledAuditModel
public BruteForceOAuthDisabledAuditModel()Generated constructor - Default constructor for generic creation. -
BruteForceOAuthDisabledAuditModel
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(Integer _failedOAuthAuthorizations, String _uid, 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 typeBruteForceOAuthDisabledAuditat extensionoauth2_uid- initial attribute declared by typeAbstractUserAuditat extensioncore_userPK- initial attribute declared by typeAbstractUserAuditat extensioncore
-
BruteForceOAuthDisabledAuditModel
@Deprecated(since="4.1.1", forRemoval=true) public BruteForceOAuthDisabledAuditModel(Integer _failedOAuthAuthorizations, String _ipAddress, ItemModel _owner, String _uid, 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 typeBruteForceOAuthDisabledAuditat extensionoauth2_ipAddress- initial attribute declared by typeAbstractUserAuditat extensioncore_owner- initial attribute declared by typeItemat extensioncore_uid- initial attribute declared by typeAbstractUserAuditat extensioncore_userPK- initial attribute declared by typeAbstractUserAuditat extensioncore
-
-
Method Details
-
getFailedOAuthAuthorizations
@Accessor(qualifier="failedOAuthAuthorizations", type=GETTER) public Integer getFailedOAuthAuthorizations()Generated method - Getter of theBruteForceOAuthDisabledAudit.failedOAuthAuthorizationsattribute defined at extensionoauth2.- Returns:
- the failedOAuthAuthorizations - Number of failed logins
-
setFailedOAuthAuthorizations
@Accessor(qualifier="failedOAuthAuthorizations", type=SETTER) public void setFailedOAuthAuthorizations(Integer value) Generated method - Initial setter ofBruteForceOAuthDisabledAudit.failedOAuthAuthorizationsattribute defined at extensionoauth2. Can only be used at creation of model - before first save.- Parameters:
value- the failedOAuthAuthorizations - Number of failed logins
-