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

Packages that use Directory
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.impl   
 

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

Fields in com.atlassian.crowd.embedded.api with type parameters of type Directory
static com.google.common.base.Predicate<Directory> Directories.ACTIVE_FILTER
          A predicate that matches directories that are active
static com.google.common.base.Function<Directory,String> Directories.NAME_FUNCTION
          A function that projects the directory name
 

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

Methods in com.atlassian.crowd.embedded.api that return types with arguments of type Directory
static com.google.common.base.Predicate<Directory> Directories.directoryWithIdPredicate(long directoryId)
          Matches for directories with the specified directoryId.
 List<Directory> CrowdDirectoryService.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 CrowdDirectoryService.addDirectory(Directory directory)
          Will add a new Directory into the local database.
 void CrowdDirectoryService.testConnection(Directory directory)
          Test if a connection to the directory server can be established.
 Directory CrowdDirectoryService.updateDirectory(Directory directory)
          Will update the Directory.
 

Method parameters in com.atlassian.crowd.embedded.api with type arguments of type Directory
static Iterable<String> Directories.namesOf(Iterable<? extends Directory> directories)
          Transforms directories into their names.
 

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

Methods in com.atlassian.crowd.embedded.impl with parameters of type Directory
static UserCapabilities DirectoryUserCapabilities.fromDirectory(Directory directory)
           
 



Copyright © 2016 Atlassian. All Rights Reserved.