Uses of Class
org.apache.directory.server.core.authz.support.OperationScope

Packages that use OperationScope
org.apache.directory.server.core.authz.support ACDF (Access Control Decision Function) and its support classes. 
 

Uses of OperationScope in org.apache.directory.server.core.authz.support
 

Fields in org.apache.directory.server.core.authz.support declared as OperationScope
static OperationScope OperationScope.ATTRIBUTE_TYPE
          An operation that affects all values in an attribute type.
static OperationScope OperationScope.ATTRIBUTE_TYPE_AND_VALUE
          An operation that affects the specific value in an attribute type.
static OperationScope OperationScope.ENTRY
          An operation that affects the whole entry.
 

Methods in org.apache.directory.server.core.authz.support with parameters of type OperationScope
 java.util.Collection MostSpecificUserClassFilter.filter(java.util.Collection tuples, OperationScope scope, PartitionNexusProxy proxy, java.util.Collection userGroupNames, org.apache.directory.shared.ldap.name.LdapDN userName, javax.naming.directory.Attributes userEntry, org.apache.directory.shared.ldap.aci.AuthenticationLevel authenticationLevel, org.apache.directory.shared.ldap.name.LdapDN entryName, java.lang.String attrId, java.lang.Object attrValue, javax.naming.directory.Attributes entry, java.util.Collection microOperations)
           
 java.util.Collection ACITupleFilter.filter(java.util.Collection tuples, OperationScope scope, PartitionNexusProxy proxy, java.util.Collection userGroupNames, org.apache.directory.shared.ldap.name.LdapDN userName, javax.naming.directory.Attributes userEntry, org.apache.directory.shared.ldap.aci.AuthenticationLevel authenticationLevel, org.apache.directory.shared.ldap.name.LdapDN entryName, java.lang.String attrId, java.lang.Object attrValue, javax.naming.directory.Attributes entry, java.util.Collection microOperations)
          Returns the collection of the filtered tuples using the specified extra information.
 java.util.Collection MicroOperationFilter.filter(java.util.Collection tuples, OperationScope scope, PartitionNexusProxy proxy, java.util.Collection userGroupNames, org.apache.directory.shared.ldap.name.LdapDN userName, javax.naming.directory.Attributes userEntry, org.apache.directory.shared.ldap.aci.AuthenticationLevel authenticationLevel, org.apache.directory.shared.ldap.name.LdapDN entryName, java.lang.String attrId, java.lang.Object attrValue, javax.naming.directory.Attributes entry, java.util.Collection microOperations)
           
 java.util.Collection MostSpecificProtectedItemFilter.filter(java.util.Collection tuples, OperationScope scope, PartitionNexusProxy proxy, java.util.Collection userGroupNames, org.apache.directory.shared.ldap.name.LdapDN userName, javax.naming.directory.Attributes userEntry, org.apache.directory.shared.ldap.aci.AuthenticationLevel authenticationLevel, org.apache.directory.shared.ldap.name.LdapDN entryName, java.lang.String attrId, java.lang.Object attrValue, javax.naming.directory.Attributes entry, java.util.Collection microOperations)
           
 java.util.Collection MaxValueCountFilter.filter(java.util.Collection tuples, OperationScope scope, PartitionNexusProxy proxy, java.util.Collection userGroupNames, org.apache.directory.shared.ldap.name.LdapDN userName, javax.naming.directory.Attributes userEntry, org.apache.directory.shared.ldap.aci.AuthenticationLevel authenticationLevel, org.apache.directory.shared.ldap.name.LdapDN entryName, java.lang.String attrId, java.lang.Object attrValue, javax.naming.directory.Attributes entry, java.util.Collection microOperations)
           
 java.util.Collection HighestPrecedenceFilter.filter(java.util.Collection tuples, OperationScope scope, PartitionNexusProxy proxy, java.util.Collection userGroupNames, org.apache.directory.shared.ldap.name.LdapDN userName, javax.naming.directory.Attributes userEntry, org.apache.directory.shared.ldap.aci.AuthenticationLevel authenticationLevel, org.apache.directory.shared.ldap.name.LdapDN entryName, java.lang.String attrId, java.lang.Object attrValue, javax.naming.directory.Attributes entry, java.util.Collection microOperations)
           
 java.util.Collection RelatedUserClassFilter.filter(java.util.Collection tuples, OperationScope scope, PartitionNexusProxy proxy, java.util.Collection userGroupNames, org.apache.directory.shared.ldap.name.LdapDN userName, javax.naming.directory.Attributes userEntry, org.apache.directory.shared.ldap.aci.AuthenticationLevel authenticationLevel, org.apache.directory.shared.ldap.name.LdapDN entryName, java.lang.String attrId, java.lang.Object attrValue, javax.naming.directory.Attributes entry, java.util.Collection microOperations)
           
 java.util.Collection MaxImmSubFilter.filter(java.util.Collection tuples, OperationScope scope, PartitionNexusProxy proxy, java.util.Collection userGroupNames, org.apache.directory.shared.ldap.name.LdapDN userName, javax.naming.directory.Attributes userEntry, org.apache.directory.shared.ldap.aci.AuthenticationLevel authenticationLevel, org.apache.directory.shared.ldap.name.LdapDN entryName, java.lang.String attrId, java.lang.Object attrValue, javax.naming.directory.Attributes entry, java.util.Collection microOperations)
           
 java.util.Collection RelatedProtectedItemFilter.filter(java.util.Collection tuples, OperationScope scope, PartitionNexusProxy proxy, java.util.Collection userGroupNames, org.apache.directory.shared.ldap.name.LdapDN userName, javax.naming.directory.Attributes userEntry, org.apache.directory.shared.ldap.aci.AuthenticationLevel authenticationLevel, org.apache.directory.shared.ldap.name.LdapDN entryName, java.lang.String attrId, java.lang.Object attrValue, javax.naming.directory.Attributes entry, java.util.Collection microOperations)
           
 java.util.Collection RestrictedByFilter.filter(java.util.Collection tuples, OperationScope scope, PartitionNexusProxy proxy, java.util.Collection userGroupNames, org.apache.directory.shared.ldap.name.LdapDN userName, javax.naming.directory.Attributes userEntry, org.apache.directory.shared.ldap.aci.AuthenticationLevel authenticationLevel, org.apache.directory.shared.ldap.name.LdapDN entryName, java.lang.String attrId, java.lang.Object attrValue, javax.naming.directory.Attributes entry, java.util.Collection microOperations)
           
 



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.