Uses of Class
org.apache.syncope.core.logic.SCIMDataBinder
-
Packages that use SCIMDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.ext.scimv2.cxf org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of SCIMDataBinder in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SCIMDataBinder Modifier and Type Method Description SCIMDataBinder
SCIMLogicContext. scimDataBinder(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor)
-
Uses of SCIMDataBinder in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type SCIMDataBinder Modifier and Type Method Description SCIMService
SCIMv2RESTCXFContext. scimService(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic)
SCIMGroupService
SCIMv2RESTCXFContext. scimv2GroupService(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager)
SCIMUserService
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
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as SCIMDataBinder Modifier and Type Field Description protected SCIMDataBinder
AbstractSCIMService. binder
protected SCIMDataBinder
AbstractSCIMService. binder
protected SCIMDataBinder
AbstractSCIMService. binder
Constructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMDataBinder Constructor Description SCIMGroupServiceImpl(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)
-