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 IEntityEnhancer
org.apache.directory.api.ldap.model.exception.LdapException
public java.util.List<java.lang.String> userEnhancerAttributes()
userEnhancerAttributes
in interface IEntityEnhancer
public 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 IEntityEnhancer
org.apache.directory.api.ldap.model.exception.LdapException
public java.util.List<java.lang.String> groupEnhancerAttributes()
groupEnhancerAttributes
in interface IEntityEnhancer
Copyright © 2021. All Rights Reserved.