Uses of Class
org.apache.syncope.core.logic.scim.SCIMConfManager
Package
Description
-
Uses of SCIMConfManager in org.apache.syncope.core.logic
Modifier and TypeFieldDescriptionprotected final SCIMConfManager
SCIMDataBinder.confManager
protected final SCIMConfManager
SCIMLogic.confManager
Modifier and TypeMethodDescriptionSCIMLogicContext.scimConfManager
(ConfParamOps confParamOps, SchemaLogic schemaLogic) Modifier and TypeMethodDescriptionSCIMLogicContext.scimDataBinder
(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor) SCIMLogicContext.scimLogic
(SCIMConfManager confManager) ModifierConstructorDescriptionSCIMDataBinder
(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor) SCIMLogic
(SCIMConfManager confManager) -
Uses of SCIMConfManager in org.apache.syncope.core.rest.cxf
Modifier and TypeMethodDescriptionSCIMRESTCXFContext.scimConfService
(SCIMConfManager scimConfManager) -
Uses of SCIMConfManager in org.apache.syncope.core.rest.cxf.service
-
Uses of SCIMConfManager in org.apache.syncope.ext.scimv2.cxf
Modifier and TypeMethodDescriptionSCIMv2RESTCXFContext.scimService
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMv2RESTCXFContext.scimv2GroupService
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMv2RESTCXFContext.scimv2UserService
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager) -
Uses of SCIMConfManager in org.apache.syncope.ext.scimv2.cxf.service
Modifier and TypeFieldDescriptionprotected final SCIMConfManager
AbstractSCIMService.confManager
protected final SCIMConfManager
AbstractSCIMService.confManager
protected final SCIMConfManager
AbstractSCIMService.confManager
ModifierConstructorDescriptionSCIMGroupServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMUserServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager)