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, toString
public 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 nickname (also called the alias) of the certificate that the Administration Connector will use when performing SSL communication.
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 © 2010-2015 ForgeRock AS. All Rights Reserved.