|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<VirtualAttributeCfgClient,VirtualAttributeCfg>
org.opends.server.admin.std.meta.VirtualAttributeCfgDefn
public final class VirtualAttributeCfgDefn
An interface for querying the Virtual Attribute managed object definition meta information.
Virtual Attributes are responsible for dynamically generating attribute values that appear in entries but are not persistently stored in the backend.
Nested Class Summary | |
---|---|
static class |
VirtualAttributeCfgDefn.ConflictBehavior
Defines the set of permissable values for the "conflict-behavior" property. |
Method Summary | |
---|---|
VirtualAttributeCfgClient |
createClientConfiguration(ManagedObject<? extends VirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed object. |
VirtualAttributeCfg |
createServerConfiguration(ServerManagedObject<? extends VirtualAttributeCfg> impl)
Creates a server configuration view of the provided server managed object. |
AttributeTypePropertyDefinition |
getAttributeTypePropertyDefinition()
Get the "attribute-type" property definition. |
DNPropertyDefinition |
getBaseDNPropertyDefinition()
Get the "base-dn" property definition. |
EnumPropertyDefinition<VirtualAttributeCfgDefn.ConflictBehavior> |
getConflictBehaviorPropertyDefinition()
Get the "conflict-behavior" property definition. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
StringPropertyDefinition |
getFilterPropertyDefinition()
Get the "filter" property definition. |
DNPropertyDefinition |
getGroupDNPropertyDefinition()
Get the "group-dn" property definition. |
static VirtualAttributeCfgDefn |
getInstance()
Get the Virtual Attribute configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<VirtualAttributeCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static VirtualAttributeCfgDefn getInstance()
public VirtualAttributeCfgClient createClientConfiguration(ManagedObject<? extends VirtualAttributeCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<VirtualAttributeCfgClient,VirtualAttributeCfg>
impl
- The managed object.
public VirtualAttributeCfg createServerConfiguration(ServerManagedObject<? extends VirtualAttributeCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<VirtualAttributeCfgClient,VirtualAttributeCfg>
impl
- The server managed object.
public java.lang.Class<VirtualAttributeCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<VirtualAttributeCfgClient,VirtualAttributeCfg>
public AttributeTypePropertyDefinition getAttributeTypePropertyDefinition()
Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
public DNPropertyDefinition getBaseDNPropertyDefinition()
Specifies the base DNs for the branches containing entries that are eligible to use this virtual attribute.
If no values are given, then the server generates virtual attributes anywhere in the server.
public EnumPropertyDefinition<VirtualAttributeCfgDefn.ConflictBehavior> getConflictBehaviorPropertyDefinition()
Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Virtual Attribute is enabled for use.
public StringPropertyDefinition getFilterPropertyDefinition()
Specifies the search filters to be applied against entries to determine if the virtual attribute is to be generated for those entries.
If no values are given, then any entry is eligible to have the value generated. If one or more filters are specified, then only entries that match at least one of those filters are allowed to have the virtual attribute.
public DNPropertyDefinition getGroupDNPropertyDefinition()
Specifies the DNs of the groups whose members can be eligible to use this virtual attribute.
If no values are given, then group membership is not taken into account when generating the virtual attribute. If one or more group DNs are specified, then only members of those groups are allowed to have the virtual attribute.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |