Class CoreReferenceContext
- java.lang.Object
-
- org.apache.syncope.fit.core.reference.CoreReferenceContext
-
@AutoConfigureBefore(IdRepoLogicContext.class) @ComponentScan("org.apache.syncope.fit.core.reference") @Configuration(proxyBeanMethods=false) public class CoreReferenceContext extends Object
-
-
Constructor Summary
Constructors Constructor Description CoreReferenceContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomJWTSSOProvider
customJWTSSOProvider(AnySearchDAO anySearchDAO, AuthDataAccessor authDataAccessor)
ElasticsearchInit
elasticsearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
EnableFlowableForTestUsers
enableFlowableForTestUsers(UserDAO userDAO)
ImplementationLookup
implementationLookup(UserWorkflowAdapter uwf, AnySearchDAO anySearchDAO, EnableFlowableForTestUsers enableFlowableForTestUsers, ElasticsearchInit elasticsearchInit, OpenSearchInit openSearchInit)
OpenSearchInit
openSearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
AuditAppender
testFileAuditAppender()
AuditAppender
testFileRewriteAuditAppender()
-
-
-
Method Detail
-
elasticsearchInit
@Bean public ElasticsearchInit elasticsearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
-
openSearchInit
@Bean public OpenSearchInit openSearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
-
enableFlowableForTestUsers
@Bean public EnableFlowableForTestUsers enableFlowableForTestUsers(UserDAO userDAO)
-
implementationLookup
@Bean public ImplementationLookup implementationLookup(UserWorkflowAdapter uwf, AnySearchDAO anySearchDAO, EnableFlowableForTestUsers enableFlowableForTestUsers, ElasticsearchInit elasticsearchInit, OpenSearchInit openSearchInit)
-
testFileAuditAppender
@Bean public AuditAppender testFileAuditAppender()
-
testFileRewriteAuditAppender
@Bean public AuditAppender testFileRewriteAuditAppender()
-
customJWTSSOProvider
@Bean public CustomJWTSSOProvider customJWTSSOProvider(AnySearchDAO anySearchDAO, @Lazy AuthDataAccessor authDataAccessor) throws com.nimbusds.jose.JOSEException
- Throws:
com.nimbusds.jose.JOSEException
-
-