public class EnhancerTestImpl extends java.lang.Object implements IEntityEnhancer
| Constructor and Description | 
|---|
EnhancerTestImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.directory.api.ldap.model.entry.Entry | 
enhanceGroup(ItemValue<Domain> domain,
            ItemValue<Group> group,
            DomainDirectoryGroup.MembersList members,
            org.apache.directory.api.ldap.model.entry.Entry entry)  | 
org.apache.directory.api.ldap.model.entry.Entry | 
enhanceUser(ItemValue<Domain> domain,
           ItemValue<User> user,
           org.apache.directory.api.ldap.model.entry.Entry entry)  | 
java.util.List<java.lang.String> | 
groupEnhancerAttributes()  | 
java.util.List<java.lang.String> | 
userEnhancerAttributes()  | 
public org.apache.directory.api.ldap.model.entry.Entry enhanceUser(ItemValue<Domain> domain, ItemValue<User> user, org.apache.directory.api.ldap.model.entry.Entry entry) throws org.apache.directory.api.ldap.model.exception.LdapException
enhanceUser in interface IEntityEnhancerorg.apache.directory.api.ldap.model.exception.LdapExceptionpublic java.util.List<java.lang.String> userEnhancerAttributes()
userEnhancerAttributes in interface IEntityEnhancerpublic org.apache.directory.api.ldap.model.entry.Entry enhanceGroup(ItemValue<Domain> domain, ItemValue<Group> group, DomainDirectoryGroup.MembersList members, org.apache.directory.api.ldap.model.entry.Entry entry) throws org.apache.directory.api.ldap.model.exception.LdapException
enhanceGroup in interface IEntityEnhancerorg.apache.directory.api.ldap.model.exception.LdapExceptionpublic java.util.List<java.lang.String> groupEnhancerAttributes()
groupEnhancerAttributes in interface IEntityEnhancerCopyright © 2021. All Rights Reserved.