Uses of Class
org.forgerock.opendj.ldap.AddressMask
Packages that use AddressMask
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of AddressMask in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap with type parameters of type AddressMaskModifier 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.Methods in org.forgerock.opendj.ldap that return AddressMaskModifier and TypeMethodDescriptionstatic AddressMask
Parses the provided string as an address mask.Method parameters in org.forgerock.opendj.ldap with type arguments of type AddressMaskModifier and TypeMethodDescriptionstatic boolean
AddressMask.matchesAny
(Collection<AddressMask> masks, InetAddress address) Returnstrue
if an address matches any of the provided address masks.