Uses of Class
org.apache.syncope.core.logic.scim.SCIMConfManager
-
-
Uses of SCIMConfManager in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SCIMConfManager Modifier and Type Field Description protected SCIMConfManager
SCIMDataBinder. confManager
protected SCIMConfManager
SCIMLogic. confManager
Methods in org.apache.syncope.core.logic that return SCIMConfManager Modifier and Type Method Description SCIMConfManager
SCIMLogicContext. scimConfManager(ConfParamOps confParamOps, SchemaLogic schemaLogic)
Methods in org.apache.syncope.core.logic with parameters of type SCIMConfManager Modifier and Type Method Description SCIMDataBinder
SCIMLogicContext. scimDataBinder(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor)
SCIMLogic
SCIMLogicContext. scimLogic(SCIMConfManager confManager)
Constructors in org.apache.syncope.core.logic with parameters of type SCIMConfManager Constructor Description SCIMDataBinder(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor)
SCIMLogic(SCIMConfManager confManager)
-
Uses of SCIMConfManager in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type SCIMConfManager Modifier and Type Method Description SCIMConfService
SCIMRESTCXFContext. scimConfService(SCIMConfManager scimConfManager)
-
Uses of SCIMConfManager in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as SCIMConfManager Modifier and Type Field Description protected SCIMConfManager
SCIMConfServiceImpl. manager
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type SCIMConfManager Constructor Description SCIMConfServiceImpl(SCIMConfManager manager)
-
Uses of SCIMConfManager in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type SCIMConfManager 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 SCIMConfManager in org.apache.syncope.ext.scimv2.cxf.service
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as SCIMConfManager Modifier and Type Field Description protected SCIMConfManager
AbstractSCIMService. confManager
protected SCIMConfManager
AbstractSCIMService. confManager
protected SCIMConfManager
AbstractSCIMService. confManager
Constructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMConfManager 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)
-