public class PublicServiceAccessServiceImpl extends Object implements PublicServiceAccessService, org.springframework.beans.factory.BeanFactoryAware
| Constructor and Description |
|---|
PublicServiceAccessServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.security.AccessStatus |
hasAccess(String publicService,
String methodName,
Object... args) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public org.alfresco.service.cmr.security.AccessStatus hasAccess(String publicService, String methodName, Object... args)
hasAccess in interface PublicServiceAccessServicepublicService - - the name of the public servicemethodName - - the method callargs - - the arguments to the method as you woud call the methodpublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.