public class BruteForceOAuthDisabledAuditModel extends AbstractUserAuditModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
FAILEDOAUTHAUTHORIZATIONS
Generated constant - Attribute key of
BruteForceOAuthDisabledAudit.failedOAuthAuthorizations attribute defined at extension oauth2. |
CHANGINGAPPLICATION, CHANGINGUSER, IPADDRESS, UID, USERPK_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BruteForceOAuthDisabledAuditModel()
Generated constructor - Default constructor for generic creation.
|
BruteForceOAuthDisabledAuditModel(Integer _failedOAuthAuthorizations,
String _ipAddress,
ItemModel _owner,
String _uid,
Long _userPK)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BruteForceOAuthDisabledAuditModel(Integer _failedOAuthAuthorizations,
String _uid,
Long _userPK)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BruteForceOAuthDisabledAuditModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFailedOAuthAuthorizations()
Generated method - Getter of the
BruteForceOAuthDisabledAudit.failedOAuthAuthorizations attribute defined at extension oauth2. |
void |
setFailedOAuthAuthorizations(Integer value)
Generated method - Initial setter of
BruteForceOAuthDisabledAudit.failedOAuthAuthorizations attribute defined at extension oauth2. |
getChangingApplication, getChangingUser, getIpAddress, getUid, getUserPK, setChangingApplication, setChangingUser, setIpAddress, setUid, setUserPKgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String FAILEDOAUTHAUTHORIZATIONS
BruteForceOAuthDisabledAudit.failedOAuthAuthorizations attribute defined at extension oauth2.public BruteForceOAuthDisabledAuditModel()
public BruteForceOAuthDisabledAuditModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BruteForceOAuthDisabledAuditModel(Integer _failedOAuthAuthorizations, String _uid, Long _userPK)
_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@Deprecated public BruteForceOAuthDisabledAuditModel(Integer _failedOAuthAuthorizations, String _ipAddress, ItemModel _owner, String _uid, Long _userPK)
_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@Accessor(qualifier="failedOAuthAuthorizations", type=GETTER) public Integer getFailedOAuthAuthorizations()
BruteForceOAuthDisabledAudit.failedOAuthAuthorizations attribute defined at extension oauth2.@Accessor(qualifier="failedOAuthAuthorizations", type=SETTER) public void setFailedOAuthAuthorizations(Integer value)
BruteForceOAuthDisabledAudit.failedOAuthAuthorizations attribute defined at extension oauth2. Can only be used at creation of model - before first save.value - the failedOAuthAuthorizations - Number of failed loginsCopyright © 2017 SAP SE. All Rights Reserved.