Class UserPasswordChangeAuditModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class UserPasswordChangeAuditModel
    extends AbstractUserAuditModel
    Generated model class for type UserPasswordChangeAudit first defined at extension core.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String ENCODEDPASSWORD
        Generated constant - Attribute key of UserPasswordChangeAudit.encodedPassword attribute defined at extension core.
        See Also:
        Constant Field Values
      • PASSWORDENCODING

        public static final java.lang.String PASSWORDENCODING
        Generated constant - Attribute key of UserPasswordChangeAudit.passwordEncoding attribute defined at extension core.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UserPasswordChangeAuditModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public UserPasswordChangeAuditModel​(java.lang.String _encodedPassword,
                                            java.lang.String _passwordEncoding,
                                            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:
        _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
      • UserPasswordChangeAuditModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public UserPasswordChangeAuditModel​(java.lang.String _encodedPassword,
                                            java.lang.String _ipAddress,
                                            ItemModel _owner,
                                            java.lang.String _passwordEncoding,
                                            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:
        _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
    • Method Detail

      • getEncodedPassword

        @Accessor(qualifier="encodedPassword",
                  type=GETTER)
        public java.lang.String getEncodedPassword()
        Generated method - Getter of the UserPasswordChangeAudit.encodedPassword attribute defined at extension core.
        Returns:
        the encodedPassword
      • getPasswordEncoding

        @Accessor(qualifier="passwordEncoding",
                  type=GETTER)
        public java.lang.String getPasswordEncoding()
        Generated method - Getter of the UserPasswordChangeAudit.passwordEncoding attribute defined at extension core.
        Returns:
        the passwordEncoding
      • setEncodedPassword

        @Accessor(qualifier="encodedPassword",
                  type=SETTER)
        public void setEncodedPassword​(java.lang.String value)
        Generated method - Initial setter of UserPasswordChangeAudit.encodedPassword attribute defined at extension core. Can only be used at creation of model - before first save.
        Parameters:
        value - the encodedPassword
      • setPasswordEncoding

        @Accessor(qualifier="passwordEncoding",
                  type=SETTER)
        public void setPasswordEncoding​(java.lang.String value)
        Generated method - Setter of UserPasswordChangeAudit.passwordEncoding attribute defined at extension core.
        Parameters:
        value - the passwordEncoding