Class LdapUserDirectory
java.lang.Object
com.foreach.across.modules.hibernate.business.SettableIdBasedEntity<T>
com.foreach.across.modules.hibernate.business.SettableIdAuditableEntity<UserDirectory>
com.foreach.across.modules.user.business.UserDirectory
com.foreach.across.modules.ldap.business.LdapUserDirectory
- All Implemented Interfaces:
com.foreach.across.modules.hibernate.business.Auditable<String>,com.foreach.across.modules.hibernate.business.EntityWithDto<UserDirectory>,com.foreach.across.modules.hibernate.business.IdBasedEntity,org.springframework.data.domain.Persistable<Long>
Represents an LDAP user directory
UserDirectory.- Since:
- 1.0.0
- Author:
- Marc Vanbrabant
-
Field Summary
Fields inherited from class com.foreach.across.modules.user.business.UserDirectory
DEFAULT_INTERNAL_DIRECTORY_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetLdapConnector(LdapConnector ldapConnector) toString()Methods inherited from class com.foreach.across.modules.user.business.UserDirectory
getId, getName, getOrder, isActive, setActive, setId, setName, setOrderMethods inherited from class com.foreach.across.modules.hibernate.business.SettableIdAuditableEntity
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateMethods inherited from class com.foreach.across.modules.hibernate.business.SettableIdBasedEntity
getNewEntityId, isNew, setNewEntityId, toDto
-
Constructor Details
-
LdapUserDirectory
public LdapUserDirectory()
-
-
Method Details
-
getLdapConnector
-
setLdapConnector
-
toString
-
equals
- Overrides:
equalsin classcom.foreach.across.modules.hibernate.business.SettableIdBasedEntity<UserDirectory>
-
canEqual
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.foreach.across.modules.hibernate.business.SettableIdBasedEntity<UserDirectory>
-