Uses of Class
org.wildfly.common.net.CidrAddress
-
Packages that use CidrAddress Package Description org.wildfly.client.config org.wildfly.common.net Utilities relating abstractly to network-related activities.org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron. -
-
Uses of CidrAddress in org.wildfly.client.config
Methods in org.wildfly.client.config that return CidrAddress Modifier and Type Method Description default CidrAddressConfigurationXMLStreamReader. getCidrAddressAttributeValue(int index)Get an attribute value as aCidrAddress.default CidrAddressConfigurationXMLStreamReader. getCidrAddressAttributeValueResolved(int index)Get an attribute value as aCidrAddresswith expressions resolved. -
Uses of CidrAddress in org.wildfly.common.net
Fields in org.wildfly.common.net declared as CidrAddress Modifier and Type Field Description static CidrAddressCidrAddress. INET4_ANY_CIDRThe CIDR address representing all IPv4 addresses.static CidrAddressCidrAddress. INET6_ANY_CIDRThe CIDR address representing all IPv6 addresses.Methods in org.wildfly.common.net that return CidrAddress Modifier and Type Method Description static CidrAddressCidrAddress. create(byte[] addressBytes, int netmaskBits)Create a new CIDR address.static CidrAddressCidrAddress. create(InetAddress networkAddress, int netmaskBits)Create a new CIDR address.CidrAddressCidrAddressTable.Mapping. getRange()Get the address range of this entry.static CidrAddressInet. parseCidrAddress(String address)Parse a CIDR address into aCidrAddressobject.Methods in org.wildfly.common.net with parameters of type CidrAddress Modifier and Type Method Description intCidrAddress. compareTo(CidrAddress other)booleanCidrAddress. equals(CidrAddress obj)booleanCidrAddress. matches(CidrAddress address)Determine if this CIDR address matches the given CIDR address.TCidrAddressTable. put(CidrAddress block, T value)TCidrAddressTable. putIfAbsent(CidrAddress block, T value)TCidrAddressTable. removeExact(CidrAddress block)booleanCidrAddressTable. removeExact(CidrAddress block, T expect)TCidrAddressTable. replaceExact(CidrAddress block, T value)booleanCidrAddressTable. replaceExact(CidrAddress block, T expect, T update) -
Uses of CidrAddress in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client that return CidrAddress Modifier and Type Method Description CidrAddressMatchRule. getMatchNetwork()Get the network that this rule matches, ornullif this rule does not match by network.Methods in org.wildfly.security.auth.client with parameters of type CidrAddress Modifier and Type Method Description MatchRuleMatchRule. matchNetwork(CidrAddress cidrAddress)Create a new rule which is the same as this rule, but also matches the given Internet network address.
-