public class BackendDescriptor extends Object
Constructor and Description |
---|
BackendDescriptor(String backendID,
Set<BaseDNDescriptor> baseDns)
Constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBackendID()
Returns the ID of the Backend.
|
SortedSet<BaseDNDescriptor> |
getBaseDns()
Returns the Base DN objects associated with the backend.
|
int |
hashCode() |
String |
toString() |
public BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns)
backendID
- the backend ID of the Backend.baseDns
- the base DNs associated with the Backend.public String getBackendID()
public SortedSet<BaseDNDescriptor> getBaseDns()
Copyright 2010-2018 ForgeRock AS.