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.schema |
Contains implementations of various Directory Server schema elements.
|
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.
|
protected boolean |
ViewEntryPanel.hasCertificateSyntax(String attrName,
Schema schema)
Returns
true if the provided attribute name has certificate
syntax and false otherwise. |
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 |
StandardAttributePanel.update(AttributeType attr,
Schema schema)
Updates the contents of the panel with the provided attribute.
|
void |
MatchingRulePanel.update(org.forgerock.opendj.ldap.schema.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(org.forgerock.opendj.ldap.schema.Syntax syntax,
Schema schema)
Updates the contents of the panel.
|
void |
SchemaBrowserRightPanel.updateAttributeSyntax(org.forgerock.opendj.ldap.schema.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(org.forgerock.opendj.ldap.schema.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.
|
Constructor and Description |
---|
SuperiorObjectClassesEditor(Schema schema)
Constructor for 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 |
ConfigReader.getSchema()
Returns the schema of the server.
|
Schema |
RemoteSchemaLoader.getSchema()
Returns the schema that was read.
|
Schema |
SchemaLoader.getSchema()
Returns the schema that was read.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Utilities.hasBinarySyntax(String attrName,
Schema schema)
Returns
true if the provided attribute has binary syntax and
false otherwise. |
static boolean |
Utilities.hasImageSyntax(String attrName,
Schema schema)
Returns
true if the provided attribute has image syntax and
false otherwise. |
static boolean |
Utilities.hasPasswordSyntax(String attrName,
Schema schema)
Returns
true if the provided attribute has password syntax and
false otherwise. |
static boolean |
Utilities.mustObfuscate(String attrName,
Schema schema)
Returns
true if an attribute value must be obfuscated because
it contains sensitive information (like passwords) and false
otherwise. |
Modifier and Type | Method and Description |
---|---|
static Schema |
DirectoryServer.getSchema()
Retrieves a reference to the Directory Server schema.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static List<Modification> |
SchemaConfigManager.loadSchemaFile(ServerContext serverContext,
Schema schema,
String schemaFile)
Loads the contents of the specified schema file into the provided schema.
|
static void |
DirectoryServer.setSchema(Schema schema)
Replaces the Directory Server schema with the provided schema.
|
Modifier and Type | Method and Description |
---|---|
static AttributeType |
AttributeTypeSyntax.decodeAttributeType(org.forgerock.opendj.ldap.ByteSequence value,
Schema schema,
boolean allowUnknownElements)
Decodes the contents of the provided ASN.1 octet string as an attribute
type definition according to the rules of this syntax.
|
static DITContentRule |
DITContentRuleSyntax.decodeDITContentRule(org.forgerock.opendj.ldap.ByteSequence value,
Schema schema,
boolean allowUnknownElements)
Decodes the contents of the provided ASN.1 octet string as a DIT content
rule definition according to the rules of this syntax.
|
static DITStructureRule |
DITStructureRuleSyntax.decodeDITStructureRule(org.forgerock.opendj.ldap.ByteSequence value,
Schema schema,
boolean allowUnknownElements)
Decodes the contents of the provided ASN.1 octet string as a DIT structure
rule definition according to the rules of this syntax.
|
static LDAPSyntaxDescription |
LDAPSyntaxDescriptionSyntax.decodeLDAPSyntax(org.forgerock.opendj.ldap.ByteSequence value,
ServerContext serverContext,
Schema schema,
boolean allowUnknownElements,
boolean forDelete)
Decodes the contents of the provided byte sequence as an ldap syntax
definition according to the rules of this syntax.
|
static MatchingRuleUse |
MatchingRuleUseSyntax.decodeMatchingRuleUse(org.forgerock.opendj.ldap.ByteSequence value,
Schema schema,
boolean allowUnknownElements)
Decodes the contents of the provided ASN.1 octet string as a matching rule
use definition according to the rules of this syntax.
|
static NameForm |
NameFormSyntax.decodeNameForm(org.forgerock.opendj.ldap.ByteSequence value,
Schema schema,
boolean allowUnknownElements)
Decodes the contents of the provided ASN.1 octet string as a name form
definition according to the rules of this syntax.
|
static ObjectClass |
ObjectClassSyntax.decodeObjectClass(org.forgerock.opendj.ldap.ByteSequence value,
Schema schema,
boolean allowUnknownElements)
Decodes the contents of the provided ASN.1 octet string as an objectclass
definition according to the rules of this syntax.
|
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-2015 ForgeRock AS. All Rights Reserved.