Uses of Class
org.forgerock.opendj.config.IpAddressMaskPropertyDefinition
Package
Description
Common administration classes.
Provides introspection interfaces for the Core directory server
administrative components.
-
Uses of IpAddressMaskPropertyDefinition in org.forgerock.opendj.config
Modifier and TypeMethodDescriptionprotected IpAddressMaskPropertyDefinition
IpAddressMaskPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AddressMask>> defaultBehavior, Deprecated deprecated) Modifier and TypeMethodDescriptionPropertyDefinitionVisitor.visitIpAddressMask
(IpAddressMaskPropertyDefinition pd, P p) Visit a IP address mask property definition.PropertyValueVisitor.visitIpAddressMask
(IpAddressMaskPropertyDefinition pd, ValueOrExpression<AddressMask> v, P p) Visit a IP address mask. -
Uses of IpAddressMaskPropertyDefinition in org.forgerock.opendj.server.config.meta
Modifier and TypeMethodDescriptionAdministrationConnectorCfgDefn.getAllowedClientPropertyDefinition()
Get the "allowed-client" property definition.ConnectionHandlerCfgDefn.getAllowedClientPropertyDefinition()
Get the "allowed-client" property definition.GlobalCfgDefn.getAllowedClientPropertyDefinition()
Get the "allowed-client" property definition.HttpConnectionHandlerCfgDefn.getAllowedClientPropertyDefinition()
Get the "allowed-client" property definition.JmxConnectionHandlerCfgDefn.getAllowedClientPropertyDefinition()
Get the "allowed-client" property definition.LdapConnectionHandlerCfgDefn.getAllowedClientPropertyDefinition()
Get the "allowed-client" property definition.LdifConnectionHandlerCfgDefn.getAllowedClientPropertyDefinition()
Get the "allowed-client" property definition.AccessLogFilteringCriteriaCfgDefn.getConnectionClientAddressEqualToPropertyDefinition()
Get the "connection-client-address-equal-to" property definition.GlobalAccessControlPolicyCfgDefn.getConnectionClientAddressEqualToPropertyDefinition()
Get the "connection-client-address-equal-to" property definition.AccessLogFilteringCriteriaCfgDefn.getConnectionClientAddressNotEqualToPropertyDefinition()
Get the "connection-client-address-not-equal-to" property definition.GlobalAccessControlPolicyCfgDefn.getConnectionClientAddressNotEqualToPropertyDefinition()
Get the "connection-client-address-not-equal-to" property definition.AdministrationConnectorCfgDefn.getDeniedClientPropertyDefinition()
Get the "denied-client" property definition.ConnectionHandlerCfgDefn.getDeniedClientPropertyDefinition()
Get the "denied-client" property definition.GlobalCfgDefn.getDeniedClientPropertyDefinition()
Get the "denied-client" property definition.HttpConnectionHandlerCfgDefn.getDeniedClientPropertyDefinition()
Get the "denied-client" property definition.JmxConnectionHandlerCfgDefn.getDeniedClientPropertyDefinition()
Get the "denied-client" property definition.LdapConnectionHandlerCfgDefn.getDeniedClientPropertyDefinition()
Get the "denied-client" property definition.LdifConnectionHandlerCfgDefn.getDeniedClientPropertyDefinition()
Get the "denied-client" property definition.AdministrationConnectorCfgDefn.getProxyProtocolAllowedClientPropertyDefinition()
Get the "proxy-protocol-allowed-client" property definition.GlobalCfgDefn.getProxyProtocolAllowedClientPropertyDefinition()
Get the "proxy-protocol-allowed-client" property definition.LdapConnectionHandlerCfgDefn.getProxyProtocolAllowedClientPropertyDefinition()
Get the "proxy-protocol-allowed-client" property definition.AdministrationConnectorCfgDefn.getRestrictedClientPropertyDefinition()
Get the "restricted-client" property definition.ConnectionHandlerCfgDefn.getRestrictedClientPropertyDefinition()
Get the "restricted-client" property definition.GlobalCfgDefn.getRestrictedClientPropertyDefinition()
Get the "restricted-client" property definition.HttpConnectionHandlerCfgDefn.getRestrictedClientPropertyDefinition()
Get the "restricted-client" property definition.JmxConnectionHandlerCfgDefn.getRestrictedClientPropertyDefinition()
Get the "restricted-client" property definition.LdapConnectionHandlerCfgDefn.getRestrictedClientPropertyDefinition()
Get the "restricted-client" property definition.LdifConnectionHandlerCfgDefn.getRestrictedClientPropertyDefinition()
Get the "restricted-client" property definition.