Class HvlOAuthAbstractChangePasswordModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.user.model.HvlOAuthAbstractChangePasswordModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>
Direct Known Subclasses:
HvlOAuthUserChangePasswordByAdminModel, HvlOAuthUserChangePasswordModel, HvlOAuthUserChangePasswordWithVerificationModel

public class HvlOAuthAbstractChangePasswordModel extends tr.com.havelsan.javarch.dto.model.HvlModel
Abstract class for password change models
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Is update ldap boolean.
    void
    setLdapUpdateEnable(boolean ldapUpdateEnable)
    Sets update ldap.

    Methods inherited from class tr.com.havelsan.javarch.dto.model.HvlModel

    getId, setId

    Methods inherited from class tr.com.havelsan.javarch.dto.model.HvlSimpleModel

    compareTo, equals, getCreatedBy, getDateCreated, getDateUpdated, getDeleted, getDeletedDate, getUpdatedBy, getUuid, getVersion, hashCode, setCreatedBy, setDateCreated, setDateUpdated, setDeleted, setDeletedDate, setUpdatedBy, setUuid, setVersion

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HvlOAuthAbstractChangePasswordModel

      public HvlOAuthAbstractChangePasswordModel()
  • Method Details

    • isLdapUpdateEnable

      public boolean isLdapUpdateEnable()
      Is update ldap boolean.
      Returns:
      the boolean
    • setLdapUpdateEnable

      public void setLdapUpdateEnable(boolean ldapUpdateEnable)
      Sets update ldap.
      Parameters:
      ldapUpdateEnable - the update ldap