Package org.alfresco.utility.data.auth
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.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataAIS
public DataAIS()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
isEnabled
public boolean isEnabled() -
perform
-