Class PublicServiceAccessServiceImpl
java.lang.Object
org.alfresco.repo.security.permissions.impl.PublicServiceAccessServiceImpl
- All Implemented Interfaces:
PublicServiceAccessService,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware
public class PublicServiceAccessServiceImpl
extends Object
implements PublicServiceAccessService, org.springframework.beans.factory.BeanFactoryAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
-
Constructor Details
-
PublicServiceAccessServiceImpl
public PublicServiceAccessServiceImpl()
-
-
Method Details
-
hasAccess
- Specified by:
hasAccessin interfacePublicServiceAccessService- Parameters:
publicService- - the name of the public servicemethodName- - the method callargs- - the arguments to the method as you woud call the method- Returns:
- AccessStatus
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-