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 HostPortPropertyDefinitionHostPortPropertyDefinition.Builder. buildInstance(AbstractManagedObjectDefinition<?,?> definition, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.HostPort>> defaultBehavior, Deprecated deprecated)Methods in org.forgerock.opendj.config with parameters of type HostPortPropertyDefinition Modifier and Type Method Description RPropertyDefinitionVisitor. visitHostPort(HostPortPropertyDefinition pd, P p)Visit a host:port property definition.RPropertyValueVisitor. 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 HostPortPropertyDefinitionReplicationDomainCfgDefn. getBootstrapReplicationServerPropertyDefinition()Get the "bootstrap-replication-server" property definition.HostPortPropertyDefinitionReplicationServerCfgDefn. getBootstrapReplicationServerPropertyDefinition()Get the "bootstrap-replication-server" property definition.HostPortPropertyDefinitionReplicationServiceDiscoveryMechanismCfgDefn. getBootstrapReplicationServerPropertyDefinition()Get the "bootstrap-replication-server" property definition.HostPortPropertyDefinitionReplicationSynchronizationProviderCfgDefn. getBootstrapReplicationServerPropertyDefinition()Get the "bootstrap-replication-server" property definition.HostPortPropertyDefinitionGraphiteMonitorReporterPluginCfgDefn. getGraphiteServerPropertyDefinition()Get the "graphite-server" property definition.HostPortPropertyDefinitionLdapPassThroughAuthenticationPolicyCfgDefn. getPrimaryRemoteLdapServerPropertyDefinition()Get the "primary-remote-ldap-server" property definition.HostPortPropertyDefinitionStaticServiceDiscoveryMechanismCfgDefn. getPrimaryServerPropertyDefinition()Get the "primary-server" property definition.HostPortPropertyDefinitionLdapPassThroughAuthenticationPolicyCfgDefn. getSecondaryRemoteLdapServerPropertyDefinition()Get the "secondary-remote-ldap-server" property definition.HostPortPropertyDefinitionStaticServiceDiscoveryMechanismCfgDefn. getSecondaryServerPropertyDefinition()Get the "secondary-server" property definition.
-