Searched refs:address (Results 1 - 25 of 182) sorted by relevance

12345678

/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/utils/
H A DValidateIPAddressTest.java16 * Tests (only) copied from IPv6 address validation Regular Expressions by Rich Brown <richard.e.brown@dartware.com>
577 public void testWildcardInProtocol(boolean expected, String address) { argument
579 boolean result = ValidateIPaddress.isIPv6(address);
/forgerock/openam/openam-shared/src/test/java/org/forgerock/openam/utils/
H A DValidateIPAddressTest.java20 * - Tests copied from IPv6 address validation Regular Expressions.
580 public void testWildcardInProtocol(boolean expected, String address) { argument
582 boolean result = ValidateIPaddress.isValidIP(address);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java66 for (InetAddress address : ch.getAddresses())
68 newAddresses.add(new AddressConnectionHandlerDescriptor(ch, address,
69 getMonitoringEntry(address, ch)));
160 private CustomSearchResult getMonitoringEntry(InetAddress address, argument
168 if (address == null)
172 if (cn.endsWith(" " + address.getHostAddress() + " port " + cch.getPort() + " Statistics"))
190 * The table model has one line per address, this object represents that
191 * address and all the associated monitoring information.
197 private InetAddress address; field in class:AddressConnectionHandlerDescriptor
204 * @param address th
207 AddressConnectionHandlerDescriptor( ConnectionHandlerDescriptor ch, InetAddress address, CustomSearchResult monitoringEntry) argument
[all...]
/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java113 public boolean checkReadPermission(InetAddress address) { argument
122 // check the address is in the configured allowed managers
123 return this.hostsList.contains(address);
129 public boolean checkReadPermission(InetAddress address, String community) { argument
130 if ((this.checkReadPermission(address)) &&
148 public boolean checkWritePermission(InetAddress address) { argument
156 public boolean checkWritePermission(InetAddress address, String community) { argument
178 * @param address
181 public Enumeration getTrapCommunities(InetAddress address) { argument
198 * @param address
201 getInformCommunities(InetAddress address) argument
[all...]
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java112 public boolean checkReadPermission(InetAddress address) { argument
121 // check the address is in the configured allowed managers
122 return this.hostsList.contains(address);
128 public boolean checkReadPermission(InetAddress address, String community) { argument
129 if ((this.checkReadPermission(address)) &&
147 public boolean checkWritePermission(InetAddress address) { argument
155 public boolean checkWritePermission(InetAddress address, String community) { argument
177 * @param address
180 public Enumeration getTrapCommunities(InetAddress address) { argument
197 * @param address
200 getInformCommunities(InetAddress address) argument
[all...]
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java113 public boolean checkReadPermission(InetAddress address) { argument
122 // check the address is in the configured allowed managers
123 return this.hostsList.contains(address);
129 public boolean checkReadPermission(InetAddress address, String community) { argument
130 if ((this.checkReadPermission(address)) &&
148 public boolean checkWritePermission(InetAddress address) { argument
156 public boolean checkWritePermission(InetAddress address, String community) { argument
178 * @param address
181 public Enumeration getTrapCommunities(InetAddress address) { argument
198 * @param address
201 getInformCommunities(InetAddress address) argument
[all...]
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java113 public boolean checkReadPermission(InetAddress address) { argument
122 // check the address is in the configured allowed managers
123 return this.hostsList.contains(address);
129 public boolean checkReadPermission(InetAddress address, String community) { argument
130 if ((this.checkReadPermission(address)) &&
148 public boolean checkWritePermission(InetAddress address) { argument
156 public boolean checkWritePermission(InetAddress address, String community) { argument
178 * @param address
181 public Enumeration getTrapCommunities(InetAddress address) { argument
198 * @param address
201 getInformCommunities(InetAddress address) argument
[all...]
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java112 public boolean checkReadPermission(InetAddress address) { argument
121 // check the address is in the configured allowed managers
122 return this.hostsList.contains(address);
128 public boolean checkReadPermission(InetAddress address, String community) { argument
129 if ((this.checkReadPermission(address)) &&
147 public boolean checkWritePermission(InetAddress address) { argument
155 public boolean checkWritePermission(InetAddress address, String community) { argument
177 * @param address
180 public Enumeration getTrapCommunities(InetAddress address) { argument
197 * @param address
200 getInformCommunities(InetAddress address) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java106 public boolean checkReadPermission(InetAddress address) { argument
115 // check the address is in the configured allowed managers
116 return this.hostsList.contains(address);
122 public boolean checkReadPermission(InetAddress address, String community) { argument
123 if ((this.checkReadPermission(address)) &&
141 public boolean checkWritePermission(InetAddress address) { argument
149 public boolean checkWritePermission(InetAddress address, String community) { argument
171 * @param address
174 public Enumeration getTrapCommunities(InetAddress address) { argument
191 * @param address
194 getInformCommunities(InetAddress address) argument
[all...]
/forgerock/openam/openam-core/src/test/java/com/sun/identity/sm/
H A DIPAddressValidatorTest.java577 public void checkCorrectness(boolean expected, String address) { argument
579 boolean result = validator.validate(Collections.singleton(address));
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java67 for (InetAddress address : ch.getAddresses())
69 newAddresses.add(new AddressConnectionHandlerDescriptor(ch, address,
70 getMonitoringEntry(address, ch)));
185 private CustomSearchResult getMonitoringEntry(InetAddress address, argument
194 if (address == null)
202 " "+address.getHostAddress()+" port "+cch.getPort()+
224 * The table model has one line per address, this object represents that
225 * address and all the associated monitoring information.
231 private InetAddress address; field in class:AddressConnectionHandlerDescriptor
238 * @param address th
241 AddressConnectionHandlerDescriptor( ConnectionHandlerDescriptor ch, InetAddress address, CustomSearchResult monitoringEntry) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java68 for (InetAddress address : ch.getAddresses())
70 newAddresses.add(new AddressConnectionHandlerDescriptor(ch, address,
71 getMonitoringEntry(address, ch)));
186 private CustomSearchResult getMonitoringEntry(InetAddress address, argument
195 if (address == null)
203 " "+address.getHostAddress()+" port "+cch.getPort()+
225 * The table model has one line per address, this object represents that
226 * address and all the associated monitoring information.
232 private InetAddress address; field in class:AddressConnectionHandlerDescriptor
239 * @param address th
242 AddressConnectionHandlerDescriptor( ConnectionHandlerDescriptor ch, InetAddress address, CustomSearchResult monitoringEntry) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java68 for (InetAddress address : ch.getAddresses())
70 newAddresses.add(new AddressConnectionHandlerDescriptor(ch, address,
71 getMonitoringEntry(address, ch)));
186 private CustomSearchResult getMonitoringEntry(InetAddress address, argument
195 if (address == null)
203 " "+address.getHostAddress()+" port "+cch.getPort()+
225 * The table model has one line per address, this object represents that
226 * address and all the associated monitoring information.
232 private InetAddress address; field in class:AddressConnectionHandlerDescriptor
239 * @param address th
242 AddressConnectionHandlerDescriptor( ConnectionHandlerDescriptor ch, InetAddress address, CustomSearchResult monitoringEntry) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java67 for (InetAddress address : ch.getAddresses())
69 newAddresses.add(new AddressConnectionHandlerDescriptor(ch, address,
70 getMonitoringEntry(address, ch)));
185 private CustomSearchResult getMonitoringEntry(InetAddress address, argument
194 if (address == null)
202 " "+address.getHostAddress()+" port "+cch.getPort()+
224 * The table model has one line per address, this object represents that
225 * address and all the associated monitoring information.
231 private InetAddress address; field in class:AddressConnectionHandlerDescriptor
238 * @param address th
241 AddressConnectionHandlerDescriptor( ConnectionHandlerDescriptor ch, InetAddress address, CustomSearchResult monitoringEntry) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java68 for (InetAddress address : ch.getAddresses())
70 newAddresses.add(new AddressConnectionHandlerDescriptor(ch, address,
71 getMonitoringEntry(address, ch)));
186 private CustomSearchResult getMonitoringEntry(InetAddress address, argument
195 if (address == null)
203 " "+address.getHostAddress()+" port "+cch.getPort()+
225 * The table model has one line per address, this object represents that
226 * address and all the associated monitoring information.
232 private InetAddress address; field in class:AddressConnectionHandlerDescriptor
239 * @param address th
242 AddressConnectionHandlerDescriptor( ConnectionHandlerDescriptor ch, InetAddress address, CustomSearchResult monitoringEntry) argument
[all...]
/forgerock/opendj2/src/pkg/
H A Dopends_proto.py37 LDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
/forgerock/opendj-b2.6/src/pkg/
H A Dopends_proto.py38 LDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
/forgerock/opendj2.6.2/src/pkg/
H A Dopends_proto.py38 LDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
/forgerock/opendj2-hg/src/pkg/
H A Dopends_proto.py37 LDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
/forgerock/opendj2-jel-hg/src/pkg/
H A Dopends_proto.py38 LDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DSubjectLocalityImpl.java48 * and IP address for the system entity that performed the authentication.
66 private String address = null; field in class:SubjectLocalityImpl
100 address = ((Attr)att).getValue().trim();
194 return address;
211 address = value;
252 if (address != null && address.trim().length() != 0) {
253 result.append(" Address=\"").append(address).append("\"");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DSubjectLocalityImpl.java48 * and IP address for the system entity that performed the authentication.
66 private String address = null; field in class:SubjectLocalityImpl
100 address = ((Attr)att).getValue().trim();
194 return address;
211 address = value;
252 if (address != null && address.trim().length() != 0) {
253 result.append(" Address=\"").append(address).append("\"");
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAddressMask.java46 * This class defines an address mask, which can be used to perform efficient
47 * comparisons against IP addresses to determine whether a particular IP address
79 * Decodes the provided string as an address mask.
82 * The string to decode as an address mask.
83 * @return AddressMask The address mask decoded from the provided string.
85 * If the provided string cannot be decoded as an address mask.
97 * Indicates whether provided address matches one of the address masks in the
100 * @param address
101 * The address t
107 maskListContains(final InetAddress address, final Collection<AddressMask> masks) argument
262 match(final InetAddress address) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAddressMask.java45 * This class defines an address mask, which can be used to perform efficient
46 * comparisons against IP addresses to determine whether a particular IP address
78 * Decodes the provided string as an address mask.
81 * The string to decode as an address mask.
82 * @return AddressMask The address mask decoded from the provided string.
84 * If the provided string cannot be decoded as an address mask.
96 * Indicates whether provided address matches one of the address masks in the
99 * @param address
100 * The address t
106 maskListContains(final InetAddress address, final Collection<AddressMask> masks) argument
261 match(final InetAddress address) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAddressMask.java46 * This class defines an address mask, which can be used to perform efficient
47 * comparisons against IP addresses to determine whether a particular IP address
79 * Decodes the provided string as an address mask.
82 * The string to decode as an address mask.
83 * @return AddressMask The address mask decoded from the provided string.
85 * If the provided string cannot be decoded as an address mask.
97 * Indicates whether provided address matches one of the address masks in the
100 * @param address
101 * The address t
107 maskListContains(final InetAddress address, final Collection<AddressMask> masks) argument
262 match(final InetAddress address) argument
[all...]

Completed in 3759 milliseconds

12345678