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, EncryptorManager encryptorManager) 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, GroupDAO groupDAO) 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, GroupDAO groupDAO) -
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, SyncopeLogic syncopeLogic, 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, SyncopeLogic syncopeLogic) -
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, 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 UserLogic in org.apache.syncope.ext.scimv2.cxf.service
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as UserLogicConstructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type UserLogicModifierConstructorDescriptionprotected
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)