cleanup
This commit is contained in:
parent
6b6a390fa4
commit
27724f0b04
@ -7,8 +7,6 @@ import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.scheduling.annotation.AsyncConfigurerSupport;
|
||||
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
|
||||
|
||||
import feign.RequestInterceptor;
|
||||
|
||||
@Configuration
|
||||
@ConditionalOnClass(AsyncConfigurerSupport.class)
|
||||
public class AsyncConfig extends AsyncConfigurerSupport {
|
||||
|
||||
@ -3,8 +3,6 @@ package com.knecon.fforesight.tenantcommons;
|
||||
import org.springframework.core.task.TaskDecorator;
|
||||
import org.springframework.lang.NonNull;
|
||||
|
||||
|
||||
|
||||
public class TenantAwareTaskDecorator implements TaskDecorator {
|
||||
|
||||
@Override
|
||||
|
||||
@ -1,11 +1,9 @@
|
||||
package com.knecon.fforesight.tenantcommons.model;
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonAlias;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
@ -22,4 +20,5 @@ public class AuthDetails {
|
||||
|
||||
private Set<String> clientRoles = new HashSet<>();
|
||||
private Set<String> realmRoles = new HashSet<>();
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user