Uses of Interface
com.atlassian.crowd.embedded.api.Directory

Packages that use Directory
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.console.action   
com.atlassian.crowd.console.action.application   
com.atlassian.crowd.console.action.dataimport   
com.atlassian.crowd.console.action.directory   
com.atlassian.crowd.console.action.group   
com.atlassian.crowd.console.action.principal   
com.atlassian.crowd.console.action.role   
com.atlassian.crowd.console.action.session   
com.atlassian.crowd.dao.directory   
com.atlassian.crowd.directory.ldap.validator   
com.atlassian.crowd.directory.loader   
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.embedded.impl   
com.atlassian.crowd.embedded.spi   
com.atlassian.crowd.event   
com.atlassian.crowd.event.directory   
com.atlassian.crowd.event.group   
com.atlassian.crowd.event.role   
com.atlassian.crowd.event.user   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.manager.permission   
com.atlassian.crowd.migration.legacy   
com.atlassian.crowd.model   
com.atlassian.crowd.model.application   
com.atlassian.crowd.model.directory   
com.atlassian.crowd.model.group   
com.atlassian.crowd.model.membership   
com.atlassian.crowd.model.user   
com.atlassian.crowd.upgrade.tasks   
 

Uses of Directory in com.atlassian.crowd.acceptance.tests.directory
 

Methods in com.atlassian.crowd.acceptance.tests.directory that return Directory
 Directory MockDirectoryManager.addDirectory(Directory directory)
           
 Directory MockDirectoryManager.findDirectoryById(long directoryID)
          This is the only implemented method.
 Directory MockDirectoryManager.findDirectoryByName(java.lang.String name)
           
 Directory MockDirectoryManager.updateDirectory(Directory directory)
           
 

Methods in com.atlassian.crowd.acceptance.tests.directory that return types with arguments of type Directory
 java.util.List<Directory> MockDirectoryManager.findAllDirectories()
           
 java.util.List<Directory> MockDirectoryManager.searchDirectories(EntityQuery query)
           
 

Methods in com.atlassian.crowd.acceptance.tests.directory with parameters of type Directory
 Directory MockDirectoryManager.addDirectory(Directory directory)
           
 void MockDirectoryManager.removeDirectory(Directory directory)
           
 void MockDirectoryManager.setDirectory(Directory directory)
           
 Directory MockDirectoryManager.updateDirectory(Directory directory)
           
 

Uses of Directory in com.atlassian.crowd.console.action
 

Methods in com.atlassian.crowd.console.action that return Directory
 Directory BaseAction.directory(long directoryID)
           
 

Uses of Directory in com.atlassian.crowd.console.action.application
 

Methods in com.atlassian.crowd.console.action.application that return types with arguments of type Directory
 java.util.List<Directory> AddApplicationDirectoryDetails.getDirectories()
           
 java.util.List<Directory> AddApplicationAuthorisationDetails.getDirectories()
           
 java.util.List<Directory> ViewApplication.getUnsubscribedDirectories()
           
 

Uses of Directory in com.atlassian.crowd.console.action.dataimport
 

Methods in com.atlassian.crowd.console.action.dataimport that return types with arguments of type Directory
 java.util.List<Directory> AtlassianImporter.getInternalAtlassianSecurityDirectories()
           
 

Method parameters in com.atlassian.crowd.console.action.dataimport with type arguments of type Directory
 void AtlassianImporter.setInternalAtlassianSecurityDirectories(java.util.List<Directory> internalAtlassianSHA1directories)
           
 

Uses of Directory in com.atlassian.crowd.console.action.directory
 

Methods in com.atlassian.crowd.console.action.directory that return Directory
 Directory ViewInternal.getDirectory()
           
 Directory ViewCustom.getDirectory()
           
 Directory ViewConnector.getDirectory()
           
 Directory UpdateOptions.getDirectory()
           
 Directory UpdateInternalPermissions.getDirectory()
           
 Directory UpdateInternalConfiguration.getDirectory()
           
 Directory UpdateCustomAttributes.getDirectory()
           
 Directory UpdateConnectorConnection.getDirectory()
           
 Directory UpdateConnectorConfiguration.getDirectory()
           
 Directory RemoveDirectory.getDirectory()
           
 

