public class UserPasswordChangeAuditModel extends AbstractUserAuditModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ENCODEDPASSWORD
Generated constant - Attribute key of
UserPasswordChangeAudit.encodedPassword attribute defined at extension core. |
static String |
PASSWORDENCODING
Generated constant - Attribute key of
UserPasswordChangeAudit.passwordEncoding attribute defined at extension core. |
CHANGINGAPPLICATION, CHANGINGUSER, IPADDRESS, UID, USERPK_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
UserPasswordChangeAuditModel()
Generated constructor - Default constructor for generic creation.
|
UserPasswordChangeAuditModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
UserPasswordChangeAuditModel(String _encodedPassword,
String _ipAddress,
ItemModel _owner,
String _passwordEncoding,
String _uid,
Long _userPK)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
UserPasswordChangeAuditModel(String _encodedPassword,
String _passwordEncoding,
String _uid,
Long _userPK)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEncodedPassword()
Generated method - Getter of the
UserPasswordChangeAudit.encodedPassword attribute defined at extension core. |
String |
getPasswordEncoding()
Generated method - Getter of the
UserPasswordChangeAudit.passwordEncoding attribute defined at extension core. |
void |
setEncodedPassword(String value)
Generated method - Initial setter of
UserPasswordChangeAudit.encodedPassword attribute defined at extension core. |
void |
setPasswordEncoding(String value)
Generated method - Setter of
UserPasswordChangeAudit.passwordEncoding attribute defined at extension core. |
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 ENCODEDPASSWORD
UserPasswordChangeAudit.encodedPassword attribute defined at extension core.public static final String PASSWORDENCODING
UserPasswordChangeAudit.passwordEncoding attribute defined at extension core.public UserPasswordChangeAuditModel()
public UserPasswordChangeAuditModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public UserPasswordChangeAuditModel(String _encodedPassword, String _passwordEncoding, String _uid, Long _userPK)
_encodedPassword - initial attribute declared by type UserPasswordChangeAudit at extension core_passwordEncoding - initial attribute declared by type UserPasswordChangeAudit at extension core_uid - initial attribute declared by type AbstractUserAudit at extension core_userPK - initial attribute declared by type AbstractUserAudit at extension core@Deprecated public UserPasswordChangeAuditModel(String _encodedPassword, String _ipAddress, ItemModel _owner, String _passwordEncoding, String _uid, Long _userPK)
_encodedPassword - initial attribute declared by type UserPasswordChangeAudit at extension core_ipAddress - initial attribute declared by type AbstractUserAudit at extension core_owner - initial attribute declared by type Item at extension core_passwordEncoding - initial attribute declared by type UserPasswordChangeAudit 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="encodedPassword", type=GETTER) public String getEncodedPassword()
UserPasswordChangeAudit.encodedPassword attribute defined at extension core.@Accessor(qualifier="passwordEncoding", type=GETTER) public String getPasswordEncoding()
UserPasswordChangeAudit.passwordEncoding attribute defined at extension core.@Accessor(qualifier="encodedPassword", type=SETTER) public void setEncodedPassword(String value)
UserPasswordChangeAudit.encodedPassword attribute defined at extension core. Can only be used at creation of model - before first save.value - the encodedPasswordCopyright © 2017 SAP SE. All Rights Reserved.