Uses of Interface
org.apache.syncope.core.persistence.api.dao.UserDAO
-
-
Uses of UserDAO in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable with parameters of type UserDAO Modifier and Type Method Description AutoActivateFlowableWorkflowContext. autoActivate(UserDataBinder userDataBinder, UserDAO userDAO)PasswordResetFlowableWorkflowContext. passwordReset(UserDataBinder userDataBinder, UserDAO userDAO)UpdateFlowableWorkflowContext. update(UserDataBinder userDataBinder, UserDAO userDAO)FlowableUserRequestHandlerFlowableWorkflowContext. userRequestHandler(SecurityProperties securityProperties, UserDataBinder userDataBinder, DomainProcessEngine engine, UserDAO userDAO, EntityFactory entityFactory)UserWorkflowAdapterFlowableWorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher) -
Uses of UserDAO in org.apache.syncope.core.flowable.impl
Fields in org.apache.syncope.core.flowable.impl declared as UserDAO Modifier and Type Field Description protected UserDAOFlowableUserRequestHandler. userDAOConstructors in org.apache.syncope.core.flowable.impl with parameters of type UserDAO Constructor Description FlowableUserRequestHandler(UserDataBinder dataBinder, String adminUser, DomainProcessEngine engine, UserDAO userDAO, EntityFactory entityFactory)FlowableUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher) -
Uses of UserDAO in org.apache.syncope.core.flowable.task
Fields in org.apache.syncope.core.flowable.task declared as UserDAO Modifier and Type Field Description protected UserDAOAutoActivate. userDAOprotected UserDAOPasswordReset. userDAOprotected UserDAOUpdate. userDAOConstructors in org.apache.syncope.core.flowable.task with parameters of type UserDAO Constructor Description AutoActivate(UserDataBinder dataBinder, UserDAO userDAO)PasswordReset(UserDataBinder dataBinder, UserDAO userDAO)Update(UserDataBinder dataBinder, UserDAO userDAO) -
Uses of UserDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as UserDAO Modifier and Type Field Description protected UserDAODelegationLogic. userDAOprotected UserDAOFIQLQueryLogic. userDAOprotected UserDAOGroupLogic. userDAOprotected UserDAOSecurityQuestionLogic. userDAOprotected UserDAOUserLogic. userDAOprotected UserDAOUserRequestLogic. userDAOprotected UserDAOUserWorkflowTaskLogic. userDAO -
Uses of UserDAO in org.apache.syncope.core.logic.oidc
Fields in org.apache.syncope.core.logic.oidc declared as UserDAO Modifier and Type Field Description protected UserDAOOIDCUserManager. userDAOConstructors in org.apache.syncope.core.logic.oidc with parameters of type UserDAO Constructor Description OIDCUserManager(InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) -
Uses of UserDAO in org.apache.syncope.core.logic.saml2
Fields in org.apache.syncope.core.logic.saml2 declared as UserDAO Modifier and Type Field Description protected UserDAOSAML2SP4UIUserManager. userDAOConstructors in org.apache.syncope.core.logic.saml2 with parameters of type UserDAO Constructor Description SAML2SP4UIUserManager(SAML2SP4UIIdPDAO idpDAO, InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) -
Uses of UserDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return UserDAO Modifier and Type Method Description UserDAOJPAJSONPersistenceContext. userDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, JPAJSONAnyDAO anyDAO)UserDAOPersistenceContext. userDAO(SecurityProperties securityProperties, AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO)Methods in org.apache.syncope.core.persistence.jpa with parameters of type UserDAO Modifier and Type Method Description AnyMatchDAOPersistenceContext. anyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)AnyObjectDAOJPAJSONPersistenceContext. anyObjectDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, JPAJSONAnyDAO anyDAO)AnyObjectDAOPersistenceContext. anyObjectDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO)AnySearchDAOElasticsearchPersistenceContext. anySearchDAO(ElasticsearchProperties props, RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client)AnySearchDAOMaJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)AnySearchDAOMyJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)AnySearchDAOOJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)AnySearchDAOOpenSearchPersistenceContext. anySearchDAO(OpenSearchProperties props, RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client)AnySearchDAOPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)AnySearchDAOPGJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)AnyUtilsFactoryPersistenceContext. anyUtilsFactory(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, EntityFactory entityFactory)ApplicationDAOPersistenceContext. applicationDAO(RoleDAO roleDAO, UserDAO userDAO)DynRealmDAOPersistenceContext. dynRealmDAO(ApplicationEventPublisher publisher, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO searchDAO, AnyMatchDAO anyMatchDAO, SearchCondVisitor searchCondVisitor)GroupDAOJPAJSONPersistenceContext. groupDAO(AnyUtilsFactory anyUtilsFactory, ApplicationEventPublisher publisher, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, PlainAttrDAO plainAttrDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, SearchCondVisitor searchCondVisitor, JPAJSONAnyDAO anyDAO)GroupDAOPersistenceContext. groupDAO(ApplicationEventPublisher publisher, AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, PlainAttrDAO plainAttrDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, SearchCondVisitor searchCondVisitor)ExternalResourceDAOPersistenceContext. resourceDAO(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PolicyDAO policyDAO, VirSchemaDAO virSchemaDAO, RealmDAO realmDAO)SecurityQuestionDAOPersistenceContext. securityQuestionDAO(UserDAO userDAO) -
Uses of UserDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement UserDAO Modifier and Type Class Description classJPAJSONUserDAOclassJPAUserDAOFields in org.apache.syncope.core.persistence.jpa.dao declared as UserDAO Modifier and Type Field Description protected UserDAOAbstractAnySearchDAO. userDAOprotected UserDAOJPAAnyMatchDAO. userDAOprotected UserDAOJPAAnyObjectDAO. userDAOprotected UserDAOJPAApplicationDAO. userDAOprotected UserDAOJPADynRealmDAO. userDAOprotected UserDAOJPAExternalResourceDAO. userDAOprotected UserDAOJPAGroupDAO. userDAOprotected UserDAOJPASecurityQuestionDAO. userDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type UserDAO Constructor Description AbstractAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)ElasticsearchAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client, int indexMaxResultWindow)JPAAnyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)JPAAnyObjectDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO)JPAAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)JPAApplicationDAO(RoleDAO roleDAO, UserDAO userDAO)JPADynRealmDAO(ApplicationEventPublisher publisher, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO searchDAO, AnyMatchDAO anyMatchDAO, SearchCondVisitor searchCondVisitor)JPAExternalResourceDAO(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PolicyDAO policyDAO, VirSchemaDAO virSchemaDAO, RealmDAO realmDAO)JPAGroupDAO(AnyUtilsFactory anyUtilsFactory, ApplicationEventPublisher publisher, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, PlainAttrDAO plainAttrDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO searchDAO, SearchCondVisitor searchCondVisitor)JPAJSONAnyObjectDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, JPAJSONAnyDAO anyDAO)JPAJSONGroupDAO(AnyUtilsFactory anyUtilsFactory, ApplicationEventPublisher publisher, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, PlainAttrDAO plainAttrDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO searchDAO, SearchCondVisitor searchCondVisitor, JPAJSONAnyDAO anyDAO)JPASecurityQuestionDAO(UserDAO userDAO)MaJPAJSONAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)MyJPAJSONAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)OJPAJSONAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)OpenSearchAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client, int indexMaxResultWindow)PGJPAJSONAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator) -
Uses of UserDAO in org.apache.syncope.core.persistence.jpa.entity
Fields in org.apache.syncope.core.persistence.jpa.entity declared as UserDAO Modifier and Type Field Description protected UserDAOJPAAnyUtils. userDAOprotected UserDAOJPAAnyUtilsFactory. userDAOConstructors in org.apache.syncope.core.persistence.jpa.entity with parameters of type UserDAO Constructor Description JPAAnyUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, EntityFactory entityFactory, AnyTypeKind anyTypeKind, boolean linkedAccount)JPAAnyUtilsFactory(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, EntityFactory entityFactory) -
Uses of UserDAO in org.apache.syncope.core.provisioning.java
Fields in org.apache.syncope.core.provisioning.java declared as UserDAO Modifier and Type Field Description protected UserDAODefaultMappingManager. userDAOprotected UserDAODefaultUserProvisioningManager. userDAOMethods in org.apache.syncope.core.provisioning.java with parameters of type UserDAO Modifier and Type Method Description AnyObjectDataBinderProvisioningContext. anyObjectDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, RealmDAO realmDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator)ConnObjectUtilsProvisioningContext. connObjectUtils(PasswordGenerator passwordGenerator, AnyUtilsFactory anyUtilsFactory, MappingManager mappingManager, TemplateUtils templateUtils, RealmDAO realmDAO, UserDAO userDAO, ExternalResourceDAO resourceDAO)DelegationDataBinderProvisioningContext. delegationDataBinder(UserDAO userDAO, RoleDAO roleDAO, EntityFactory entityFactory)FIQLQueryDataBinderProvisioningContext. fiqlQueryDataBinder(SearchCondVisitor searchCondVisitor, UserDAO userDAO, EntityFactory entityFactory)GroupDataBinderProvisioningContext. groupDataBinder(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, RealmDAO realmDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator)InboundMatcherProvisioningContext. inboundMatcher(AnyUtilsFactory anyUtilsFactory, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, VirSchemaDAO virSchemaDAO, ImplementationDAO implementationDAO, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser)MappingManagerProvisioningContext. mappingManager(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, RelationshipTypeDAO relationshipTypeDAO, RealmDAO realmDAO, ApplicationDAO applicationDAO, ImplementationDAO implementationDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, VirAttrCache virAttrCache, IntAttrNameParser intAttrNameParser)NotificationManagerProvisioningContext. notificationManager(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser)OutboundMatcherProvisioningContext. outboundMatcher(AnyUtilsFactory anyUtilsFactory, MappingManager mappingManager, UserDAO userDAO, VirSchemaDAO virSchemaDAO, VirAttrHandler virAttrHandler)TemplateUtilsProvisioningContext. templateUtils(UserDAO userDAO, GroupDAO groupDAO)UserDataBinderProvisioningContext. userDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, SecurityProperties securityProperties, AnyTypeDAO anyTypeDAO, RealmDAO realmDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, RoleDAO roleDAO, SecurityQuestionDAO securityQuestionDAO, ApplicationDAO applicationDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps)UserProvisioningManagerProvisioningContext. userProvisioningManager(UserWorkflowAdapter uwfAdapter, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor, UserDAO userDAO, VirAttrHandler virtAttrHandler)Constructors in org.apache.syncope.core.provisioning.java with parameters of type UserDAO Constructor Description DefaultMappingManager(AnyTypeDAO anyTypeDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, RelationshipTypeDAO relationshipTypeDAO, RealmDAO realmDAO, ApplicationDAO applicationDAO, ImplementationDAO implementationDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, VirAttrCache virAttrCache, AnyUtilsFactory anyUtilsFactory, IntAttrNameParser intAttrNameParser)DefaultUserProvisioningManager(UserWorkflowAdapter uwfAdapter, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor, UserDAO userDAO, VirAttrHandler virtAttrHandler) -
Uses of UserDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as UserDAO Modifier and Type Field Description protected UserDAOAbstractAnyDataBinder. userDAOprotected UserDAOAbstractAnyDataBinder. userDAOprotected UserDAOAbstractAnyDataBinder. userDAOprotected UserDAODelegationDataBinderImpl. userDAOprotected UserDAOFIQLQueryDataBinderImpl. userDAOConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type UserDAO Constructor Description AnyObjectDataBinderImpl(AnyTypeDAO anyTypeDAO, RealmDAO realmDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator)DelegationDataBinderImpl(UserDAO userDAO, RoleDAO roleDAO, EntityFactory entityFactory)FIQLQueryDataBinderImpl(SearchCondVisitor searchCondVisitor, UserDAO userDAO, EntityFactory entityFactory)GroupDataBinderImpl(AnyTypeDAO anyTypeDAO, RealmDAO realmDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, SearchCondVisitor searchCondVisitor, PlainAttrValidationManager validator)UserDataBinderImpl(AnyTypeDAO anyTypeDAO, RealmDAO realmDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, RoleDAO roleDAO, SecurityQuestionDAO securityQuestionDAO, ApplicationDAO applicationDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, SecurityProperties securityProperties) -
Uses of UserDAO in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as UserDAO Modifier and Type Field Description protected UserDAOElasticsearchReindex. userDAOprotected UserDAOOpenSearchReindex. userDAO -
Uses of UserDAO in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as UserDAO Modifier and Type Field Description protected UserDAODefaultNotificationManager. userDAOConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type UserDAO Constructor Description DefaultNotificationManager(DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, SearchCondVisitor searchCondVisitor) -
Uses of UserDAO in org.apache.syncope.core.provisioning.java.propagation
Fields in org.apache.syncope.core.provisioning.java.propagation declared as UserDAO Modifier and Type Field Description protected UserDAODBPasswordPropagationActions. userDAOprotected UserDAOGenerateRandomPasswordPropagationActions. userDAOprotected UserDAOLDAPMembershipPropagationActions. userDAOprotected UserDAOLDAPPasswordPropagationActions. userDAO -
Uses of UserDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as UserDAO Modifier and Type Field Description protected UserDAOAbstractPullResultHandler. userDAOprotected UserDAODBPasswordPullActions. userDAOprotected UserDAOInboundMatcher. userDAOprotected UserDAOLDAPPasswordPullActions. userDAOprotected UserDAOOutboundMatcher. userDAOConstructors in org.apache.syncope.core.provisioning.java.pushpull with parameters of type UserDAO Constructor Description InboundMatcher(UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, VirSchemaDAO virSchemaDAO, ImplementationDAO implementationDAO, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser, AnyUtilsFactory anyUtilsFactory)OutboundMatcher(MappingManager mappingManager, UserDAO userDAO, AnyUtilsFactory anyUtilsFactory, VirSchemaDAO virSchemaDAO, VirAttrHandler virAttrHandler) -
Uses of UserDAO in org.apache.syncope.core.provisioning.java.utils
Fields in org.apache.syncope.core.provisioning.java.utils declared as UserDAO Modifier and Type Field Description protected UserDAOConnObjectUtils. userDAOprotected UserDAOTemplateUtils. userDAOConstructors in org.apache.syncope.core.provisioning.java.utils with parameters of type UserDAO Constructor Description ConnObjectUtils(TemplateUtils templateUtils, RealmDAO realmDAO, UserDAO userDAO, ExternalResourceDAO resourceDAO, PasswordGenerator passwordGenerator, MappingManager mappingManager, AnyUtilsFactory anyUtilsFactory)TemplateUtils(UserDAO userDAO, GroupDAO groupDAO) -
Uses of UserDAO in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type UserDAO Modifier and Type Method Description RemediationServiceIdMRESTCXFContext. remediationService(RemediationLogic remediationLogic, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO)UserRequestServiceFlowableRESTCXFContext. userRequestService(UserRequestLogic userRequestLogic, UserDAO userDAO)UserServiceIdRepoRESTCXFContext. userService(UserDAO userDAO, UserLogic userLogic, SearchCondVisitor searchCondVisitor) -
Uses of UserDAO in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as UserDAO Modifier and Type Field Description protected UserDAORemediationServiceImpl. userDAOprotected UserDAOUserRequestServiceImpl. userDAOprotected UserDAOUserServiceImpl. userDAOConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type UserDAO Constructor Description RemediationServiceImpl(RemediationLogic logic, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO)UserRequestServiceImpl(UserRequestLogic logic, UserDAO userDAO)UserServiceImpl(SearchCondVisitor searchCondVisitor, UserDAO userDAO, UserLogic logic) -
Uses of UserDAO in org.apache.syncope.core.spring.security
Fields in org.apache.syncope.core.spring.security declared as UserDAO Modifier and Type Field Description protected UserDAOAuthDataAccessor. userDAOprotected UserDAOMSEntraJWTSSOProvider. userDAOprotected UserDAOSyncopeJWTSSOProvider. userDAOMethods in org.apache.syncope.core.spring.security with parameters of type UserDAO Modifier and Type Method Description AuthDataAccessorWebSecurityContext. authDataAccessor(SecurityProperties securityProperties, RealmDAO realmDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, RoleDAO roleDAO, DelegationDAO delegationDAO, ConnectorManager connectorManager, AuditManager auditManager, MappingManager mappingManager, List<JWTSSOProvider> jwtSSOProviders)SyncopeJWTSSOProviderSecurityContext. syncopeJWTSSOProvider(SecurityProperties props, AccessTokenJWSVerifier accessTokenJWSVerifier, UserDAO userDAO, AccessTokenDAO accessTokenDAO)Constructors in org.apache.syncope.core.spring.security with parameters of type UserDAO Constructor Description AuthDataAccessor(SecurityProperties securityProperties, RealmDAO realmDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, RoleDAO roleDAO, DelegationDAO delegationDAO, ConnectorManager connectorManager, AuditManager auditManager, MappingManager mappingManager, List<JWTSSOProvider> jwtSSOProviders)MSEntraJWTSSOProvider(UserDAO userDAO, AuthDataAccessor authDataAccessor, String tenantId, String appId, String authUsername, Duration clockSkew, MSEntraAccessTokenJWSVerifier verifier)SyncopeJWTSSOProvider(SecurityProperties securityProperties, AccessTokenJWSVerifier delegate, UserDAO userDAO, AccessTokenDAO accessTokenDAO) -
Uses of UserDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type UserDAO Modifier and Type Method Description SyncopeCoreInfoContributorSyncopeCoreApplication. syncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, VirSchemaDAO virSchemaDAO, SecurityQuestionDAO securityQuestionDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup, ApplicationContext ctx, PersistenceInfoDAO persistenceInfoDAO) -
Uses of UserDAO in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as UserDAO Modifier and Type Field Description protected UserDAODefaultSyncopeCoreInfoContributor. userDAOConstructors in org.apache.syncope.core.starter.actuate with parameters of type UserDAO Constructor Description DefaultSyncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, VirSchemaDAO virSchemaDAO, SecurityQuestionDAO securityQuestionDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup, Map<String,ThreadPoolTaskExecutor> taskExecutors, PersistenceInfoDAO persistenceInfoDAO) -
Uses of UserDAO in org.apache.syncope.core.workflow.java
Fields in org.apache.syncope.core.workflow.java declared as UserDAO Modifier and Type Field Description protected UserDAOAbstractUserWorkflowAdapter. userDAOMethods in org.apache.syncope.core.workflow.java with parameters of type UserDAO Modifier and Type Method Description UserWorkflowAdapterWorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher, NotificationManager notificationManager)Constructors in org.apache.syncope.core.workflow.java with parameters of type UserDAO Constructor Description AbstractUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ApplicationEventPublisher publisher)DefaultUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher, NotificationManager notificationManager) -
Uses of UserDAO in org.apache.syncope.ext.elasticsearch.client
Fields in org.apache.syncope.ext.elasticsearch.client declared as UserDAO Modifier and Type Field Description protected UserDAOElasticsearchUtils. userDAOMethods in org.apache.syncope.ext.elasticsearch.client with parameters of type UserDAO Modifier and Type Method Description ElasticsearchUtilsElasticsearchClientContext. elasticsearchUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO)Constructors in org.apache.syncope.ext.elasticsearch.client with parameters of type UserDAO Constructor Description ElasticsearchUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO) -
Uses of UserDAO in org.apache.syncope.ext.opensearch.client
Fields in org.apache.syncope.ext.opensearch.client declared as UserDAO Modifier and Type Field Description protected UserDAOOpenSearchUtils. userDAOMethods in org.apache.syncope.ext.opensearch.client with parameters of type UserDAO Modifier and Type Method Description OpenSearchUtilsOpenSearchClientContext. openSearchUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO)Constructors in org.apache.syncope.ext.opensearch.client with parameters of type UserDAO Constructor Description OpenSearchUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO) -
Uses of UserDAO in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type UserDAO 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 UserDAO in org.apache.syncope.ext.scimv2.cxf.service
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as UserDAO Modifier and Type Field Description protected UserDAOAbstractSCIMService. userDAO -
Uses of UserDAO in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type UserDAO Modifier and Type Method Description EnableFlowableForTestUsersCoreReferenceContext. enableFlowableForTestUsers(UserDAO userDAO)Constructors in org.apache.syncope.fit.core.reference with parameters of type UserDAO Constructor Description EnableFlowableForTestUsers(UserDAO userDAO) -
Uses of UserDAO in org.apache.syncope.fit.core.reference.flowable
Methods in org.apache.syncope.fit.core.reference.flowable with parameters of type UserDAO Modifier and Type Method Description AssignDirectorGroupFlowableConfiguration. assignDirectorGroup(UserDataBinder dataBinder, UserDAO userDAO)CreateARelationshipFlowableConfiguration. createARelationship(UserDataBinder dataBinder, UserDAO userDAO)Constructors in org.apache.syncope.fit.core.reference.flowable with parameters of type UserDAO Constructor Description AssignDirectorGroup(UserDataBinder dataBinder, UserDAO userDAO)CreateARelationship(UserDataBinder dataBinder, UserDAO userDAO)
-