Methods in com.atlassian.crowd.console.action.directory with parameters of type Directory
 boolean BrowseDirectories.isCacheEnabled(Directory directory)
           
 void ViewInternal.setDirectory(Directory directory)
           
 void ViewConnector.setDirectory(Directory directory)
           
 

Uses of Directory in com.atlassian.crowd.console.action.group
 

Fields in com.atlassian.crowd.console.action.group declared as Directory
protected  Directory ViewGroup.directory
           
protected  Directory RemoveGroup.directory
           
protected  Directory AddGroup.directory
           
 

Methods in com.atlassian.crowd.console.action.group that return Directory
 Directory ViewGroup.getDirectory()
           
 Directory RemoveGroup.getDirectory()
           
 Directory AddGroup.getDirectory()
           
 

Methods in com.atlassian.crowd.console.action.group that return types with arguments of type Directory
 java.util.List<Directory> AddGroup.getDirectories()
           
 

Uses of Directory in com.atlassian.crowd.console.action.principal
 

Fields in com.atlassian.crowd.console.action.principal declared as Directory
protected  Directory ViewPrincipal.directory
           
protected  Directory RemovePrincipal.directory
           
 

Methods in com.atlassian.crowd.console.action.principal that return Directory
 Directory ViewPrincipal.getDirectory()
           
 Directory RemovePrincipal.getDirectory()
           
 

Methods in com.atlassian.crowd.console.action.principal that return types with arguments of type Directory
 java.util.List<Directory> AddPrincipal.getDirectories()
           
 

Uses of Directory in com.atlassian.crowd.console.action.role
 

Fields in com.atlassian.crowd.console.action.role declared as Directory
protected  Directory ViewRole.directory
           
protected  Directory RemoveRole.directory
           
protected  Directory AddRole.directory
           
 

Methods in com.atlassian.crowd.console.action.role that return Directory
 Directory ViewRole.getDirectory()
           
 Directory RemoveRole.getDirectory()
           
 Directory AddRole.getDirectory()
           
 

Methods in com.atlassian.crowd.console.action.role that return types with arguments of type Directory
 java.util.List<Directory> AddRole.getDirectories()
           
 

Uses of Directory in com.atlassian.crowd.console.action.session
 

Methods in com.atlassian.crowd.console.action.session that return types with arguments of type Directory
 java.util.List<Directory> BrowsePrincipalSessions.getDirectories()
           
 

Uses of Directory in com.atlassian.crowd.dao.directory
 

Methods in com.atlassian.crowd.dao.directory that return types with arguments of type Directory
 java.util.List<Directory> DirectoryDAOHibernate.findAll()
           
 java.util.List<Directory> DirectoryDAOHibernate.search(EntityQuery query)
           
 

Methods in com.atlassian.crowd.dao.directory with parameters of type Directory
 DirectoryImpl DirectoryDAOHibernate.add(Directory directory)
           
 void DirectoryDAOHibernate.remove(Directory directory)
           
 DirectoryImpl DirectoryDAOHibernate.update(Directory directory)
           
 

Uses of Directory in com.atlassian.crowd.directory.ldap.validator
 

Methods in com.atlassian.crowd.directory.ldap.validator with parameters of type Directory
 java.lang.String Validator.getError(Directory directory)
          Validates a specific directory configuration.
 java.lang.String GroupRoleDnOverlapValidator.getError(Directory directory)
           
 java.util.Set<java.lang.String> ConnectorValidator.getErrors(Directory directory)
          Gets the errors detected by the list of validators for the specified directory
 

Uses of Directory in com.atlassian.crowd.directory.loader
 

Methods in com.atlassian.crowd.directory.loader with parameters of type Directory
 InternalRemoteDirectory InternalDirectoryInstanceLoaderImpl.getDirectory(Directory directory)
           
 RemoteDirectory DelegatingDirectoryInstanceLoader.getDirectory(Directory directory)
           
 RemoteDirectory AbstractDirectoryInstanceLoader.getDirectory(Directory directory)
           
 InternalRemoteDirectory InternalDirectoryInstanceLoader.getDirectory(Directory directory)
           
 RemoteDirectory DirectoryInstanceLoader.getDirectory(Directory directory)
          Loads the RemoteDirectory implementation class for a specific (already saved) Directory configuration.
 RemoteDirectory CacheableDirectoryInstanceLoader.getDirectory(Directory directory)
           
