|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ACITupleFilter
An interface that filters the specified collection of tuples using the specified extra information.
Method Summary | |
---|---|
java.util.Collection<org.apache.directory.shared.ldap.aci.ACITuple> |
filter(Registries registries,
java.util.Collection<org.apache.directory.shared.ldap.aci.ACITuple> tuples,
OperationScope scope,
OperationContext opContext,
java.util.Collection<org.apache.directory.shared.ldap.name.LdapDN> userGroupNames,
org.apache.directory.shared.ldap.name.LdapDN userName,
ServerEntry userEntry,
org.apache.directory.shared.ldap.constants.AuthenticationLevel authenticationLevel,
org.apache.directory.shared.ldap.name.LdapDN entryName,
java.lang.String attrId,
org.apache.directory.shared.ldap.entry.Value<?> attrValue,
ServerEntry entry,
java.util.Collection<org.apache.directory.shared.ldap.aci.MicroOperation> microOperations,
ServerEntry entryView)
Returns the collection of the filtered tuples using the specified extra information. |
Method Detail |
---|
java.util.Collection<org.apache.directory.shared.ldap.aci.ACITuple> filter(Registries registries, java.util.Collection<org.apache.directory.shared.ldap.aci.ACITuple> tuples, OperationScope scope, OperationContext opContext, java.util.Collection<org.apache.directory.shared.ldap.name.LdapDN> userGroupNames, org.apache.directory.shared.ldap.name.LdapDN userName, ServerEntry userEntry, org.apache.directory.shared.ldap.constants.AuthenticationLevel authenticationLevel, org.apache.directory.shared.ldap.name.LdapDN entryName, java.lang.String attrId, org.apache.directory.shared.ldap.entry.Value<?> attrValue, ServerEntry entry, java.util.Collection<org.apache.directory.shared.ldap.aci.MicroOperation> microOperations, ServerEntry entryView) throws java.lang.Exception
tuples
- the collection of tuples to filterscope
- the scope of the operation to be performedproxy
- the proxy interceptor for this filter to access the DITuserGroupNames
- the collection of group (LdapDN
)s which the current user belongs touserName
- the LdapDN
of the current useruserEntry
- the ServerEntry
of the current user entry in the DITauthenticationLevel
- the level of authentication of the current userentryName
- the LdapDN
of the entry the current user accessesattrId
- the attribute ID the current user accessesattrValue
- the value of the attribute the current user accessesentry
- the ServerEntry
of the entry the current user accessesmicroOperations
- the set of MicroOperation
s the current user will performentryView
- in case of a Modify operation, view of the entry being modified as if the modification permitted and completed
javax.naming.NamingException
- if failed to filter the specific tuples
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |