public final class DataProviderID extends Object implements Comparable<DataProviderID>
There are two types of data provider:
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DataProviderID o) |
boolean |
equals(Object obj) |
String |
getName()
Returns the data provider name associated with this data provider ID.
|
int |
hashCode() |
boolean |
isInternal()
Indicating whether this ID represents an internal data provider.
|
static DataProviderID |
newInternalID(String name)
Creates a new ID for an internal data provider.
|
static DataProviderID |
newUserID(String name)
Creates a new ID for a user configured data provider.
|
String |
toString() |
public static DataProviderID newInternalID(String name)
name
- The name of the internal data provider.public static DataProviderID newUserID(String name)
name
- The name of the user configured data provider.public int compareTo(DataProviderID o)
compareTo
in interface Comparable<DataProviderID>
public String getName()
public boolean isInternal()
true
if this ID represents an internal data
provider.Copyright 2010-2017 ForgeRock AS.