protected  RemoteDirectory RemoteCrowdDirectoryInstanceLoaderImpl.getNewDirectory(Directory directory)
           
protected  RemoteDirectory InternalDirectoryInstanceLoaderImpl.getNewDirectory(Directory directory)
           
protected  RemoteDirectory DelegatedAuthenticationDirectoryInstanceLoaderImpl.getNewDirectory(Directory directory)
           
protected abstract  RemoteDirectory AbstractDirectoryInstanceLoader.getNewDirectory(Directory directory)
          Always returns a new instance of a RemoteDirectory.
protected  RemoteDirectory LDAPDirectoryInstanceLoaderImpl.getNewDirectory(Directory directory)
          Always returns a new instance of a RemoteDirectory.
protected  RemoteDirectory DbCachingRemoteDirectoryInstanceLoaderImpl.getNewDirectory(Directory directory)
          Always returns a new instance of a RemoteDirectory.
 

Uses of Directory in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that return Directory
 Directory CrowdAdminService.addDirectory(Directory directory)
          Will add a new Directory into the local database.
 Directory CrowdAdminService.findDirectoryById(long directoryId)
          Will return a Directory based on the given directoryId
 Directory CrowdAdminService.updateDirectory(Directory directory)
          Will update the Directory.
 

Methods in com.atlassian.crowd.embedded.api that return types with arguments of type Directory
 java.util.List<Directory> CrowdAdminService.findAllDirectories()
          Will return a List<Directory> ordered by the order specified by the application.
 

Methods in com.atlassian.crowd.embedded.api with parameters of type Directory
 Directory CrowdAdminService.addDirectory(Directory directory)
          Will add a new Directory into the local database.
 void CrowdAdminService.testConnection(Directory directory)
          Test if a connection to the directory server can be established.
 Directory CrowdAdminService.updateDirectory(Directory directory)
          Will update the Directory.
 

Uses of Directory in com.atlassian.crowd.embedded.core
 

Methods in com.atlassian.crowd.embedded.core that return Directory
 Directory CrowdAdminServiceImpl.addDirectory(Directory directory)
           
 Directory CrowdAdminServiceImpl.findDirectoryById(long directoryId)
           
 Directory CrowdAdminServiceImpl.updateDirectory(Directory directory)
           
 

Methods in com.atlassian.crowd.embedded.core that return types with arguments of type Directory
 java.util.List<Directory> CrowdAdminServiceImpl.findAllDirectories()
           
 

Methods in com.atlassian.crowd.embedded.core with parameters of type Directory
 Directory CrowdAdminServiceImpl.addDirectory(Directory directory)
           
 void CrowdAdminServiceImpl.testConnection(Directory directory)
           
 Directory CrowdAdminServiceImpl.updateDirectory(Directory directory)
           
 

Uses of Directory in com.atlassian.crowd.embedded.impl
 

Classes in com.atlassian.crowd.embedded.impl that implement Directory
 class ImmutableDirectory
           
 

Methods in com.atlassian.crowd.embedded.impl that return Directory
 Directory ImmutableDirectory.Builder.toDirectory()
          Returns an immutable Directory object with the properties set in this builder.
 

Methods in com.atlassian.crowd.embedded.impl with parameters of type Directory
static ImmutableDirectory.Builder ImmutableDirectory.newBuilder(Directory directory)
          Create a Builder that copies its initial values from the given directory.
 

Uses of Directory in com.atlassian.crowd.embedded.spi
 

Methods in com.atlassian.crowd.embedded.spi that return Directory
 Directory DirectoryDao.add(Directory directory)
          Store a new directory in the data store.
 Directory DirectoryDao.findById(long directoryId)
          Returns the directory with the specified ID, throwing DirectoryNotFoundException if it cannot be found.
 Directory DirectoryDao.findByName(java.lang.String name)
          Returns the directory with the specified name, throwing DirectoryNotFoundException if it cannot be found.
 Directory DirectoryDao.update(Directory directory)
          Persists any changes made to the provided directory.
 

Methods in com.atlassian.crowd.embedded.spi that return types with arguments of type Directory
 java.util.List<Directory> DirectoryDao.findAll()
          Returns the list of all directories in the data store, or empty list if there are no directories.
 java.util.List<Directory> DirectoryDao.search(EntityQuery<Directory> entityQuery)
          Search for directories matching the specified query.
 

