Uses of Interface
org.alfresco.service.cmr.security.AuthorityService
-
-
Uses of AuthorityService in org.alfresco.email.server
Methods in org.alfresco.email.server with parameters of type AuthorityService Modifier and Type Method Description voidEmailServiceImpl. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.filesys
Methods in org.alfresco.filesys that return AuthorityService Modifier and Type Method Description AuthorityServiceAbstractServerConfigurationBean. getAuthorityService()Return the authority serviceAuthorityServiceAlfrescoConfigSection. getAuthorityService()Return the authority serviceMethods in org.alfresco.filesys with parameters of type AuthorityService Modifier and Type Method Description voidAbstractServerConfigurationBean. setAuthorityService(AuthorityService authService)Set the authority service -
Uses of AuthorityService in org.alfresco.filesys.auth.ftp
Methods in org.alfresco.filesys.auth.ftp that return AuthorityService Modifier and Type Method Description protected AuthorityServiceFTPAuthenticatorBase. getAuthorityService()Return the authority serviceMethods in org.alfresco.filesys.auth.ftp with parameters of type AuthorityService Modifier and Type Method Description voidFTPAuthenticatorBase. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.heartbeat
Methods in org.alfresco.heartbeat with parameters of type AuthorityService Modifier and Type Method Description voidAuthoritiesDataCollector. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.opencmis
Methods in org.alfresco.opencmis with parameters of type AuthorityService Modifier and Type Method Description voidAlfrescoCmisServiceFactory. setAuthorityService(AuthorityService authorityService)Sets the Authority Service. -
Uses of AuthorityService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type AuthorityService Modifier and Type Method Description voidMailActionExecuter. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.repo.activities
Methods in org.alfresco.repo.activities with parameters of type AuthorityService Modifier and Type Method Description voidActivityServiceImpl. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.repo.admin
Fields in org.alfresco.repo.admin declared as AuthorityService Modifier and Type Field Description protected AuthorityServiceBaseInterpreter. authorityServiceMethods in org.alfresco.repo.admin with parameters of type AuthorityService Modifier and Type Method Description voidBaseInterpreter. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl with parameters of type AuthorityService Modifier and Type Method Description voidAddGroupAuthorityPatch. setAuthorityService(AuthorityService authorityService)Sets the authority service.voidAddSurfConfigFoldersPatch. setAuthorityService(AuthorityService authorityService)voidRenameSiteAuthorityDisplayName. setAuthorityService(AuthorityService authorityService)The authority servicevoidSiteLoadPatch. setAuthorityService(AuthorityService authorityService)Sets the Authority Service to be used for groups and people -
Uses of AuthorityService in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary with parameters of type AuthorityService Modifier and Type Method Description voidCustomModelServiceImpl. setAuthorityService(AuthorityService authorityService)voidDictionaryModelType. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer with parameters of type AuthorityService Modifier and Type Method Description voidImporterComponent. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript with parameters of type AuthorityService Modifier and Type Method Description voidPeople. setAuthorityService(AuthorityService authorityService)Set the authority service -
Uses of AuthorityService in org.alfresco.repo.node.archive
Methods in org.alfresco.repo.node.archive with parameters of type AuthorityService Modifier and Type Method Description voidNodeArchiveServiceImpl. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.repo.preference
Methods in org.alfresco.repo.preference with parameters of type AuthorityService Modifier and Type Method Description voidPreferenceServiceImpl. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.repo.quickshare
Methods in org.alfresco.repo.quickshare with parameters of type AuthorityService Modifier and Type Method Description voidQuickShareServiceImpl. setAuthorityService(AuthorityService authorityService)Spring configuration -
Uses of AuthorityService in org.alfresco.repo.search.impl.solr.facet
Methods in org.alfresco.repo.search.impl.solr.facet with parameters of type AuthorityService Modifier and Type Method Description voidSolrFacetServiceImpl. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.repo.security.authentication
Fields in org.alfresco.repo.security.authentication declared as AuthorityService Modifier and Type Field Description protected AuthorityServiceRepositoryAuthenticationDao. authorityServiceMethods in org.alfresco.repo.security.authentication with parameters of type AuthorityService Modifier and Type Method Description voidRepositoryAuthenticationDao. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.repo.security.authority
Classes in org.alfresco.repo.security.authority that implement AuthorityService Modifier and Type Class Description classAuthorityServiceImplThe default implementation of the authority service.Methods in org.alfresco.repo.security.authority with parameters of type AuthorityService Modifier and Type Method Description voidAuthorityTypeBehaviour. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.repo.security.authority.script
Methods in org.alfresco.repo.security.authority.script that return AuthorityService Modifier and Type Method Description AuthorityServiceScriptAuthorityService. getAuthorityService()Constructors in org.alfresco.repo.security.authority.script with parameters of type AuthorityService Constructor Description ScriptGroup(java.lang.String fullName, AuthorityService authorityService)Deprecated.UseScriptGroup(String, ServiceRegistry, Scriptable)instead -
Uses of AuthorityService in org.alfresco.repo.security.permissions.impl
Fields in org.alfresco.repo.security.permissions.impl declared as AuthorityService Modifier and Type Field Description protected AuthorityServicePermissionServiceImpl. authorityServiceMethods in org.alfresco.repo.security.permissions.impl with parameters of type AuthorityService Modifier and Type Method Description voidPermissionServiceImpl. setAuthorityService(AuthorityService authorityService)Set the authority service. -
Uses of AuthorityService in org.alfresco.repo.security.permissions.impl.acegi
Methods in org.alfresco.repo.security.permissions.impl.acegi with parameters of type AuthorityService Modifier and Type Method Description voidACLEntryVoter. setAuthorityService(AuthorityService authorityService)Set the authority service -
Uses of AuthorityService in org.alfresco.repo.security.person
Fields in org.alfresco.repo.security.person declared as AuthorityService Modifier and Type Field Description protected AuthorityServiceGetPeopleCannedQueryFactory. authorityServiceMethods in org.alfresco.repo.security.person with parameters of type AuthorityService Modifier and Type Method Description voidGetPeopleCannedQueryFactory. setAuthorityService(AuthorityService authorityService)voidPersonServiceImpl. setAuthorityService(AuthorityService authorityService)Constructors in org.alfresco.repo.security.person with parameters of type AuthorityService Constructor Description GetPeopleCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, org.alfresco.repo.tenant.TenantService tenantService, org.alfresco.service.cmr.repository.NodeService nodeService, AuthorityService authorityService, org.alfresco.query.CannedQueryParameters params)HomeFolderProviderSynchronizer(TransactionService transactionService, AuthorityService authorityService, PersonService personService, FileFolderService fileFolderService, org.alfresco.service.cmr.repository.NodeService nodeService, PortableHomeFolderManager homeFolderManager, TenantAdminService tenantAdminService) -
Uses of AuthorityService in org.alfresco.repo.security.sync
Methods in org.alfresco.repo.security.sync with parameters of type AuthorityService Modifier and Type Method Description voidChainingUserRegistrySynchronizer. setAuthorityService(AuthorityService authorityService)Sets the authority service. -
Uses of AuthorityService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return AuthorityService Modifier and Type Method Description AuthorityServiceServiceDescriptorRegistry. getAuthorityService() -
Uses of AuthorityService in org.alfresco.repo.site
Methods in org.alfresco.repo.site with parameters of type AuthorityService Modifier and Type Method Description voidSiteServiceImpl. setAuthorityService(AuthorityService authorityService)Set the authority service -
Uses of AuthorityService in org.alfresco.repo.subscriptions
Fields in org.alfresco.repo.subscriptions declared as AuthorityService Modifier and Type Field Description protected AuthorityServiceSubscriptionServiceImpl. authorityServiceMethods in org.alfresco.repo.subscriptions with parameters of type AuthorityService Modifier and Type Method Description voidSubscriptionServiceImpl. setAuthorityService(AuthorityService authorityService)Sets the authority service. -
Uses of AuthorityService in org.alfresco.repo.template
Methods in org.alfresco.repo.template with parameters of type AuthorityService Modifier and Type Method Description voidPeople. setAuthorityService(AuthorityService authorityService)Set the authority service -
Uses of AuthorityService in org.alfresco.repo.usage
Methods in org.alfresco.repo.usage with parameters of type AuthorityService Modifier and Type Method Description voidRepoUsageComponentImpl. setAuthorityService(AuthorityService authorityService)voidUsageQuotaProtector. setAuthorityService(AuthorityService authorityService) -
Uses of AuthorityService in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow with parameters of type AuthorityService Modifier and Type Method Description voidWorkflowServiceImpl. setAuthorityService(AuthorityService authorityService)Sets the Authority Service -
Uses of AuthorityService in org.alfresco.service
Methods in org.alfresco.service that return AuthorityService Modifier and Type Method Description AuthorityServiceServiceRegistry. getAuthorityService() -
Uses of AuthorityService in org.alfresco.service.cmr.workflow
Methods in org.alfresco.service.cmr.workflow with parameters of type AuthorityService Modifier and Type Method Description voidWorkflowPermissionInterceptor. setAuthorityService(AuthorityService authorityService)
-