Uses of Class
org.forgerock.opendj.config.IPAddressPropertyDefinition
-
Packages that use IPAddressPropertyDefinition 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 IPAddressPropertyDefinition in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return IPAddressPropertyDefinition Modifier and Type Method Description protected IPAddressPropertyDefinitionIPAddressPropertyDefinition.Builder. buildInstance(AbstractManagedObjectDefinition<?,?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<InetAddress> defaultBehavior)Methods in org.forgerock.opendj.config with parameters of type IPAddressPropertyDefinition Modifier and Type Method Description RPropertyDefinitionVisitor. visitIPAddress(IPAddressPropertyDefinition pd, P p)Visit a IP address property definition.RPropertyValueVisitor. visitIPAddress(IPAddressPropertyDefinition pd, InetAddress v, P p)Visit a IP address. -
Uses of IPAddressPropertyDefinition in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return IPAddressPropertyDefinition Modifier and Type Method Description IPAddressPropertyDefinitionAdministrationConnectorCfgDefn. getListenAddressPropertyDefinition()Get the "listen-address" property definition.IPAddressPropertyDefinitionHTTPConnectionHandlerCfgDefn. getListenAddressPropertyDefinition()Get the "listen-address" property definition.IPAddressPropertyDefinitionJMXConnectionHandlerCfgDefn. getListenAddressPropertyDefinition()Get the "listen-address" property definition.IPAddressPropertyDefinitionLDAPConnectionHandlerCfgDefn. getListenAddressPropertyDefinition()Get the "listen-address" property definition.IPAddressPropertyDefinitionSNMPConnectionHandlerCfgDefn. getListenAddressPropertyDefinition()Get the "listen-address" property definition.IPAddressPropertyDefinitionLDAPPassThroughAuthenticationPolicyCfgDefn. getSourceAddressPropertyDefinition()Get the "source-address" property definition.IPAddressPropertyDefinitionReplicationDomainCfgDefn. getSourceAddressPropertyDefinition()Get the "source-address" property definition.IPAddressPropertyDefinitionReplicationServerCfgDefn. getSourceAddressPropertyDefinition()Get the "source-address" property definition.
-