Methods in com.atlassian.crowd.embedded.spi with parameters of type Directory
 Directory DirectoryDao.add(Directory directory)
          Store a new directory in the data store.
 void DirectoryDao.remove(Directory directory)
          Removes the specified directory from the data store.
 Directory DirectoryDao.update(Directory directory)
          Persists any changes made to the provided directory.
 

Method parameters in com.atlassian.crowd.embedded.spi with type arguments of type Directory
 java.util.List<Directory> DirectoryDao.search(EntityQuery<Directory> entityQuery)
          Search for directories matching the specified query.
 

Uses of Directory in com.atlassian.crowd.event
 

Methods in com.atlassian.crowd.event that return Directory
 Directory DirectoryEvent.getDirectory()
           
 

Constructors in com.atlassian.crowd.event with parameters of type Directory
DirectoryEvent(java.lang.Object source, Directory directory)
           
 

Uses of Directory in com.atlassian.crowd.event.directory
 

Constructors in com.atlassian.crowd.event.directory with parameters of type Directory
DirectoryCreatedEvent(java.lang.Object source, Directory directory)
           
DirectoryDeletedEvent(java.lang.Object source, Directory directory)
           
DirectoryUpdatedEvent(java.lang.Object source, Directory directory)
           
 

Uses of Directory in com.atlassian.crowd.event.group
 

Constructors in com.atlassian.crowd.event.group with parameters of type Directory
GroupAttributeDeletedEvent(java.lang.Object source, Directory directory, Group group, java.lang.String attributeName)
           
GroupAttributeStoredEvent(java.lang.Object source, Directory directory, Group group, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
GroupCreatedEvent(java.lang.Object source, Directory directory, Group group)
           
GroupDeletedEvent(java.lang.Object source, Directory directory, java.lang.String groupName)
           
GroupMembershipCreatedEvent(java.lang.Object source, Directory directory, java.lang.String entityName, java.lang.String groupName, MembershipType membershipType)
           
GroupMembershipDeletedEvent(java.lang.Object source, Directory directory, java.lang.String entityName, java.lang.String groupName, MembershipType membershipType)
           
GroupUpdatedEvent(java.lang.Object source, Directory directory, Group group)
           
 

Uses of Directory in com.atlassian.crowd.event.role
 

Constructors in com.atlassian.crowd.event.role with parameters of type Directory
RoleCreatedEvent(java.lang.Object source, Directory directory, Group role)
           
RoleDeletedEvent(java.lang.Object source, Directory directory, java.lang.String roleName)
           
RoleMembershipCreatedEvent(java.lang.Object source, Directory directory, java.lang.String username, java.lang.String rolename)
           
RoleMembershipDeletedEvent(java.lang.Object source, Directory directory, java.lang.String username, java.lang.String roleName)
           
RoleUpdatedEvent(java.lang.Object source, Directory directory, Group role)
           
 

Uses of Directory in com.atlassian.crowd.event.user
 

Constructors in com.atlassian.crowd.event.user with parameters of type Directory
AutoUserCreatedEvent(java.lang.Object source, Directory directory, User user)
           
ResetPasswordEvent(java.lang.Object source, Directory directory, User user, java.lang.String newPassword)
           
UserAttributeDeletedEvent(java.lang.Object source, Directory directory, User user, java.lang.String attributeName)
           
UserAttributeStoredEvent(java.lang.Object source, Directory directory, User user, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
UserAuthenticationFailedInvalidAuthenticationEvent(java.lang.Object source, Directory directory, java.lang.String username)
           
UserCreatedEvent(java.lang.Object source, Directory directory, User user)
           
UserCredentialUpdatedEvent(java.lang.Object source, Directory directory, java.lang.String username, PasswordCredential newCredential)
           
UserDeletedEvent(java.lang.Object source, Directory directory, java.lang.String username)
           
UserUpdatedEvent(java.lang.Object source, Directory directory, User user)
           
 

Uses of Directory in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application with parameters of type Directory
 void ApplicationManager.addDirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, OperationType... operationTypes)
          Will add a DirectoryMapping between the passed in Application and Directory.
 void ApplicationManagerGeneric.addDirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, OperationType... operationTypes)
           
 void ApplicationManager.addGroupMapping(Application application, Directory directory, java.lang.String groupName)
          Will add a group mapping for the given application + directory mapping.
 void ApplicationManagerGeneric.addGroupMapping(Application application, Directory directory, java.lang.String groupName)
           
 void ApplicationManager.removeDirectoryFromApplication(Directory directory, Application application)
          Will remove a directory from an application.
 void ApplicationManagerGeneric.removeDirectoryFromApplication(Directory directory, Application application)
           
 void ApplicationManager.removeGroupMapping(Application application, Directory directory, java.lang.String groupName)
          Will remove a group mapping for the given application + directory mapping.
 void ApplicationManagerGeneric.removeGroupMapping(Application application, Directory directory, java.lang.String groupName)
           
 void ApplicationManager.updateDirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate)
          Will update the Directory Mapping, setting to enable/disable allowing all users to authenticate for the given mapping (not taking group membership into consideration)
 void ApplicationManagerGeneric.updateDirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate)
           
 void ApplicationManager.updateDirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, java.util.Set<OperationType> operationTypes)
          Will update a directory mapping against the Application moving it to the selected position in the list of DirectoryMappings.
 void ApplicationManagerGeneric.updateDirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, java.util.Set<OperationType> operationTypes)
           
 void ApplicationManager.updateDirectoryMapping(Application application, Directory directory, int position)
          Will update a directory mapping against the Application moving it to the selected position in the list of DirectoryMappings.
 void ApplicationManagerGeneric.updateDirectoryMapping(Application application, Directory directory, int position)
           
 

