Uses of Class
org.forgerock.opendj.ldap.AddressMask
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
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.