Uses of Class
com.sun.identity.plugin.datastore.DataStoreProviderException
-
Packages that use DataStoreProviderException Package Description com.sun.identity.plugin.datastore Contains data store plugin SPIs. -
-
Uses of DataStoreProviderException in com.sun.identity.plugin.datastore
Methods in com.sun.identity.plugin.datastore that throw DataStoreProviderException Modifier and Type Method Description 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 ofDataStoreProviderManager
.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.void
DataStoreProvider. setAttributes(String userID, Map<String,Set<String>> attrMap)
Sets user attributes.
-