Uses of Directory in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory that return Directory
 Directory DirectoryManager.addDirectory(Directory directory)
          Adds the given directory.
 Directory DirectoryManagerGeneric.addDirectory(Directory directory)
           
 Directory DirectoryManager.findDirectoryById(long directoryID)
          Returns a Directory based on the passed in directoryId.
 Directory DirectoryManagerGeneric.findDirectoryById(long directoryId)
           
 Directory DirectoryManager.findDirectoryByName(java.lang.String name)
          Finds a directory given the supplied name.
 Directory DirectoryManagerGeneric.findDirectoryByName(java.lang.String name)
           
 Directory DirectoryManager.updateDirectory(Directory directory)
          Updates the passed in directory.
 Directory DirectoryManagerGeneric.updateDirectory(Directory directory)
           
 

Methods in com.atlassian.crowd.manager.directory that return types with arguments of type Directory
 java.util.List<Directory> DirectoryManager.findAllDirectories()
          Returns a List of all directories in the system.
 java.util.List<Directory> DirectoryManagerGeneric.findAllDirectories()
           
 java.util.List<Directory> DirectoryManager.searchDirectories(EntityQuery query)
          Returns a List of Directories matching the search query.
 java.util.List<Directory> DirectoryManagerGeneric.searchDirectories(EntityQuery query)
           
 

Methods in com.atlassian.crowd.manager.directory with parameters of type Directory
 Directory DirectoryManager.addDirectory(Directory directory)
          Adds the given directory.
 Directory DirectoryManagerGeneric.addDirectory(Directory directory)
           
 void DirectoryManager.removeDirectory(Directory directory)
          Removes a given directory and all its associated entities and mappings.
 void DirectoryManagerGeneric.removeDirectory(Directory directory)
           
 Directory DirectoryManager.updateDirectory(Directory directory)
          Updates the passed in directory.
 Directory DirectoryManagerGeneric.updateDirectory(Directory directory)
           
 

Uses of Directory in com.atlassian.crowd.manager.permission
 

Methods in com.atlassian.crowd.manager.permission with parameters of type Directory
 void PermissionManager.addPermission(Application application, Directory directory, OperationType operationType)
          Adds a permission for the given OperationType to an Application+Directory mapping.
 void PermissionManagerImpl.addPermission(Application application, Directory directory, OperationType operationType)
           
 void PermissionManager.addPermission(Directory directory, OperationType operationType)
           
 void PermissionManagerImpl.addPermission(Directory directory, OperationType operationType)
           
 boolean PermissionManager.hasPermission(Application application, Directory directory, OperationType operationType)
          Determine whether an application has permission to execute a particular operation on a given directory.
 boolean PermissionManagerImpl.hasPermission(Application application, Directory directory, OperationType operationType)
           
 boolean PermissionManager.hasPermission(Directory directory, OperationType operationType)
          Determine whether a directory has the permission to perform a certain operation.
 boolean PermissionManagerImpl.hasPermission(Directory directory, OperationType operationType)
           
 void PermissionManager.removePermission(Application application, Directory directory, OperationType operationType)
          Removes a permission with the given OperationType from the Application+Directory mapping
 void PermissionManagerImpl.removePermission(Application application, Directory directory, OperationType operationType)
           
 void PermissionManager.removePermission(Directory directory, OperationType operationType)
           
 void PermissionManagerImpl.removePermission(Directory directory, OperationType operationType)
           
 

