Searched refs:port (Results 1 - 25 of 816) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DServer.java32 public int port; field in class:Server
34 public Server (String host, int port) { argument
36 this.port=port;
42 this.port=Integer.parseInt(st.nextToken());
46 return (host + ":" + port);
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DServer.java31 public int port; field in class:Server
33 public Server (String host, int port) { argument
35 this.port=port;
41 this.port=Integer.parseInt(st.nextToken());
45 return (host + ":" + port);
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DServer.java32 public int port; field in class:Server
34 public Server (String host, int port) { argument
36 this.port=port;
42 this.port=Integer.parseInt(st.nextToken());
46 return (host + ":" + port);
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DServer.java32 public int port; field in class:Server
34 public Server (String host, int port) { argument
36 this.port=port;
42 this.port=Integer.parseInt(st.nextToken());
46 return (host + ":" + port);
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DServer.java31 public int port; field in class:Server
33 public Server (String host, int port) { argument
35 this.port=port;
41 this.port=Integer.parseInt(st.nextToken());
45 return (host + ":" + port);
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DLoginTCPPortAttribute.java46 * The TCP port with which the user is to be connected, when the Login-Service Attribute is also present.
48 private int port = 0; field in class:LoginTCPPortAttribute
58 port = OctetUtils.toIntVal(octets);
62 * Constructs a new instance from the TCP port with which the user is to be connected, when the Login-Service
65 * @param port The TCP port with which the user is to be connected.
67 public LoginTCPPortAttribute(int port) { argument
68 super(OctetUtils.toOctets(AttributeType.LOGIN_TCP_PORT, port));
69 this.port = port;
[all...]
H A DNASPortAttribute.java45 * The physical port number of the NAS which is authenticating the user.
47 private int port = 0; field in class:NASPortAttribute
57 port = OctetUtils.toIntVal(octets);
61 * Constructs a new instance from the physical port number of the NAS.
63 * @param port The port number.
65 public NASPortAttribute(int port) { argument
66 super(OctetUtils.toOctets(AttributeType.NAS_PORT, port));
67 this.port = port;
[all...]
H A DPortLimitAttribute.java47 private int port = 0; field in class:PortLimitAttribute
57 port = OctetUtils.toIntVal(octets);
63 * @param port The maximum number of ports to be provided to the user by the NAS.
65 public PortLimitAttribute(int port) { argument
66 super(OctetUtils.toOctets(AttributeType.PORT_LIMIT, port));
67 this.port = port;
76 return port;
86 return new StringBuilder().append(port).toString();
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DLoginTCPPortAttribute.java46 * The TCP port with which the user is to be connected, when the Login-Service Attribute is also present.
48 private int port = 0; field in class:LoginTCPPortAttribute
58 port = OctetUtils.toIntVal(octets);
62 * Constructs a new instance from the TCP port with which the user is to be connected, when the Login-Service
65 * @param port The TCP port with which the user is to be connected.
67 public LoginTCPPortAttribute(int port) { argument
68 super(OctetUtils.toOctets(AttributeType.LOGIN_TCP_PORT, port));
69 this.port = port;
[all...]
H A DNASPortAttribute.java45 * The physical port number of the NAS which is authenticating the user.
47 private int port = 0; field in class:NASPortAttribute
57 port = OctetUtils.toIntVal(octets);
61 * Constructs a new instance from the physical port number of the NAS.
63 * @param port The port number.
65 public NASPortAttribute(int port) { argument
66 super(OctetUtils.toOctets(AttributeType.NAS_PORT, port));
67 this.port = port;
[all...]
H A DPortLimitAttribute.java47 private int port = 0; field in class:PortLimitAttribute
57 port = OctetUtils.toIntVal(octets);
63 * @param port The maximum number of ports to be provided to the user by the NAS.
65 public PortLimitAttribute(int port) { argument
66 super(OctetUtils.toOctets(AttributeType.PORT_LIMIT, port));
67 this.port = port;
76 return port;
86 return new StringBuilder().append(port).toString();
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DHostPort.java32 * port number, as may be used to accept a connection from or initiate
45 // The port for this object;
46 private final int port; field in class:HostPort
51 * Creates a new {@code HostPort} object with the specified port
54 * @param port The port number for this {@code HostPort} object.
56 public HostPort(int port) argument
59 this.port = port;
65 * Creates a new {@code HostPort} object with the specified port
72 HostPort(String host, int port) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DHostPort.java32 * port number, as may be used to accept a connection from or initiate
45 // The port for this object;
46 private final int port; field in class:HostPort
51 * Creates a new {@code HostPort} object with the specified port
54 * @param port The port number for this {@code HostPort} object.
56 public HostPort(int port) argument
59 this.port = port;
65 * Creates a new {@code HostPort} object with the specified port
72 HostPort(String host, int port) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DHostPort.java32 * port number, as may be used to accept a connection from or initiate
45 // The port for this object;
46 private final int port; field in class:HostPort
51 * Creates a new {@code HostPort} object with the specified port
54 * @param port The port number for this {@code HostPort} object.
56 public HostPort(int port) argument
59 this.port = port;
65 * Creates a new {@code HostPort} object with the specified port
72 HostPort(String host, int port) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java37 private int port; field in class:MonoServerReplicationUserData
60 * Returns the port of the server.
61 * @return the port of the server.
65 return port;
69 * Sets the port of the server.
70 * @param port the port of the server.
72 public void setPort(int port) argument
74 this.port = port;
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java36 private int port; field in class:MonoServerReplicationUserData
59 * Returns the port of the server.
60 * @return the port of the server.
64 return port;
68 * Sets the port of the server.
69 * @param port the port of the server.
71 public void setPort(int port) argument
73 this.port = port;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java37 private int port; field in class:MonoServerReplicationUserData
60 * Returns the port of the server.
61 * @return the port of the server.
65 return port;
69 * Sets the port of the server.
70 * @param port the port of the server.
72 public void setPort(int port) argument
74 this.port = port;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java37 private int port; field in class:MonoServerReplicationUserData
60 * Returns the port of the server.
61 * @return the port of the server.
65 return port;
69 * Sets the port of the server.
70 * @param port the port of the server.
72 public void setPort(int port) argument
74 this.port = port;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java36 private int port; field in class:MonoServerReplicationUserData
59 * Returns the port of the server.
60 * @return the port of the server.
64 return port;
68 * Sets the port of the server.
69 * @param port the port of the server.
71 public void setPort(int port) argument
73 this.port = port;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java36 private int port; field in class:MonoServerReplicationUserData
59 * Returns the port of the server.
60 * @return the port of the server.
64 return port;
68 * Sets the port of the server.
69 * @param port the port of the server.
71 public void setPort(int port) argument
73 this.port = port;
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUSServer.java37 * The remote radius port.
39 private int port; field in class:RADIUSServer
44 * @param port the remote port.
46 public RADIUSServer(String host, int port) { argument
48 this.port = port;
60 * Returns the port.
61 * @return the port.
64 return port;
[all...]
/forgerock/openam/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUSServer.java37 * The remote radius port.
39 private int port; field in class:RADIUSServer
44 * @param port the remote port.
46 public RADIUSServer(String host, int port) { argument
48 this.port = port;
60 * Returns the port.
61 * @return the port.
64 return port;
[all...]
/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPURL.java22 * <li>scheme://host:port</li>
23 * <li>host:port</li>
32 private final int port; field in class:LDAPURL
35 private LDAPURL(String host, int port, Boolean isSSL) { argument
37 this.port = port;
42 * Gets the port from the LDAP URL.
44 * @return The port.
47 return port;
77 * <li>scheme://host:port</l
124 valueOf(String host, int port) argument
136 valueOf(String host, int port, Boolean isSSL) argument
[all...]
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPURL.java22 * <li>scheme://host:port</li>
23 * <li>host:port</li>
32 private final int port; field in class:LDAPURL
35 private LDAPURL(String host, int port, Boolean isSSL) { argument
37 this.port = port;
42 * Gets the port from the LDAP URL.
44 * @return The port.
47 return port;
77 * <li>scheme://host:port</l
124 valueOf(String host, int port) argument
136 valueOf(String host, int port, Boolean isSSL) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java40 private int port; field in class:AuthenticationData
49 * Sets the server LDAP port.
50 * @param port the server LDAP port.
52 public void setPort(int port) argument
54 this.port = port;
58 * Returns the server LDAP port.
59 * @return the server LDAP port.
63 return port;
[all...]

Completed in 40 milliseconds

1234567891011>>