Uses of Class
org.wildfly.common.net.CidrAddress
Packages that use CidrAddress
Package
Description
Utilities relating abstractly to network-related activities.
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 CidrAddressModifier and TypeMethodDescriptiondefault 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 CidrAddressModifier and TypeFieldDescriptionstatic final CidrAddressCidrAddress.INET4_ANY_CIDRThe CIDR address representing all IPv4 addresses.static final CidrAddressCidrAddress.INET6_ANY_CIDRThe CIDR address representing all IPv6 addresses.Methods in org.wildfly.common.net that return CidrAddressModifier and TypeMethodDescriptionstatic CidrAddressCidrAddress.create(byte[] addressBytes, int netmaskBits) Create a new CIDR address.static CidrAddressCidrAddress.create(InetAddress networkAddress, int netmaskBits) Create a new CIDR address.CidrAddressTable.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 CidrAddressModifier and TypeMethodDescriptionintCidrAddress.compareTo(CidrAddress other) booleanCidrAddress.equals(CidrAddress obj) booleanCidrAddress.matches(CidrAddress address) Determine if this CIDR address matches the given CIDR address.CidrAddressTable.put(CidrAddress block, T value) CidrAddressTable.putIfAbsent(CidrAddress block, T value) CidrAddressTable.removeExact(CidrAddress block) booleanCidrAddressTable.removeExact(CidrAddress block, T expect) CidrAddressTable.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 CidrAddressModifier and TypeMethodDescriptionMatchRule.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 CidrAddressModifier and TypeMethodDescriptionfinal MatchRuleMatchRule.matchNetwork(CidrAddress cidrAddress) Create a new rule which is the same as this rule, but also matches the given Internet network address.