Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeTypeDescriptionAttributeSyntaxCfgClient
A client-side interface for reading and modifying Attribute Type
Description Attribute Syntax settings.
|
interface |
CertificateAttributeSyntaxCfgClient
A client-side interface for reading and modifying Certificate
Attribute Syntax settings.
|
interface |
CountryStringAttributeSyntaxCfgClient
A client-side interface for reading and modifying Country String
Attribute Syntax settings.
|
interface |
DirectoryStringAttributeSyntaxCfgClient
A client-side interface for reading and modifying Directory String
Attribute Syntax settings.
|
interface |
JPEGAttributeSyntaxCfgClient
A client-side interface for reading and modifying JPEG Attribute
Syntax settings.
|
interface |
TelephoneNumberAttributeSyntaxCfgClient
A client-side interface for reading and modifying Telephone Number
Attribute Syntax settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends AttributeSyntaxCfgClient> |
RootCfgClient.createAttributeSyntax(ManagedObjectDefinition<C,? extends AttributeSyntaxCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Attribute Syntax.
|
Modifier and Type | Method and Description |
---|---|
AttributeSyntaxCfgClient |
RootCfgClient.getAttributeSyntax(String name)
Gets the named Attribute Syntax.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends AttributeSyntaxCfgClient,? extends AttributeSyntaxCfg> |
AttributeSyntaxCfgClient.definition()
Get the configuration definition associated with this Attribute Syntax.
|
Modifier and Type | Method and Description |
---|---|
AttributeSyntaxCfgClient |
AttributeSyntaxCfgDefn.createClientConfiguration(ManagedObject<? extends AttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<AttributeSyntaxCfgClient,AttributeSyntaxCfg> |
RootCfgDefn.getAttributeSyntaxesRelationDefinition()
Get the "attribute-syntaxes" relation definition.
|
Modifier and Type | Method and Description |
---|---|
AttributeSyntaxCfgClient |
AttributeSyntaxCfgDefn.createClientConfiguration(ManagedObject<? extends AttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.