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 SCIMConfManagerSCIMDataBinder. confManagerprotected SCIMConfManagerSCIMLogic. confManagerMethods in org.apache.syncope.core.logic that return SCIMConfManager Modifier and Type Method Description SCIMConfManagerSCIMLogicContext. scimConfManager(ConfParamOps confParamOps, SchemaLogic schemaLogic)Methods in org.apache.syncope.core.logic with parameters of type SCIMConfManager Modifier and Type Method Description SCIMDataBinderSCIMLogicContext. scimDataBinder(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor, GroupDAO groupDAO)SCIMLogicSCIMLogicContext. scimLogic(SCIMConfManager confManager)Constructors in org.apache.syncope.core.logic with parameters of type SCIMConfManager Constructor Description SCIMDataBinder(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 SCIMConfManager Modifier and Type Method Description SCIMConfServiceSCIMRESTCXFContext. 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 SCIMConfManagerSCIMConfServiceImpl. managerConstructors 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 SCIMServiceSCIMv2RESTCXFContext. scimService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic)SCIMAnyObjectServiceSCIMv2RESTCXFContext. scimv2AnyObjectService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager)SCIMGroupServiceSCIMv2RESTCXFContext. scimv2GroupService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager)SCIMUserServiceSCIMv2RESTCXFContext. 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 SCIMConfManager Modifier and Type Field Description protected SCIMConfManagerAbstractSCIMService. confManager
-