org.apache.directory.api.ldap.aci.protectedItem
Class SelfValueItem
java.lang.Object
org.apache.directory.api.ldap.aci.ProtectedItem
org.apache.directory.api.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
org.apache.directory.api.ldap.aci.protectedItem.SelfValueItem
public class SelfValueItem
- extends AbstractAttributeTypeProtectedItem
The attribute value assertion corresponding to the current requestor. The
protected item selfValue applies only when the access controls are to be
applied with respect to a specific authenticated user. It can only apply
in the specific case where the attribute specified is of Dn and the
attribute value within the specified attribute matches the Dn of the
originator of the operation.
|
Constructor Summary |
SelfValueItem(Set<org.apache.directory.api.ldap.model.schema.AttributeType> attributeTypes)
Creates a new instance. |
SelfValueItem
public SelfValueItem(Set<org.apache.directory.api.ldap.model.schema.AttributeType> attributeTypes)
- Creates a new instance.
- Parameters:
attributeTypes - the collection of attribute IDs.
toString
public String toString()
-
- Overrides:
toString in class AbstractAttributeTypeProtectedItem
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.