Uses of Directory in com.atlassian.crowd.migration.legacy
 

Methods in com.atlassian.crowd.migration.legacy that return types with arguments of type Directory
protected  java.util.List<Directory> XmlMapper.findAllExportableDirectories()
          Finds all directories that have user/group/membership data that need to be exported (ie.
 

Uses of Directory in com.atlassian.crowd.model
 

Fields in com.atlassian.crowd.model declared as Directory
protected  Directory InternalDirectoryEntity.directory
           
 

Methods in com.atlassian.crowd.model that return Directory
 Directory InternalDirectoryEntity.getDirectory()
           
 

Constructors in com.atlassian.crowd.model with parameters of type Directory
InternalDirectoryEntity(InternalEntityTemplate template, Directory directory)
           
 

Uses of Directory in com.atlassian.crowd.model.application
 

Methods in com.atlassian.crowd.model.application that return Directory
 Directory GroupMapping.getDirectory()
           
 Directory DirectoryMapping.getDirectory()
           
 

Methods in com.atlassian.crowd.model.application with parameters of type Directory
 void ApplicationImpl.addDirectoryMapping(Directory directory, boolean allowAllToAuthenticate, OperationType... operationTypes)
           
 void GroupMapping.setDirectory(Directory directory)
           
 

Constructors in com.atlassian.crowd.model.application with parameters of type Directory
DirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate)
           
DirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, java.util.Set<OperationType> allowedOperations)
           
DirectoryMapping(java.lang.Long id, Application application, Directory directory, boolean allowAllToAuthenticate)
          Constructor used by XML import.
 

Uses of Directory in com.atlassian.crowd.model.directory
 

Classes in com.atlassian.crowd.model.directory that implement Directory
 class DirectoryImpl
           
 

Methods in com.atlassian.crowd.model.directory with parameters of type Directory
 void DirectoryImpl.updateDetailsFrom(Directory directory)
           
 

Constructors in com.atlassian.crowd.model.directory with parameters of type Directory
DirectoryImpl(Directory directory)
           
 

Uses of Directory in com.atlassian.crowd.model.group
 

Methods in com.atlassian.crowd.model.group that return Directory
 Directory InternalGroupAttribute.getDirectory()
           
 

Constructors in com.atlassian.crowd.model.group with parameters of type Directory
InternalGroup(Group group, Directory directory)
           
InternalGroup(InternalEntityTemplate internalEntityTemplate, Directory directory, GroupTemplate groupTemplate)
           
 

Uses of Directory in com.atlassian.crowd.model.membership
 

Methods in com.atlassian.crowd.model.membership that return Directory
 Directory InternalMembership.getDirectory()
           
 

Uses of Directory in com.atlassian.crowd.model.user
 

Methods in com.atlassian.crowd.model.user that return Directory
 Directory InternalUserAttribute.getDirectory()
           
 

Constructors in com.atlassian.crowd.model.user with parameters of type Directory
InternalUser(InternalEntityTemplate internalEntityTemplate, Directory directory, UserTemplate userTemplate, PasswordCredential credential)
          This constructor is used by the importer only.
InternalUser(User user, Directory directory, PasswordCredential credential)
          Constructor used for adding a new user.
InternalUser(UserTemplateWithCredentialAndAttributes user, Directory directory)
           
 

Uses of Directory in com.atlassian.crowd.upgrade.tasks
 

Methods in com.atlassian.crowd.upgrade.tasks that return types with arguments of type Directory
 java.util.List<Directory> UpgradeTask421.findAllDelegatingAuthenticationDirectories()
           
 java.util.List<Directory> UpgradeTask425.findAllInternalDirectories()
           
 



Copyright © 2010 Atlassian. All Rights Reserved.