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 PublicServiceAccessService
publicService
- - 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.BeanFactoryAware
org.springframework.beans.BeansException
Copyright © 2005–2017 Alfresco Software. All rights reserved.