Class DataAIS

java.lang.Object
org.alfresco.utility.data.auth.DataAIS
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Service @Scope("prototype") public class DataAIS extends Object implements org.springframework.beans.factory.InitializingBean
DataAIS provides access to Alfresco Identity Service users resource. Check that isEnabled() is true before calling to perform(). The AIS support is enabled by setting identity-service.auth-server-url property and can be further configured by setting properties defined in TasAisProperties.
  • Constructor Details

    • DataAIS

      public DataAIS()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • isEnabled

      public boolean isEnabled()
    • perform

      public DataAIS.Builder perform()