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
Methods in org.forgerock.opendj.ldap that return AddressMaskModifier and TypeMethodDescriptionstatic AddressMaskParses the provided string as an address mask.Method parameters in org.forgerock.opendj.ldap with type arguments of type AddressMaskModifier and TypeMethodDescriptionstatic booleanAddressMask.matchesAny(Collection<AddressMask> masks, InetAddress address) Returnstrueif an address matches any of the provided address masks.