IMPERSONATE api alfresco
Hello,I'm trying to do the impersonation through the alfresco API in java.I found a guide that makes this exampleublic String impersonate(String username) { String currentUser = AuthenticationUtil.getFullyAuthenticatedUser(); if (currentUser == null...