Uses of Class
com.sun.identity.plugin.datastore.DataStoreProviderException
Packages that use 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
Methods in com.sun.identity.plugin.datastore that throw DataStoreProviderExceptionModifier 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 DataStoreProviderManagerDataStoreProviderManager.getInstance()Gets the singleton instance ofDataStoreProviderManager.Searches user.voidInitializes the provider.booleanDataStoreProvider.isUserExists(String userID) Checks if the user exists with a given userid.default booleanDataStoreProvider.isUsernameUniversalId(String username) Checks if the given username is of the universal ID format.voidSets user attributes. -
Uses of DataStoreProviderException in com.sun.identity.saml2.plugins.scripted
Methods in com.sun.identity.saml2.plugins.scripted that throw DataStoreProviderExceptionModifier 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.