public class SourceDestinationServerUserData extends ReplicationUserData
| Constructor and Description |
|---|
SourceDestinationServerUserData() |
| Modifier and Type | Method and Description |
|---|---|
HostPort |
getDestination()
Returns a
HostPort representing the destination server. |
String |
getDestinationHostPort()
Returns a host:port string for the destination server.
|
String |
getHostNameDestination()
Returns the host name of the destination server.
|
String |
getHostNameSource()
Returns the host name of the source server.
|
int |
getPortDestination()
Returns the port of the destination server.
|
int |
getPortSource()
Returns the port of the source server.
|
HostPort |
getSource()
Returns a
HostPort representing the source server. |
String |
getSourceHostPort()
Returns a host:port string for the source server.
|
void |
setHostNameDestination(String hostNameDestination)
Sets the host name of the destination server.
|
void |
setHostNameSource(String hostNameSource)
Sets the host name of the source server.
|
void |
setPortDestination(int portDestination)
Sets the port of the destination server.
|
void |
setPortSource(int portSource)
Sets the port of the source server.
|
getAdminPwd, getAdminUid, getBaseDNs, setAdminPwd, setAdminUid, setBaseDNspublic SourceDestinationServerUserData()
public String getHostNameSource()
public void setHostNameSource(String hostNameSource)
hostNameSource - the host name of the source server.public int getPortSource()
public void setPortSource(int portSource)
portSource - the port of the source server.public String getHostNameDestination()
public String getSourceHostPort()
public String getDestinationHostPort()
public void setHostNameDestination(String hostNameDestination)
hostNameDestination - the host name of the destination server.public int getPortDestination()
public void setPortDestination(int portDestination)
portDestination - the port of the destination server.public HostPort getSource()
HostPort representing the source server.HostPort representing the source serverpublic HostPort getDestination()
HostPort representing the destination server.HostPort representing the destination serverCopyright © 2010-2018 ForgeRock AS. All Rights Reserved.