Class AdministrationConnectorCfgDefn
- java.lang.Object
-
- org.forgerock.opendj.config.AbstractManagedObjectDefinition<C,S>
-
- org.forgerock.opendj.config.ManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>
-
- org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
public final class AdministrationConnectorCfgDefn extends ManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>
An interface for querying the Administration Connector managed object definition meta information.The Administration Connector is used to interact with administration tools using LDAP.
-
-
Method Summary
-
Methods inherited from class org.forgerock.opendj.config.AbstractManagedObjectDefinition
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
-
-
-
-
Method Detail
-
getInstance
public static AdministrationConnectorCfgDefn getInstance()
Get the Administration Connector configuration definition singleton.- Returns:
- Returns the Administration Connector configuration definition singleton.
-
createClientConfiguration
public AdministrationConnectorCfgClient createClientConfiguration(ManagedObject<? extends AdministrationConnectorCfgClient> impl)
Creates a client configuration view of the provided managed object. Modifications made to the underlying managed object will be reflected in the client configuration view and vice versa.- Specified by:
createClientConfigurationin classManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>- Parameters:
impl- The managed object.- Returns:
- Returns a client configuration view of the provided managed object.
-
createServerConfiguration
public AdministrationConnectorCfg createServerConfiguration(ServerManagedObject<? extends AdministrationConnectorCfg> impl)
Creates a server configuration view of the provided server managed object.- Specified by:
createServerConfigurationin classManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>- Parameters:
impl- The server managed object.- Returns:
- Returns a server configuration view of the provided server managed object.
-
getServerConfigurationClass
public Class<AdministrationConnectorCfg> getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition.- Specified by:
getServerConfigurationClassin classManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>- Returns:
- Returns the server configuration class instance associated with this managed object definition.
-
getKeyManagerProviderPropertyDefinition
public AggregationPropertyDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg> getKeyManagerProviderPropertyDefinition()
Get the "key-manager-provider" property definition.Specifies the name of the key manager that is used with the Administration Connector .
- Returns:
- Returns the "key-manager-provider" property definition.
-
getListenAddressPropertyDefinition
public IPAddressPropertyDefinition getListenAddressPropertyDefinition()
Get the "listen-address" property definition.Specifies the address or set of addresses on which this Administration Connector should listen for connections from LDAP clients.
Multiple addresses may be provided as separate values for this attribute. If no values are provided, then the Administration Connector listens on all interfaces.
- Returns:
- Returns the "listen-address" property definition.
-
getListenPortPropertyDefinition
public IntegerPropertyDefinition getListenPortPropertyDefinition()
Get the "listen-port" property definition.Specifies the port number on which the Administration Connector will listen for connections from clients.
Only a single port number may be provided.
- Returns:
- Returns the "listen-port" property definition.
-
getSSLCertNicknamePropertyDefinition
public StringPropertyDefinition getSSLCertNicknamePropertyDefinition()
Get the "ssl-cert-nickname" property definition.Specifies the nicknames (also called the aliases) of the keys or key pairs that the Administration Connector should use when performing SSL communication. The property can be used multiple times (referencing different nicknames) when server certificates with different public key algorithms are used in parallel (for example, RSA, DSA, and ECC-based algorithms). When a nickname refers to an asymmetric (public/private) key pair, the nickname for the public key certificate and associated private key entry must match exactly. A single nickname is used to retrieve both the public key and the private key.
- Returns:
- Returns the "ssl-cert-nickname" property definition.
-
getSSLCipherSuitePropertyDefinition
public StringPropertyDefinition getSSLCipherSuitePropertyDefinition()
Get the "ssl-cipher-suite" property definition.Specifies the names of the SSL cipher suites that are allowed for use in SSL communication.
- Returns:
- Returns the "ssl-cipher-suite" property definition.
-
getSSLProtocolPropertyDefinition
public StringPropertyDefinition getSSLProtocolPropertyDefinition()
Get the "ssl-protocol" property definition.Specifies the names of the SSL protocols that are allowed for use in SSL or StartTLS communication.
- Returns:
- Returns the "ssl-protocol" property definition.
-
getTrustManagerProviderPropertyDefinition
public AggregationPropertyDefinition<TrustManagerProviderCfgClient,TrustManagerProviderCfg> getTrustManagerProviderPropertyDefinition()
Get the "trust-manager-provider" property definition.Specifies the name of the trust manager that is used with the Administration Connector .
- Returns:
- Returns the "trust-manager-provider" property definition.
-
-