Uses of Class
com.atlassian.crowd.exception.DirectoryInstantiationException
Packages that use DirectoryInstantiationException
Package
Description
-
Uses of DirectoryInstantiationException in com.atlassian.crowd.console.action.dataimport
Methods in com.atlassian.crowd.console.action.dataimport that throw DirectoryInstantiationExceptionModifier and TypeMethodDescriptionbooleanDirectoryImporter.determineIfNestedGroupImport()booleanDirectoryConfirmation.getDoNestedGroupImport()DirectoryImporter.performImport() -
Uses of DirectoryInstantiationException in com.atlassian.crowd.directory.loader
Methods in com.atlassian.crowd.directory.loader that throw DirectoryInstantiationExceptionModifier and TypeMethodDescriptionAbstractDirectoryInstanceLoader.getDirectory(Directory directory) CacheableDirectoryInstanceLoader.getDirectory(Directory directory) Deprecated.ConfigurableDbCachingRemoteDirectoryInstanceLoader.getDirectory(Directory directory) DbCachingRemoteDirectoryInstanceLoader.getDirectory(Directory directory) DelegatedAuthenticationDirectoryInstanceLoaderImpl.getDirectory(Directory directory) DelegatingDirectoryInstanceLoaderImpl.getDirectory(Directory directory) DirectoryInstanceLoader.getDirectory(Directory directory) Loads theRemoteDirectoryimplementation class for a specific (already saved)Directoryconfiguration.InternalDirectoryInstanceLoader.getDirectory(Directory directory) InternalDirectoryInstanceLoaderImpl.getDirectory(Directory directory) AzureAdDirectoryInstanceLoaderImpl.getRawDirectory(Long id, String className, Map<String, String> attributes) CacheableDirectoryInstanceLoader.getRawDirectory(Long id, String className, Map<String, String> attributes) Deprecated.CustomDirectoryInstanceLoader.getRawDirectory(Long id, String className, Map<String, String> attributes) DbCachingRemoteDirectoryInstanceLoader.getRawDirectory(Long id, String className, Map<String, String> attributes) This method will NOT wire up the internal backed directory.DelegatedAuthenticationDirectoryInstanceLoaderImpl.getRawDirectory(Long id, String className, Map<String, String> attributes) DelegatingDirectoryInstanceLoaderImpl.getRawDirectory(Long id, String className, Map<String, String> attributes) Loads a guaranteed un-cached directory implementation for a specific configuration.InternalDirectoryInstanceLoader.getRawDirectory(Long id, String className, Map<String, String> attributes) InternalDirectoryInstanceLoaderImpl.getRawDirectory(Long id, String className, Map<String, String> directoryAttributes) LDAPDirectoryInstanceLoaderImpl.getRawDirectory(Long id, String className, Map<String, String> attributes) RemoteCrowdDirectoryInstanceLoaderImpl.getRawDirectory(Long id, String className, Map<String, String> directoryAttributes) -
Uses of DirectoryInstantiationException in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that throw DirectoryInstantiationExceptionModifier and TypeMethodDescriptionDirectoryManager.addDirectory(Directory directory) Adds the given directory.DirectoryManagerGeneric.addDirectory(Directory directory) DirectoryManager.getDirectorySynchronisationInformation(long directoryId) Retrieves the sync info for the directory - last sync start time & duration, current sync start time (if directory is currently synchronising)DirectoryManagerGeneric.getDirectorySynchronisationInformation(long directoryId) DirectoryManager.getSynchronisationMode(long directoryId) Returns the preferred synchronisation mode defined for the directory ifsynchronisable, elsenullDirectoryManagerGeneric.getSynchronisationMode(long directoryId) booleanDirectoryManager.isInternalUserStatusSupported(long directoryId) Check if internal User status is supported by the directorybooleanDirectoryManagerGeneric.isInternalUserStatusSupported(long directoryId) booleanDirectoryManager.isSynchronisable(long directoryId) Returns true if the underlying directory implementation supports manual synchronisation of the directory's local cache.booleanDirectoryManagerGeneric.isSynchronisable(long directoryId) booleanDirectoryManager.isSynchronising(long directoryId) Returns true if the given Directory is currently synchronising.booleanDirectoryManagerGeneric.isSynchronising(long directoryId) booleanDirectoryManager.supportsExpireAllPasswords(long directoryId) Returns true if the underlying directory implementation supports expiring passwordsbooleanDirectoryManagerGeneric.supportsExpireAllPasswords(long directoryId) booleanDirectoryManager.supportsNestedGroups(long directoryId) Returns true if the underlying directory implementation supports nested groups.booleanDirectoryManagerGeneric.supportsNestedGroups(long directoryId) -
Uses of DirectoryInstantiationException in com.atlassian.crowd.manager.directory.monitor
Methods in com.atlassian.crowd.manager.directory.monitor that throw DirectoryInstantiationExceptionModifier and TypeMethodDescriptionvoidDirectoryMonitorManager.addMonitor(RemoteDirectory directory) Deprecated.Adds a monitor to a particular directory. -
Uses of DirectoryInstantiationException in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery that throw DirectoryInstantiationExceptionModifier and TypeMethodDescriptionRecoveryModeDirectoryLoader.getDirectory(Directory directory) RecoveryModeDirectoryLoader.getRawDirectory(Long id, String className, Map<String, String> attributes) -
Uses of DirectoryInstantiationException in com.atlassian.crowd.plugins.testkit.rest
Methods in com.atlassian.crowd.plugins.testkit.rest that throw DirectoryInstantiationExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseTestkitDirectoryResource.createDirectory(DirectoryImpl directory) jakarta.ws.rs.core.ResponseTestkitDirectoryResource.getDirectorySynchronisationStatus(long directoryId) TestkitDirectoryResource.markSynchronizationFinished(long directoryId, String syncToken) -
Uses of DirectoryInstantiationException in com.atlassian.crowd.rest.plugin.service
Methods in com.atlassian.crowd.rest.plugin.service that throw DirectoryInstantiationExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseSyncFeedbackResource.getDirectory(Long id)