Uses of Class
org.apache.syncope.core.logic.UserLogic
Packages that use UserLogic
Package
Description
-
Uses of UserLogic in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as UserLogicModifier and TypeFieldDescriptionprotected final UserLogic
RemediationLogic.userLogic
protected final UserLogic
SCIMDataBinder.userLogic
Methods in org.apache.syncope.core.logic that return UserLogicModifier and TypeMethodDescriptionIdRepoLogicContext.userLogic
(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserDataBinder binder, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleProvider ruleProvider) Methods in org.apache.syncope.core.logic with parameters of type UserLogicModifier and TypeMethodDescriptionIdMLogicContext.remediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) SCIMLogicContext.scimDataBinder
(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor) Constructors in org.apache.syncope.core.logic with parameters of type UserLogicModifierConstructorDescriptionRemediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) SCIMDataBinder
(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor) -
Uses of UserLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type UserLogicModifier and TypeMethodDescriptionIdRepoRESTCXFContext.userSelfService
(UserLogic userLogic, SyncopeLogic syncopeLogic) IdRepoRESTCXFContext.userService
(UserDAO userDAO, UserLogic userLogic, SearchCondVisitor searchCondVisitor) -
Uses of UserLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as UserLogicModifier and TypeFieldDescriptionprotected final UserLogic
UserSelfServiceImpl.logic
protected final UserLogic
UserServiceImpl.logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type UserLogicModifierConstructorDescriptionUserSelfServiceImpl
(UserLogic logic, SyncopeLogic syncopeLogic) UserServiceImpl
(SearchCondVisitor searchCondVisitor, UserDAO userDAO, UserLogic logic) -
Uses of UserLogic in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type UserLogicModifier 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 UserLogic in org.apache.syncope.ext.scimv2.cxf.service
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as UserLogicModifier and TypeFieldDescriptionprotected final UserLogic
AbstractSCIMService.userLogic
protected final UserLogic
AbstractSCIMService.userLogic
protected final UserLogic
AbstractSCIMService.userLogic
Constructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type UserLogicModifierConstructorDescriptionSCIMGroupServiceImpl
(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)