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 Details

    • PublicServiceAccessServiceImpl

      public PublicServiceAccessServiceImpl()
  • Method Details

    • hasAccess

      public 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