Set<String> |
DataStoreProvider.getAttribute(String userID,
String attrName) |
Gets user attribute.
|
Map<String,Set<String>> |
DataStoreProvider.getAttributes(String userID,
Set<String> attrNames) |
Gets user attributes.
|
byte[][] |
DataStoreProvider.getBinaryAttribute(String userID,
String attrName) |
Gets user binary attribute.
|
Map<String,byte[][]> |
DataStoreProvider.getBinaryAttributes(String userID,
Set<String> attrNames) |
Gets user binary attributes.
|
DataStoreProvider |
DataStoreProviderManager.getDataStoreProvider(String componentName) |
Gets the provider associated with the component.
|
static DataStoreProviderManager |
DataStoreProviderManager.getInstance() |
Gets the singleton instance of DataStoreProviderManager .
|
String |
DataStoreProvider.getUserID(String orgDN,
Map<String,Set<String>> avPairs) |
Searches user.
|
void |
DataStoreProvider.init(String componentName) |
Initializes the provider.
|
boolean |
DataStoreProvider.isUserExists(String userID) |
Checks if the user exists with a given userid.
|
default boolean |
DataStoreProvider.isUsernameUniversalId(String username) |
Checks if the given username is of the universal ID format.
|
void |
DataStoreProvider.setAttributes(String userID,
Map<String,Set<String>> attrMap) |
Sets user attributes.
|