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)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>
impl
- The managed object.public AdministrationConnectorCfg createServerConfiguration(ServerManagedObject<? extends AdministrationConnectorCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>
impl
- The server managed object.public Class<AdministrationConnectorCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<AdministrationConnectorCfgClient,AdministrationConnectorCfg>
public IpAddressMaskPropertyDefinition getAllowedClientPropertyDefinition()
Specifies a set of host names or address masks that determine the clients that are allowed to establish connections to this Administration Connector.
Valid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask.
public IpAddressMaskPropertyDefinition getDeniedClientPropertyDefinition()
Specifies a set of host names or address masks that determine the clients that are not allowed to establish connections to this Administration Connector.
Valid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask. If both allowed and denied client masks are defined and a client connection matches one or more masks in both lists, then the connection is denied. If only a denied list is specified, then any client not matching a mask in that list is allowed.
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 2010-2018 ForgeRock AS.