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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setLdapConnector
(LdapConnector ldapConnector) toString()
Methods inherited from class com.foreach.across.modules.user.business.UserDirectory
getId, getName, getOrder, isActive, setActive, setId, setName, setOrder
Methods inherited from class com.foreach.across.modules.hibernate.business.SettableIdAuditableEntity
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate
Methods 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:
equals
in classcom.foreach.across.modules.hibernate.business.SettableIdBasedEntity<UserDirectory>
-
canEqual
-
hashCode
public int hashCode()- Overrides:
hashCode
in classcom.foreach.across.modules.hibernate.business.SettableIdBasedEntity<UserDirectory>
-