Uses of Class
org.apache.syncope.core.logic.SCIMDataBinder
Package
Description
-
Uses of SCIMDataBinder in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionSCIMLogicContext.scimDataBinder
(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor) -
Uses of SCIMDataBinder 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 SCIMDataBinder in org.apache.syncope.ext.scimv2.cxf.service
Modifier and TypeFieldDescriptionprotected final SCIMDataBinder
AbstractSCIMService.binder
protected final SCIMDataBinder
AbstractSCIMService.binder
protected final SCIMDataBinder
AbstractSCIMService.binder
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)