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
Fields in org.forgerock.opendj.ldap with type parameters of type AddressMask Modifier and Type Field Description static Option<Set<AddressMask>>
CommonLdapOptions. PROXY_PROTOCOL_SERVER_ALLOWED_CLIENTS
Specifies the clients that are allowed to access the server and that should use proxy protocol.static Option<Set<AddressMask>>
CommonLdapOptions. PROXY_PROTOCOL_SERVER_ALLOWED_CLIENTS
Specifies the clients that are allowed to access the server and that should use proxy protocol.static Option<Set<AddressMask>>
CommonLdapOptions. 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 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.
-