| Package | Description |
|---|---|
| org.apache.directory.server.core.authz.support |
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> |
HighestPrecedenceFilter.filter(AciContext aciContext,
OperationScope scope,
org.apache.directory.api.ldap.model.entry.Entry userEntry) |
java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> |
RelatedProtectedItemFilter.filter(AciContext aciContext,
OperationScope scope,
org.apache.directory.api.ldap.model.entry.Entry userEntry) |
java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> |
RelatedUserClassFilter.filter(AciContext aciContext,
OperationScope scope,
org.apache.directory.api.ldap.model.entry.Entry userEntry) |
java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> |
MicroOperationFilter.filter(AciContext aciContext,
OperationScope scope,
org.apache.directory.api.ldap.model.entry.Entry userEntry) |
java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> |
MostSpecificUserClassFilter.filter(AciContext aciContext,
OperationScope scope,
org.apache.directory.api.ldap.model.entry.Entry userEntry) |
java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> |
RestrictedByFilter.filter(AciContext aciContext,
OperationScope scope,
org.apache.directory.api.ldap.model.entry.Entry userEntry) |
java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> |
MaxImmSubFilter.filter(AciContext aciContext,
OperationScope scope,
org.apache.directory.api.ldap.model.entry.Entry userEntry) |
java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> |
ACITupleFilter.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.
|
java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> |
MostSpecificProtectedItemFilter.filter(AciContext aciContext,
OperationScope scope,
org.apache.directory.api.ldap.model.entry.Entry userEntry) |
java.util.Collection<org.apache.directory.api.ldap.aci.ACITuple> |
MaxValueCountFilter.filter(AciContext aciContext,
OperationScope scope,
org.apache.directory.api.ldap.model.entry.Entry userEntry) |
private boolean |
RelatedProtectedItemFilter.isRelated(org.apache.directory.api.ldap.aci.ACITuple tuple,
OperationScope scope,
org.apache.directory.api.ldap.model.name.Dn userName,
org.apache.directory.api.ldap.model.name.Dn entryName,
org.apache.directory.api.ldap.model.schema.AttributeType attributeType,
org.apache.directory.api.ldap.model.entry.Value<?> attrValue,
org.apache.directory.api.ldap.model.entry.Entry entry) |