Uses of Class
org.forgerock.opendj.ldap.AddressMask
-
Packages that use AddressMask Package Description org.forgerock.opendj.ldap 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 AddressMask Modifier and Type Method Description static AddressMask
AddressMask. valueOf(String mask)
Parses the provided string as an address mask.Method parameters in org.forgerock.opendj.ldap with type arguments of type AddressMask Modifier and Type Method Description static boolean
AddressMask. matchesAny(Collection<AddressMask> masks, InetAddress address)
Returnstrue
if an address matches any of the provided address masks.
-