Uses of Class
org.apache.syncope.core.logic.scim.SCIMConfManager
Packages that use SCIMConfManager
Package
Description
-
Uses of SCIMConfManager in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SCIMConfManagerModifier and TypeFieldDescriptionprotected final SCIMConfManager
SCIMDataBinder.confManager
protected final SCIMConfManager
SCIMLogic.confManager
Methods in org.apache.syncope.core.logic that return SCIMConfManagerModifier and TypeMethodDescriptionSCIMLogicContext.scimConfManager
(ConfParamOps confParamOps, SchemaLogic schemaLogic) Methods in org.apache.syncope.core.logic with parameters of type SCIMConfManagerModifier and TypeMethodDescriptionSCIMLogicContext.scimDataBinder
(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor) SCIMLogicContext.scimLogic
(SCIMConfManager confManager) Constructors in org.apache.syncope.core.logic with parameters of type SCIMConfManagerModifierConstructorDescriptionSCIMDataBinder
(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 SCIMConfManagerModifier and TypeMethodDescriptionSCIMRESTCXFContext.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 SCIMConfManagerConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type SCIMConfManager -
Uses of SCIMConfManager in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type SCIMConfManagerModifier 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
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as SCIMConfManagerModifier and TypeFieldDescriptionprotected final SCIMConfManager
AbstractSCIMService.confManager
protected final SCIMConfManager
AbstractSCIMService.confManager
protected final SCIMConfManager
AbstractSCIMService.confManager
Constructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMConfManagerModifierConstructorDescriptionSCIMGroupServiceImpl
(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)