Class RestAisAuthentication

java.lang.Object
org.alfresco.rest.core.RestAisAuthentication

@Service public class RestAisAuthentication extends Object
  • Field Details

    • STEP_PREFIX

      public static String STEP_PREFIX
    • USER_DISABLED_MSG

      public static String USER_DISABLED_MSG
  • Constructor Details

    • RestAisAuthentication

      public RestAisAuthentication()
  • Method Details

    • getAisAuthenticationToken

      public String getAisAuthenticationToken(org.alfresco.utility.model.UserModel userModel)
      Get the AIS access token for the specified user model.
      Parameters:
      userModel -
      Returns:
    • isAisAuthenticationEnabled

      public Boolean isAisAuthenticationEnabled()
      Check if the Alfresco Identity Service is enabled
      Returns:
      True if Alfresco Identity Service is enabled (the identity service URL is not null or empty)