Uses of Interface
com.atlassian.jira.bc.security.login.LoginService
Packages that use LoginService
Package
Description
-
Uses of LoginService in com.atlassian.jira.bc.security.login
Classes in com.atlassian.jira.bc.security.login that implement LoginServiceConstructors in com.atlassian.jira.bc.security.login with parameters of type LoginServiceModifierConstructorDescriptionCaptchaValidatorImpl(JiraCaptchaService jiraCaptchaService, LoginService loginService) -
Uses of LoginService in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return LoginServiceModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.loginServiceImpl(LoginManager loginManager, ApplicationProperties applicationProperties, UserManager userManager, JiraContactHelper jiraContactHelper, JiraAuthenticationContext jiraAuthenticationContext) Methods in com.atlassian.jira.component.spring.registrar with parameters of type LoginServiceModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.captchaValidatorImpl(JiraCaptchaService jiraCaptchaService, LoginService loginService) JiraDomainEntitiesConfiguration.userChecker(UserKeyStore userKeyStore, LoginService loginService, FeatureManager featureManager, GlobalPermissionManager permissionManager, PropertiesManager propertiesManager, HttpServletVariables httpServetVariables) -
Uses of LoginService in com.atlassian.jira.dashboarditem.login
Constructors in com.atlassian.jira.dashboarditem.login with parameters of type LoginServiceModifierConstructorDescriptionLoginContextProvider(ApplicationProperties applicationProperties, LoginService loginService, JiraAuthenticationContext authenticationContext, RecoveryMode recoveryMode, HelpUrls helpUrls) -
Uses of LoginService in com.atlassian.jira.dev.rest
Constructors in com.atlassian.jira.dev.rest with parameters of type LoginService -
Uses of LoginService in com.atlassian.jira.gadgets.system
Constructors in com.atlassian.jira.gadgets.system with parameters of type LoginServiceModifierConstructorDescriptionLoginGadgetResource(JiraAuthenticationContext authenticationContext, LoginService loginService) -
Uses of LoginService in com.atlassian.jira.onboarding
Constructors in com.atlassian.jira.onboarding with parameters of type LoginServiceModifierConstructorDescriptionUserCheckerImpl(UserKeyStore userKeyStore, LoginService loginService, FeatureManager featureManager, GlobalPermissionManager permissionManager, PropertiesManager propertiesManager, HttpServletVariables httpServetVariables) -
Uses of LoginService in com.atlassian.jira.plugin.jql.function
Constructors in com.atlassian.jira.plugin.jql.function with parameters of type LoginServiceModifierConstructorDescriptionCurrentLoginFunction(LoginService loginService) LastLoginFunction(LoginService loginService) -
Uses of LoginService in com.atlassian.jira.projectconfig.rest.project
Constructors in com.atlassian.jira.projectconfig.rest.project with parameters of type LoginServiceModifierConstructorDescriptionRolesResource(ProjectRoleService roleService, ProjectService projectService, JiraAuthenticationContext jiraAuthenticationContext, AvatarService avatarService, LoginService loginService, DateTimeFormatter dateTimeFormatter, EmailFormatter emailFormatter, ApplicationRoleManager applicationRoleManager, UserManager userManager) -
Uses of LoginService in com.atlassian.jira.rest.auth
Constructors in com.atlassian.jira.rest.auth with parameters of type LoginServiceModifierConstructorDescriptionLogin(LoginService loginService, JiraAuthenticationContext jiraAuthenticationContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n, FeatureManager featureManager) -
Uses of LoginService in com.atlassian.jira.rest.v2.issue
Constructors in com.atlassian.jira.rest.v2.issue with parameters of type LoginServiceModifierConstructorDescriptionCurrentUserResource(UserUtil userUtil, UserManager userManager, PasswordPolicyManager passwordPolicyManager, com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper i18n, EmailFormatter emailFormatter, JiraAuthenticationContext authContext, TimeZoneManager timeZoneManager, AvatarService avatarService, JiraBaseUrls jiraBaseUrls, LoginService loginService, I18nHelper.BeanFactory beanFactory, ApplicationRoleBeanConverter applicationRoleBeanConverter, ApplicationRoleManager applicationRoleManager) UserResource(UserService userService, UserUtil userUtil, PasswordPolicyManager passwordPolicyManager, I18nHelper i18n, EmailFormatter emailFormatter, JiraAuthenticationContext authContext, TimeZoneManager timeZoneManager, AvatarPickerHelper avatarPickerHelper, AvatarManager avatarManager, AvatarService avatarService, TemporaryAvatarHelper temporaryAvatarHelper, UserPropertyManager userPropertyManager, PermissionManager permissionManager, GlobalPermissionManager globalPermissionManager, ProjectService projectService, IssueService issueService, ProjectManager projectManager, com.atlassian.event.api.EventPublisher eventPublisher, UserPickerResourceHelper userPickerHelper, JiraBaseUrls jiraBaseUrls, ColumnService columnService, XsrfInvocationChecker xsrfChecker, UserManager userManager, I18nHelper.BeanFactory beanFactory, ApplicationRoleManager applicationRoleManager, ApplicationRoleBeanConverter applicationRoleBeanConverter, UpdateUserApplicationHelper updateUserApplicationHelper, ResponseFactory responseFactory, ApplicationProperties applicationProperties, DuplicatedUsersHelper duplicatedUsersHelper, LoginService loginService, DateTimeFormatterFactory dateTimeFormatterFactory, StreamPages streamPages, StreamPageRequests streamPageRequests) -
Uses of LoginService in com.atlassian.jira.web.action
Constructors in com.atlassian.jira.web.action with parameters of type LoginServiceModifierConstructorDescriptionDashboard(PortalPageService portalPageService, ApplicationProperties applicationProperties, GadgetPermissionManager gadgetPermissionManager, LoginService loginService, UserHistoryManager userHistoryManager, com.atlassian.event.api.EventPublisher eventPublisher, JiraPageBuilderService jiraPageBuilderService, FeatureManager featureManager, XsrfTokenGenerator xsrfTokenGenerator, LandingPageRedirector landingPageRedirector, RequestAssetPhaseStore assetPhaseStore, PageBuildingStrategyFactory pageBuildingStrategyFactory) -
Uses of LoginService in com.atlassian.jira.web.action.admin.user
Constructors in com.atlassian.jira.web.action.admin.user with parameters of type LoginServiceModifierConstructorDescriptionResetFailedLoginCount(UserManager userManager, LoginService loginService) -
Uses of LoginService in com.atlassian.jira.web.action.user
Constructors in com.atlassian.jira.web.action.user with parameters of type LoginServiceModifierConstructorDescriptionChangePassword(UserUtil userUtil, UserManager userManager, PasswordPolicyManager passwordPolicyManager, LoginService loginService, PasswordChangeService passwordChangeService) EditProfile(com.atlassian.crowd.embedded.api.CrowdService crowdService, UserManager userManager, com.atlassian.event.api.EventPublisher eventPublisher, LoginService loginService) ResetPassword(UserUtil userUtil, UserManager userManager, LoginService loginService, com.atlassian.event.api.EventPublisher eventPublisher, PasswordPolicyManager passwordPolicyManager, PasswordChangeService passwordChangeService) -
Uses of LoginService in com.atlassian.sal.jira.authentication
Constructors in com.atlassian.sal.jira.authentication with parameters of type LoginServiceModifierConstructorDescriptionJiraAuthenticationListener(LoginService loginService, UserManager userManager)