@Service @Scope(value="prototype") public class DataAIS extends Object implements org.springframework.beans.factory.InitializingBean
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.| Modifier and Type | Class and Description |
|---|---|
class |
DataAIS.Builder |
| Constructor and Description |
|---|
DataAIS() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
boolean |
isEnabled() |
DataAIS.Builder |
perform() |
void |
setAisProperties(TasAisProperties aisProperties) |
void |
setAuthzClient(org.keycloak.authorization.client.AuthzClient authzClient) |
void |
setUsersResource(org.keycloak.admin.client.resource.UsersResource usersResource) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic boolean isEnabled()
public void setUsersResource(org.keycloak.admin.client.resource.UsersResource usersResource)
public void setAuthzClient(org.keycloak.authorization.client.AuthzClient authzClient)
public void setAisProperties(TasAisProperties aisProperties)
public DataAIS.Builder perform()
Copyright © 2005–2019 Alfresco Software. All rights reserved.