Uses of Interface
com.atlassian.jira.onboarding.UserChecker
Packages that use UserChecker
-
Uses of UserChecker in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return UserCheckerModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.userChecker(UserKeyStore userKeyStore, LoginService loginService, FeatureManager featureManager, GlobalPermissionManager permissionManager, PropertiesManager propertiesManager, HttpServletVariables httpServetVariables) Methods in com.atlassian.jira.component.spring.registrar with parameters of type UserCheckerModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.onboardingService(com.atlassian.plugin.PluginAccessor pluginAccessor, OnboardingStore store, UserChecker userChecker, LandingPageRegistrar landingPageRegistrar) -
Uses of UserChecker in com.atlassian.jira.onboarding
Classes in com.atlassian.jira.onboarding that implement UserCheckerConstructors in com.atlassian.jira.onboarding with parameters of type UserCheckerModifierConstructorDescriptionOnboardingServiceImpl(com.atlassian.plugin.PluginAccessor pluginAccessor, OnboardingStore store, UserChecker userChecker, LandingPageRegistrar landingPageRegistrar)