Uses of Class
com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
-
Packages that use CrowdUserDirectoryImplementation Package Description com.atlassian.confluence.user.crowd -
-
Uses of CrowdUserDirectoryImplementation in com.atlassian.confluence.user.crowd
Methods in com.atlassian.confluence.user.crowd that return CrowdUserDirectoryImplementation Modifier and Type Method Description static CrowdUserDirectoryImplementationCrowdUserDirectoryImplementation. getByImplementationClass(String implementationClass)CrowdUserDirectoryImplementationCrowdUserDirectoryHelper. getUserDirectoryImplementation(long directoryId)CrowdUserDirectoryImplementationDefaultCrowdUserDirectoryHelper. getUserDirectoryImplementation(long directoryId)static CrowdUserDirectoryImplementationCrowdUserDirectoryImplementation. valueOf(String name)Returns the enum constant of this type with the specified name.static CrowdUserDirectoryImplementation[]CrowdUserDirectoryImplementation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-