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 CustomJWTSSOProvidercustomJWTSSOProvider(AnySearchDAO anySearchDAO, AuthDataAccessor authDataAccessor)ElasticsearchInitelasticsearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)EnableFlowableForTestUsersenableFlowableForTestUsers(UserDAO userDAO)ImplementationLookupimplementationLookup(UserWorkflowAdapter uwf, AnySearchDAO anySearchDAO, EnableFlowableForTestUsers enableFlowableForTestUsers, ElasticsearchInit elasticsearchInit, OpenSearchInit openSearchInit)OpenSearchInitopenSearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)AuditAppendertestFileAuditAppender()AuditAppendertestFileRewriteAuditAppender()
-
-
-
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
-
-