Uses of Class
org.apache.syncope.core.logic.SCIMLogic
-
Packages that use SCIMLogic Package Description org.apache.syncope.core.logic org.apache.syncope.ext.scimv2.cxf org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of SCIMLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SCIMLogic Modifier and Type Method Description SCIMLogic
SCIMLogicContext. scimLogic(SCIMConfManager confManager)
-
Uses of SCIMLogic in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type SCIMLogic Modifier and Type Method Description SCIMService
SCIMv2RESTCXFContext. scimService(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic)
-
Uses of SCIMLogic in org.apache.syncope.ext.scimv2.cxf.service
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as SCIMLogic Modifier and Type Field Description protected SCIMLogic
SCIMServiceImpl. scimLogic
Constructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMLogic Constructor Description SCIMServiceImpl(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic)
-