Uses of Class
com.sun.identity.plugin.datastore.DataStoreProviderException
Package
Description
Contains data store plugin SPIs.
Contains classes to be used by the SAML2 scripted plugins.
-
Uses of DataStoreProviderException in com.sun.identity.plugin.datastore
Modifier and TypeMethodDescriptionDataStoreProvider.getAttribute
(String userID, String attrName) Gets user attribute.DataStoreProvider.getAttributes
(String userID, Set<String> attrNames) Gets user attributes.byte[][]
DataStoreProvider.getBinaryAttribute
(String userID, String attrName) Gets user binary attribute.DataStoreProvider.getBinaryAttributes
(String userID, Set<String> attrNames) Gets user binary attributes.DataStoreProviderManager.getDataStoreProvider
(String componentName) Gets the provider associated with the component.static DataStoreProviderManager
DataStoreProviderManager.getInstance()
Gets the singleton instance ofDataStoreProviderManager
.Searches user.void
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
Sets user attributes. -
Uses of DataStoreProviderException in com.sun.identity.saml2.plugins.scripted
Modifier and TypeMethodDescriptionIdpAttributeMapperScriptHelper.getAttributes
(Object session, Set<String> attrNames) Get attributes from a session.IdpAttributeMapperScriptHelper.getBinaryAttributes
(Object session, Set<String> attrNames) Get binary attributes from a session.