Annotation Type RunAsSystem


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface RunAsSystem
    Indicates methods that are run as the system user.

    The implementation uses Spring AOP. See the Transactional documentation for limitations regarding Spring AOP.

    See Also:
    AuthenticationUtil.runAsSystem(org.alfresco.repo.security.authentication.AuthenticationUtil.RunAsWork)