Uses of Class
org.apache.syncope.core.logic.UserLogic
Package
Description
-
Uses of UserLogic in org.apache.syncope.core.logic
Modifier and TypeFieldDescriptionprotected final UserLogic
RemediationLogic.userLogic
protected final UserLogic
SCIMDataBinder.userLogic
Modifier 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) Modifier and TypeMethodDescriptionIdMLogicContext.remediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) SCIMLogicContext.scimDataBinder
(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor) ModifierConstructorDescriptionRemediationLogic
(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
Modifier 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
Modifier and TypeFieldDescriptionprotected final UserLogic
UserSelfServiceImpl.logic
protected final UserLogic
UserServiceImpl.logic
ModifierConstructorDescriptionUserSelfServiceImpl
(UserLogic logic, SyncopeLogic syncopeLogic) UserServiceImpl
(SearchCondVisitor searchCondVisitor, UserDAO userDAO, UserLogic logic) -
Uses of UserLogic in org.apache.syncope.ext.scimv2.cxf
Modifier 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
Modifier and TypeFieldDescriptionprotected final UserLogic
AbstractSCIMService.userLogic
protected final UserLogic
AbstractSCIMService.userLogic
protected final UserLogic
AbstractSCIMService.userLogic
ModifierConstructorDescriptionSCIMGroupServiceImpl
(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)