Package | Description |
---|---|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.task |
Defines the main classes that are you used to perform the administrative
operations: start the server, modify an entry, delete a base DN, etc.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
org.opends.guitools.controlpanel.ui.components |
Contains some components used in the Control Panel: the MainActionsPane,
the ActionButton, etc.
|
org.opends.guitools.controlpanel.ui.renderer |
Contains some of the list, combo box and table renderers and editors used in
the Control Panel: index renderers, schema renderers, LDAP entry renderers...
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Method and Description |
---|---|
Schema |
ServerDescriptor.getSchema()
Returns the schema of the server.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ServerDescriptor.areSchemasEqual(Schema schema1,
Schema schema2)
Method used to compare schemas.
|
void |
ServerDescriptor.setSchema(Schema schema)
Sets the schema of the server.
|
Modifier and Type | Method and Description |
---|---|
static LinkedHashSet<AttributeType> |
DeleteSchemaElementsTask.getOrderedAttributesToDelete(Collection<AttributeType> attrsToDelete,
Schema schema)
Returns an ordered set of the attributes that must be deleted.
|
static LinkedHashSet<ObjectClass> |
DeleteSchemaElementsTask.getOrderedObjectClassesToDelete(Collection<ObjectClass> ocsToDelete,
Schema schema)
Returns an ordered list of the object classes that must be deleted.
|
static LinkedHashSet<ObjectClass> |
DeleteSchemaElementsTask.getOrderedObjectClassesToDeleteFromAttrs(Collection<AttributeType> attrsToDelete,
Schema schema)
Returns an ordered list of the object classes that must be deleted when
deleting a list of attributes that must be deleted.
|
Modifier and Type | Method and Description |
---|---|
protected ObjectClassValue |
ViewEntryPanel.getObjectClassDescriptor(List<Object> ocValues,
Schema schema)
Returns an object class value representing all the object class values of
the entry.
|
static boolean |
ViewEntryPanel.isEditable(String attrName,
Schema schema)
Returns
true if the provided attribute name is an editable
attribute and false otherwise. |
void |
SelectObjectClassesPanel.setSchema(Schema schema)
Sets the schema to be used by this panel.
|
void |
MatchingRulePanel.update(MatchingRule matchingRule,
Schema schema)
Updates the contents of the panel with the provided matching rule.
|
void |
StandardObjectClassPanel.update(ObjectClass oc,
Schema schema)
Updates the contents of the panel with the provided object class.
|
void |
CustomObjectClassPanel.update(ObjectClass oc,
Schema schema)
Updates the contents of the panel with the provided object class.
|
void |
AttributeSyntaxPanel.update(Syntax syntax,
Schema schema)
Updates the contents of the panel.
|
void |
SchemaBrowserRightPanel.updateAttributeSyntax(Syntax syntax,
Schema schema)
Updates the contents of the panel with the provided attribute syntax.
|
void |
SchemaBrowserRightPanel.updateConfigurationAttribute(AttributeType attr,
Schema schema)
Updates the contents of the panel with the provided configuration
attribute.
|
void |
SchemaBrowserRightPanel.updateConfigurationObjectClass(ObjectClass oc,
Schema schema)
Updates the contents of the panel with the provided configuration object
class.
|
void |
SchemaBrowserRightPanel.updateCustomAttribute(AttributeType attr,
Schema schema)
Updates the contents of the panel with the provided custom attribute.
|
void |
SchemaBrowserRightPanel.updateCustomObjectClass(ObjectClass oc,
Schema schema)
Updates the contents of the panel with the provided custom object class.
|
void |
SchemaBrowserRightPanel.updateMatchingRule(MatchingRule matchingRule,
Schema schema)
Updates the contents of the panel with the provided matching rule.
|
void |
SchemaBrowserRightPanel.updateStandardAttribute(AttributeType attr,
Schema schema)
Updates the contents of the panel with the provided standard attribute.
|
void |
SchemaBrowserRightPanel.updateStandardObjectClass(ObjectClass oc,
Schema schema)
Updates the contents of the panel with the provided standard object class.
|
Modifier and Type | Method and Description |
---|---|
void |
SuperiorObjectClassesEditor.setSchema(Schema schema)
Sets the schema to be used by this panel.
|
Modifier and Type | Method and Description |
---|---|
Schema |
LDAPEntryTableCellRenderer.getSchema()
Returns the schema.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPEntryTableCellRenderer.setSchema(Schema schema)
Sets the schema.
|
Modifier and Type | Field and Description |
---|---|
protected Schema |
ConfigReader.schema
The schema used by the server.
|
Modifier and Type | Method and Description |
---|---|
protected Schema |
SchemaLoader.getBaseSchema()
Returns a basic version of the schema.
|
Schema |
SchemaLoader.getSchema()
Returns the schema that was read.
|
Schema |
RemoteSchemaLoader.getSchema()
Returns the schema that was read.
|
Schema |
ConfigReader.getSchema()
Returns the schema of the server.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Utilities.hasBinarySyntax(String attrName,
Schema schema)
Returns whether the provided attribute has binary syntax.
|
static boolean |
Utilities.hasImageSyntax(String attrName,
Schema schema)
Returns whether the provided attribute has image syntax.
|
static boolean |
Utilities.hasPasswordSyntax(String attrName,
Schema schema)
Returns whether the provided attribute has password syntax.
|
static boolean |
Utilities.mustObfuscate(String attrName,
Schema schema)
Returns whether an attribute value must be obfuscated because
it contains sensitive information (like passwords).
|
Modifier and Type | Method and Description |
---|---|
Schema |
ServerContext.getSchema()
Returns the schema of the server.
|
Schema |
SchemaConfigManager.getSchema()
Retrieves a reference to the schema information that has been read from the server
configuration.
|
static Schema |
DirectoryServer.getSchema()
Retrieves a reference to the Directory Server schema.
|
Modifier and Type | Method and Description |
---|---|
static void |
SchemaConfigManager.loadSchemaFile(Schema schema,
Map<String,Attribute> extraAttrs,
String schemaFile)
Loads the contents of the specified schema file into the provided schema.
|
static List<Modification> |
SchemaConfigManager.loadSchemaFileReturnModifications(Schema schema,
String schemaFile,
Map<String,Attribute> extraAttrs)
Loads the contents of the specified schema file into the provided schema and returns the list
of modifications.
|
static void |
DirectoryServer.setSchema(Schema schema)
Replaces the Directory Server schema with the provided schema.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.duplicate()
Creates a new
Schema object that is a duplicate of this one. |
static Schema |
DirectoryConfig.getSchema()
Retrieves a reference to the Directory Server schema.
|
Copyright 2010-2017 ForgeRock AS.