Uses of Interface
com.atlassian.crowd.manager.application.InternalApplicationHelper
Packages that use InternalApplicationHelper
Package
Description
-
Uses of InternalApplicationHelper in com.atlassian.crowd.console.embedded.api
Constructors in com.atlassian.crowd.console.embedded.api with parameters of type InternalApplicationHelperModifierConstructorDescriptionCrowdApplicationFactory(InternalApplicationHelper applicationHelper) -
Uses of InternalApplicationHelper in com.atlassian.crowd.manager.application
Classes in com.atlassian.crowd.manager.application that implement InternalApplicationHelper -
Uses of InternalApplicationHelper in com.atlassian.crowd.manager.permission
Constructors in com.atlassian.crowd.manager.permission with parameters of type InternalApplicationHelperModifierConstructorDescriptionUserPermissionAdminServiceImpl(InternalUserPermissionDAO permissionDAO, UserPermissionService permissionService, AuthenticatedUserProvider userProvider, DirectoryManager directoryManager, InternalApplicationHelper applicationHelper) -
Uses of InternalApplicationHelper in com.atlassian.crowd.service
Fields in com.atlassian.crowd.service declared as InternalApplicationHelperModifier and TypeFieldDescriptionprotected final InternalApplicationHelperAbstractUserService.internalApplicationHelperConstructors in com.atlassian.crowd.service with parameters of type InternalApplicationHelperModifierConstructorDescriptionAbstractUserService(InternalApplicationHelper internalApplicationHelper, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, UserPermissionService userPermissionService, AuthenticatedUserProvider authenticatedUserProvider) UserServiceImpl(InternalApplicationHelper internalApplicationHelper, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, UserPermissionService userPermissionService, AuthenticatedUserProvider authenticatedUserProvider, ApplicationFactory applicationFactory, UserAuthoritiesProvider userAuthoritiesProvider) -
Uses of InternalApplicationHelper in com.atlassian.crowd.sso.saml
Methods in com.atlassian.crowd.sso.saml with parameters of type InternalApplicationHelperModifier and TypeMethodDescriptionSsoSamlConfiguration.emailIdentifierProvider(EmailAddressValidator emailValidator, InternalApplicationHelper internalApplicationHelper, CanonicalUsersByEmailFinder canonicalUsersByEmailFinder) -
Uses of InternalApplicationHelper in com.atlassian.crowd.sso.saml.impl.opensaml.action.email
Constructors in com.atlassian.crowd.sso.saml.impl.opensaml.action.email with parameters of type InternalApplicationHelperModifierConstructorDescriptionDuplicateEmailChecker(InternalApplicationHelper internalApplicationHelper, CanonicalUsersByEmailFinder canonicalUsersByEmailFinder)