Package org.activiti.cloud.identity.web
Annotation Interface EnableIdentityManagementRestAPI
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Import({IdentityManagementController.class,IdentityManagementRestExceptionHandler.class,IdentitySearchCacheConfiguration.class})
public @interface EnableIdentityManagementRestAPI
This annotation enables the IdentityManagementRestController that exposes
users and groups search using the target identity management service (e.g. Keycloak)