Class 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 Detail

      • PublicServiceAccessServiceImpl

        public PublicServiceAccessServiceImpl()
    • Method Detail

      • hasAccess

        public org.alfresco.service.cmr.security.AccessStatus hasAccess​(String publicService,
                                                                        String methodName,
                                                                        Object... args)
        Specified by:
        hasAccess in interface PublicServiceAccessService
        Parameters:
        publicService - - the name of the public service
        methodName - - the method call
        args - - 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:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
        Throws:
        org.springframework.beans.BeansException