public class SuffixDescriptor extends Object
Constructor and Description |
---|
SuffixDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getDN()
Returns the DN associated with this suffix descriptor.
|
String |
getId()
Returns an Id that is unique for this suffix.
|
Set<ReplicaDescriptor> |
getReplicas()
Returns the replicas associated with this SuffixDescriptor.
|
Set<String> |
getReplicationServers()
Returns the Set of Replication servers for the whole suffix topology.
|
int |
hashCode() |
void |
setDN(String suffixDN)
Sets the DN associated with this suffix descriptor.
|
void |
setReplicas(Set<ReplicaDescriptor> replicas)
Sets the replicas associated with this SuffixDescriptor.
|
public SuffixDescriptor()
public String getDN()
public void setDN(String suffixDN)
suffixDN
- the DN associated with this suffix descriptor.public Set<ReplicaDescriptor> getReplicas()
public void setReplicas(Set<ReplicaDescriptor> replicas)
replicas
- a Set containing the replicas associated with this
SuffixDescriptor.public Set<String> getReplicationServers()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.