Uses of Class
org.forgerock.opendj.ldap.AddressMask
Package
Description
Common administration classes.
Classes and interfaces for core types including connections, entries, and
attributes.
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
Provides server-side interfaces for accessing the Core directory
server administrative components.
-
Uses of AddressMask in org.forgerock.opendj.config
Modifier and TypeMethodDescription<R,
P> R IpAddressMaskPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<AddressMask> value, P p) protected IpAddressMaskPropertyDefinition
IpAddressMaskPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AddressMask>> defaultBehavior, Deprecated deprecated) PropertyValueVisitor.visitIpAddressMask
(IpAddressMaskPropertyDefinition pd, ValueOrExpression<AddressMask> v, P p) Visit a IP address mask. -
Uses of AddressMask in org.forgerock.opendj.ldap
Modifier and TypeFieldDescriptionstatic final Option<Set<AddressMask>>
LdapServer.PROXY_PROTOCOL_SERVER_ALLOWED_CLIENTS
Specifies the clients that are allowed to access the server and that should use proxy protocol.Modifier and TypeMethodDescriptionstatic AddressMask
Parses the provided string as an address mask.Modifier and TypeMethodDescriptionstatic boolean
AddressMask.matchesAny
(Collection<AddressMask> masks, InetAddress address) Returnstrue
if an address matches any of the provided address masks. -
Uses of AddressMask in org.forgerock.opendj.server.config.client
Modifier and TypeMethodDescriptionAdministrationConnectorCfgClient.getAllowedClient()
Gets the "allowed-client" property.ConnectionHandlerCfgClient.getAllowedClient()
Gets the "allowed-client" property.GlobalCfgClient.getAllowedClient()
Gets the "allowed-client" property.AccessLogFilteringCriteriaCfgClient.getConnectionClientAddressEqualTo()
Gets the "connection-client-address-equal-to" property.GlobalAccessControlPolicyCfgClient.getConnectionClientAddressEqualTo()
Gets the "connection-client-address-equal-to" property.AccessLogFilteringCriteriaCfgClient.getConnectionClientAddressNotEqualTo()
Gets the "connection-client-address-not-equal-to" property.GlobalAccessControlPolicyCfgClient.getConnectionClientAddressNotEqualTo()
Gets the "connection-client-address-not-equal-to" property.AdministrationConnectorCfgClient.getDeniedClient()
Gets the "denied-client" property.ConnectionHandlerCfgClient.getDeniedClient()
Gets the "denied-client" property.GlobalCfgClient.getDeniedClient()
Gets the "denied-client" property.AdministrationConnectorCfgClient.getProxyProtocolAllowedClient()
Gets the "proxy-protocol-allowed-client" property.GlobalCfgClient.getProxyProtocolAllowedClient()
Gets the "proxy-protocol-allowed-client" property.LdapConnectionHandlerCfgClient.getProxyProtocolAllowedClient()
Gets the "proxy-protocol-allowed-client" property.AdministrationConnectorCfgClient.getRestrictedClient()
Gets the "restricted-client" property.ConnectionHandlerCfgClient.getRestrictedClient()
Gets the "restricted-client" property.GlobalCfgClient.getRestrictedClient()
Gets the "restricted-client" property.Modifier and TypeMethodDescriptionvoid
AdministrationConnectorCfgClient.setAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "allowed-client" property.void
ConnectionHandlerCfgClient.setAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "allowed-client" property.void
GlobalCfgClient.setAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "allowed-client" property.void
AccessLogFilteringCriteriaCfgClient.setConnectionClientAddressEqualTo
(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-equal-to" property.void
GlobalAccessControlPolicyCfgClient.setConnectionClientAddressEqualTo
(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-equal-to" property.void
AccessLogFilteringCriteriaCfgClient.setConnectionClientAddressNotEqualTo
(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-not-equal-to" property.void
GlobalAccessControlPolicyCfgClient.setConnectionClientAddressNotEqualTo
(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-not-equal-to" property.void
AdministrationConnectorCfgClient.setDeniedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "denied-client" property.void
ConnectionHandlerCfgClient.setDeniedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "denied-client" property.void
GlobalCfgClient.setDeniedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "denied-client" property.void
AdministrationConnectorCfgClient.setProxyProtocolAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "proxy-protocol-allowed-client" property.void
GlobalCfgClient.setProxyProtocolAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "proxy-protocol-allowed-client" property.void
LdapConnectionHandlerCfgClient.setProxyProtocolAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "proxy-protocol-allowed-client" property.void
AdministrationConnectorCfgClient.setRestrictedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "restricted-client" property.void
ConnectionHandlerCfgClient.setRestrictedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "restricted-client" property.void
GlobalCfgClient.setRestrictedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "restricted-client" property. -
Uses of AddressMask in org.forgerock.opendj.server.config.server
Modifier and TypeMethodDescriptionAdministrationConnectorCfg.getAllowedClient()
Gets the "allowed-client" property.ConnectionHandlerCfg.getAllowedClient()
Gets the "allowed-client" property.GlobalCfg.getAllowedClient()
Gets the "allowed-client" property.AccessLogFilteringCriteriaCfg.getConnectionClientAddressEqualTo()
Gets the "connection-client-address-equal-to" property.GlobalAccessControlPolicyCfg.getConnectionClientAddressEqualTo()
Gets the "connection-client-address-equal-to" property.AccessLogFilteringCriteriaCfg.getConnectionClientAddressNotEqualTo()
Gets the "connection-client-address-not-equal-to" property.GlobalAccessControlPolicyCfg.getConnectionClientAddressNotEqualTo()
Gets the "connection-client-address-not-equal-to" property.AdministrationConnectorCfg.getDeniedClient()
Gets the "denied-client" property.ConnectionHandlerCfg.getDeniedClient()
Gets the "denied-client" property.GlobalCfg.getDeniedClient()
Gets the "denied-client" property.AdministrationConnectorCfg.getProxyProtocolAllowedClient()
Gets the "proxy-protocol-allowed-client" property.GlobalCfg.getProxyProtocolAllowedClient()
Gets the "proxy-protocol-allowed-client" property.LdapConnectionHandlerCfg.getProxyProtocolAllowedClient()
Gets the "proxy-protocol-allowed-client" property.AdministrationConnectorCfg.getRestrictedClient()
Gets the "restricted-client" property.ConnectionHandlerCfg.getRestrictedClient()
Gets the "restricted-client" property.GlobalCfg.getRestrictedClient()
Gets the "restricted-client" property.