|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerAttribute | |
---|---|
org.apache.directory.mitosis.operation | |
org.apache.directory.server.core.entry | |
org.apache.directory.server.core.schema |
Uses of ServerAttribute in org.apache.directory.mitosis.operation |
---|
Constructors in org.apache.directory.mitosis.operation with parameters of type ServerAttribute | |
---|---|
DeleteAttributeOperation(Registries registries,
CSN csn,
org.apache.directory.shared.ldap.name.LdapDN name,
ServerAttribute attribute)
Creates a new operation that deletes the specified attribute. |
|
ReplaceAttributeOperation(Registries registries,
CSN csn,
org.apache.directory.shared.ldap.name.LdapDN dn,
ServerAttribute attribute)
Creates a new operation that replaces the specified attribute. |
Uses of ServerAttribute in org.apache.directory.server.core.entry |
---|
Classes in org.apache.directory.server.core.entry that implement ServerAttribute | |
---|---|
class |
DefaultServerAttribute
A server side entry attribute aware of schema. |
Methods in org.apache.directory.server.core.entry that return ServerAttribute | |
---|---|
ServerAttribute |
DefaultServerAttribute.clone()
Clone an attribute. |
static ServerAttribute |
ServerEntryUtils.getAttribute(java.util.List<org.apache.directory.shared.ldap.entry.Modification> mods,
org.apache.directory.shared.ldap.schema.AttributeType type)
Utility method to extract an attribute from a list of modifications. |
static ServerAttribute |
ServerEntryUtils.getUnion(ServerAttribute attr0,
ServerAttribute attr1)
Creates a new attribute which contains the values representing the union of two attributes. |
static ServerAttribute |
ServerEntryUtils.toServerAttribute(javax.naming.directory.Attribute attribute,
org.apache.directory.shared.ldap.schema.AttributeType attributeType)
Convert a BasicAttribute or a AttributeImpl to a ServerAtribute |
Methods in org.apache.directory.server.core.entry with parameters of type ServerAttribute | |
---|---|
static ServerAttribute |
ServerEntryUtils.getUnion(ServerAttribute attr0,
ServerAttribute attr1)
Creates a new attribute which contains the values representing the union of two attributes. |
static javax.naming.directory.Attribute |
ServerEntryUtils.toBasicAttribute(ServerAttribute entryAttribute)
Convert a ServerAttribute into a BasicAttribute. |
Constructors in org.apache.directory.server.core.entry with parameters of type ServerAttribute | |
---|---|
DefaultServerEntry(Registries registries,
org.apache.directory.shared.ldap.name.LdapDN dn,
ServerAttribute... attributes)
Creates a new instance of DefaultServerEntry, with a DN, registries and a list of ServerAttributes. |
Uses of ServerAttribute in org.apache.directory.server.core.schema |
---|
Fields in org.apache.directory.server.core.schema declared as ServerAttribute | |
---|---|
ServerAttribute |
AttributeClassLoader.attribute
|
Methods in org.apache.directory.server.core.schema with parameters of type ServerAttribute | |
---|---|
static void |
SchemaChecker.preventRdnChangeOnModifyRemove(org.apache.directory.shared.ldap.name.LdapDN name,
org.apache.directory.shared.ldap.entry.ModificationOperation mod,
ServerAttribute attribute,
OidRegistry oidRegistry)
Makes sure a modify operation does not delete RDN attributes or their value. |
static void |
SchemaChecker.preventRdnChangeOnModifyReplace(org.apache.directory.shared.ldap.name.LdapDN name,
org.apache.directory.shared.ldap.entry.ModificationOperation mod,
ServerAttribute attribute,
OidRegistry oidRegistry)
Makes sure a modify operation does not replace RDN attributes or their value. |
static void |
SchemaChecker.preventStructuralClassRemovalOnModifyReplace(ObjectClassRegistry registry,
org.apache.directory.shared.ldap.name.LdapDN name,
org.apache.directory.shared.ldap.entry.ModificationOperation mod,
ServerAttribute attribute)
Makes sure modify operations do not leave the entry without a STRUCTURAL objectClass. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |