public class MaxImmSubFilter extends java.lang.Object implements ACITupleFilter
ACITupleFilter that discards all tuples that doesn't satisfy
MaxImmSubItem constraint if available. (18.8.3.3, X.501)| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.model.filter.ExprNode |
childrenFilter |
private javax.naming.directory.SearchControls |
childrenSearchControls |
ACI_LOG| Constructor and Description |
|---|
MaxImmSubFilter(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> |
filter(AciContext aciContext,
OperationScope scope,
org.apache.directory.api.ldap.model.entry.Entry userEntry)
Returns the collection of the filtered tuples using the specified
extra information.
|
private int |
getImmSubCount(OperationContext opContext,
org.apache.directory.api.ldap.model.name.Dn entryName) |
private final org.apache.directory.api.ldap.model.filter.ExprNode childrenFilter
private final javax.naming.directory.SearchControls childrenSearchControls
public MaxImmSubFilter(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager)
public java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> filter(AciContext aciContext, OperationScope scope, org.apache.directory.api.ldap.model.entry.Entry userEntry) throws org.apache.directory.api.ldap.model.exception.LdapException
ACITupleFilterfilter in interface ACITupleFilteraciContext - the container for ACI itemsscope - the scope of the operation to be performeduserEntry - the Entry of the current user entry in the DITorg.apache.directory.api.ldap.model.exception.LdapException - if failed to filter the specific tuplesprivate int getImmSubCount(OperationContext opContext, org.apache.directory.api.ldap.model.name.Dn entryName) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapException