Uses of Class
org.forgerock.opendj.config.HostPortPropertyDefinition
-
Packages that use HostPortPropertyDefinition Package Description org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components. -
-
Uses of HostPortPropertyDefinition in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return HostPortPropertyDefinition Modifier and Type Method Description protected HostPortPropertyDefinition
HostPortPropertyDefinition.Builder. buildInstance(AbstractManagedObjectDefinition<?,?> definition, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.HostPort>> defaultBehavior)
Methods in org.forgerock.opendj.config with parameters of type HostPortPropertyDefinition Modifier and Type Method Description R
PropertyDefinitionVisitor. visitHostPort(HostPortPropertyDefinition pd, P p)
Visit a host:port property definition.R
PropertyValueVisitor. visitHostPort(HostPortPropertyDefinition pd, ValueOrExpression<com.forgerock.opendj.util.HostPort> v, P p)
Visit a host:port. -
Uses of HostPortPropertyDefinition in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HostPortPropertyDefinition Modifier and Type Method Description HostPortPropertyDefinition
ReplicationDomainCfgDefn. getBootstrapReplicationServerPropertyDefinition()
Get the "bootstrap-replication-server" property definition.HostPortPropertyDefinition
ReplicationServerCfgDefn. getBootstrapReplicationServerPropertyDefinition()
Get the "bootstrap-replication-server" property definition.HostPortPropertyDefinition
ReplicationServiceDiscoveryMechanismCfgDefn. getBootstrapReplicationServerPropertyDefinition()
Get the "bootstrap-replication-server" property definition.HostPortPropertyDefinition
ReplicationSynchronizationProviderCfgDefn. getBootstrapReplicationServerPropertyDefinition()
Get the "bootstrap-replication-server" property definition.HostPortPropertyDefinition
GraphiteMonitorReporterPluginCfgDefn. getGraphiteServerPropertyDefinition()
Get the "graphite-server" property definition.HostPortPropertyDefinition
LdapPassThroughAuthenticationPolicyCfgDefn. getPrimaryRemoteLdapServerPropertyDefinition()
Get the "primary-remote-ldap-server" property definition.HostPortPropertyDefinition
StaticServiceDiscoveryMechanismCfgDefn. getPrimaryServerPropertyDefinition()
Get the "primary-server" property definition.HostPortPropertyDefinition
LdapPassThroughAuthenticationPolicyCfgDefn. getSecondaryRemoteLdapServerPropertyDefinition()
Get the "secondary-remote-ldap-server" property definition.HostPortPropertyDefinition
StaticServiceDiscoveryMechanismCfgDefn. getSecondaryServerPropertyDefinition()
Get the "secondary-server" property definition.
-