public class PublicServiceAccessServiceImpl extends java.lang.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(java.lang.String publicService,
java.lang.String methodName,
java.lang.Object[] args) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public org.alfresco.service.cmr.security.AccessStatus hasAccess(java.lang.String publicService,
java.lang.String methodName,
java.lang.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 - 2010 Alfresco Software, Inc. All Rights Reserved.