Package org.apache.syncope.core.logic
Class SCIMLogicContext
java.lang.Object
org.apache.syncope.core.logic.SCIMLogicContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionscimConfManager
(ConfParamOps confParamOps, SchemaLogic schemaLogic) scimDataBinder
(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor) scimLogic
(SCIMConfManager confManager)
-
Constructor Details
-
SCIMLogicContext
public SCIMLogicContext()
-
-
Method Details
-
scimLoader
-
scimConfManager
@ConditionalOnMissingBean @Bean public SCIMConfManager scimConfManager(ConfParamOps confParamOps, SchemaLogic schemaLogic) -
scimDataBinder
@ConditionalOnMissingBean @Bean public SCIMDataBinder scimDataBinder(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor) -
scimLogic
-