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, GroupDAO groupDAO) SCIMLogicContext.scimLogic
(SCIMConfManager confManager) Constructors in org.apache.syncope.core.logic with parameters of type SCIMConfManagerModifierConstructorDescriptionSCIMDataBinder
(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor, GroupDAO groupDAO) 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, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMv2RESTCXFContext.scimv2AnyObjectService
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMv2RESTCXFContext.scimv2GroupService
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMv2RESTCXFContext.scimv2UserService
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, 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 SCIMConfManagerConstructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMConfManagerModifierConstructorDescriptionprotected
AbstractSCIMService
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMAnyObjectServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMGroupServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMUserServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager)