Uses of Class
org.apache.syncope.core.logic.UserLogic
-
-
Uses of UserLogic in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as UserLogic Modifier and Type Field Description protected UserLogicRemediationLogic. userLogicprotected UserLogicSCIMDataBinder. userLogicMethods in org.apache.syncope.core.logic that return UserLogic Modifier and Type Method Description UserLogicIdRepoLogicContext. userLogic(UserDataBinder binder, TemplateUtils templateUtils, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleEnforcer ruleEnforcer)Methods in org.apache.syncope.core.logic with parameters of type UserLogic Modifier and Type Method Description RemediationLogicIdMLogicContext. remediationLogic(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO)SCIMDataBinderSCIMLogicContext. scimDataBinder(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor, GroupDAO groupDAO)Constructors in org.apache.syncope.core.logic with parameters of type UserLogic Constructor Description RemediationLogic(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 UserLogic Modifier and Type Method Description UserSelfServiceIdRepoRESTCXFContext. userSelfService(UserLogic userLogic, SyncopeLogic syncopeLogic)UserServiceIdRepoRESTCXFContext. 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 UserLogic Modifier and Type Field Description protected UserLogicUserSelfServiceImpl. logicprotected UserLogicUserServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type UserLogic Constructor Description UserSelfServiceImpl(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 UserLogic 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 UserLogic in org.apache.syncope.ext.scimv2.cxf.service
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as UserLogic Modifier and Type Field Description protected UserLogicAbstractSCIMService. userLogic
-