Uses of Interface
org.apache.syncope.core.logic.UserLogicOp
Packages that use UserLogicOp
Package
Description
-
Uses of UserLogicOp in org.apache.syncope.core.logic
Classes in org.apache.syncope.core.logic that implement UserLogicOpModifier and TypeClassDescriptionclassNote that this controller does not extendAbstractTransactionalLogic, hence does not provide any Spring's Transactional logic at class level.Fields in org.apache.syncope.core.logic declared as UserLogicOpModifier and TypeFieldDescriptionprotected final UserLogicOpRemediationLogic.userLogicprotected final UserLogicOpSCIMDataBinder.userLogicMethods in org.apache.syncope.core.logic that return UserLogicOpModifier and TypeMethodDescriptionIdRepoLogicContext.userLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, UserDataBinder binder, UserProvisioningManager provisioningManager, EncryptorManager encryptorManager, ConfParamOps confParamOps, GroupDAO groupDAO, AnySearchDAO searchDAO) Methods in org.apache.syncope.core.logic with parameters of type UserLogicOpModifier and TypeMethodDescriptionIdMLogicContext.remediationLogic(UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) SCIMLogicContext.scimDataBinder(SCIMConfManager confManager, UserLogicOp userLogic, AuthDataAccessor authDataAccessor, GroupDAO groupDAO, JexlTools jexlTools) Constructors in org.apache.syncope.core.logic with parameters of type UserLogicOpModifierConstructorDescriptionRemediationLogic(UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) SCIMDataBinder(SCIMConfManager confManager, UserLogicOp userLogic, AuthDataAccessor authDataAccessor, GroupDAO groupDAO, JexlTools jexlTools) -
Uses of UserLogicOp in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type UserLogicOpModifier and TypeMethodDescriptionIdRepoRESTCXFContext.userService(UserDAO userDAO, UserLogicOp userLogic, AnySearchCondVisitor searchCondVisitor) -
Uses of UserLogicOp in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as UserLogicOpConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type UserLogicOpModifierConstructorDescriptionUserServiceImpl(AnySearchCondVisitor searchCondVisitor, UserDAO userDAO, UserLogicOp logic) -
Uses of UserLogicOp in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type UserLogicOpModifier and TypeMethodDescriptionSCIMv2RESTCXFContext.scimService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMv2RESTCXFContext.scimv2AnyObjectService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMv2RESTCXFContext.scimv2GroupService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, JexlTools jexlTools) SCIMv2RESTCXFContext.scimv2UserService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) -
Uses of UserLogicOp in org.apache.syncope.ext.scimv2.cxf.service
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as UserLogicOpConstructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type UserLogicOpModifierConstructorDescriptionprotectedAbstractSCIMService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMAnyObjectServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMGroupServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, JexlTools jexlTools) SCIMServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMUserServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager)