public class InitializeReplicationUserData extends ReplicationUserData
Constructor and Description |
---|
InitializeReplicationUserData() |
Modifier and Type | Method and Description |
---|---|
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.
|
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, setBaseDNs
public InitializeReplicationUserData()
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 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.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.