Uses of Class
org.exoplatform.portal.config.UserACL
Packages that use UserACL
Package
Description
-
Uses of UserACL in org.exoplatform.portal.config
Methods in org.exoplatform.portal.config that return UserACLConstructors in org.exoplatform.portal.config with parameters of type UserACLModifierConstructorDescriptionDefaultGroupVisibilityPlugin(UserACL userACL) NewPortalConfigListener(UserPortalConfigService owner, org.exoplatform.portal.mop.service.LayoutService layoutService, org.exoplatform.container.configuration.ConfigurationManager cmanager, org.exoplatform.container.xml.InitParams params, org.exoplatform.portal.mop.service.NavigationService navigationService, org.exoplatform.portal.mop.storage.DescriptionStorage descriptionStorage, UserACL userACL, org.exoplatform.services.resources.LocaleConfigService localeConfigService) UserPortalConfigService(UserACL userACL, org.exoplatform.portal.mop.service.LayoutService storage, org.exoplatform.services.organization.OrganizationService orgService, org.exoplatform.portal.mop.service.NavigationService navService, org.exoplatform.portal.mop.storage.DescriptionStorage descriptionService, org.exoplatform.portal.mop.storage.PageStorage pageStorage, org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.container.xml.InitParams params) -
Uses of UserACL in org.exoplatform.portal.mop.rest
Methods in org.exoplatform.portal.mop.rest with parameters of type UserACLModifier and TypeMethodDescriptionstatic List<UserNodeRestEntity> EntityBuilder.toUserNodeRestEntity(Collection<UserNode> nodes, boolean expand, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.portal.mop.service.LayoutService layoutService, UserACL userACL, UserPortal userPortal, boolean expandBreadcrumb) Constructors in org.exoplatform.portal.mop.rest with parameters of type UserACLModifierConstructorDescriptionNavigationRest(UserPortalConfigService portalConfigService, org.exoplatform.portal.mop.service.LayoutService layoutService, org.exoplatform.services.organization.OrganizationService organizationService, UserACL userACL) -
Uses of UserACL in org.exoplatform.portal.rest
Constructors in org.exoplatform.portal.rest with parameters of type UserACLModifierConstructorDescriptionGroupRestResourcesV1(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.organization.search.GroupSearchService groupSearchService, UserACL userACL) MembershipTypeRestResourcesV1(org.exoplatform.services.organization.OrganizationService organizationService, UserACL userACL) UserRestResourcesV1(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.organization.search.UserSearchService userSearchService, UserACL userACL, org.exoplatform.web.login.recovery.PasswordRecoveryService passwordRecoveryService) -
Uses of UserACL in org.exoplatform.settings.rest
Constructors in org.exoplatform.settings.rest with parameters of type UserACLModifierConstructorDescriptionSettingResource(org.exoplatform.commons.api.settings.SettingService settingService, UserACL userACL)