public final class AdministrationConnectorCfgDefn extends ManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>
The Administration Connector is used to interact with administration tools using LDAP.
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, toStringpublic static AdministrationConnectorCfgDefn getInstance()
public AdministrationConnectorCfgClient createClientConfiguration(ManagedObject<? extends AdministrationConnectorCfgClient> impl)
createClientConfiguration in class ManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>impl - The managed object.public AdministrationConnectorCfg createServerConfiguration(ServerManagedObject<? extends AdministrationConnectorCfg> impl)
createServerConfiguration in class ManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>impl - The server managed object.public Class<AdministrationConnectorCfg> getServerConfigurationClass()
getServerConfigurationClass in class ManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>public AggregationPropertyDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg> getKeyManagerProviderPropertyDefinition()
Specifies the name of the key manager that is used with the Administration Connector .
public IPAddressPropertyDefinition getListenAddressPropertyDefinition()
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.
public IntegerPropertyDefinition getListenPortPropertyDefinition()
Specifies the port number on which the Administration Connector will listen for connections from clients.
Only a single port number may be provided.
public StringPropertyDefinition getSSLCertNicknamePropertyDefinition()
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.
public StringPropertyDefinition getSSLCipherSuitePropertyDefinition()
Specifies the names of the SSL cipher suites that are allowed for use in SSL communication.
public StringPropertyDefinition getSSLProtocolPropertyDefinition()
Specifies the names of the SSL protocols that are allowed for use in SSL or StartTLS communication.
public AggregationPropertyDefinition<TrustManagerProviderCfgClient,TrustManagerProviderCfg> getTrustManagerProviderPropertyDefinition()
Specifies the name of the trust manager that is used with the Administration Connector .
Copyright © 2017-2020 Wren Security. All Rights Reserved.