Uses of Interface
org.apache.syncope.core.persistence.api.dao.RoleDAO
-
-
Uses of RoleDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as RoleDAO Modifier and Type Field Description protected RoleDAORoleLogic. roleDAOMethods in org.apache.syncope.core.logic with parameters of type RoleDAO Modifier and Type Method Description RoleLogicIdRepoLogicContext. roleLogic(RoleDataBinder binder, RoleDAO roleDAO)Constructors in org.apache.syncope.core.logic with parameters of type RoleDAO Constructor Description RoleLogic(RoleDataBinder binder, RoleDAO roleDAO) -
Uses of RoleDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return RoleDAO Modifier and Type Method Description RoleDAOPersistenceContext. roleDAO(ApplicationEventPublisher publisher, AnyMatchDAO anyMatchDAO, AnySearchDAO anySearchDAO, DelegationDAO delegationDAO, SearchCondVisitor searchCondVisitor)Methods in org.apache.syncope.core.persistence.jpa with parameters of type RoleDAO Modifier and Type Method Description ApplicationDAOPersistenceContext. applicationDAO(RoleDAO roleDAO, UserDAO userDAO)RealmDAOElasticsearchPersistenceContext. realmDAO(RoleDAO roleDAO, ApplicationEventPublisher publisher, ElasticsearchProperties props, co.elastic.clients.elasticsearch.ElasticsearchClient client)RealmDAOOpenSearchPersistenceContext. realmDAO(RoleDAO roleDAO, ApplicationEventPublisher publisher, OpenSearchProperties props, org.opensearch.client.opensearch.OpenSearchClient client)RealmDAOPersistenceContext. realmDAO(RoleDAO roleDAO, ApplicationEventPublisher publisher)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) -
Uses of RoleDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement RoleDAO Modifier and Type Class Description classJPARoleDAOFields in org.apache.syncope.core.persistence.jpa.dao declared as RoleDAO Modifier and Type Field Description protected RoleDAOJPAApplicationDAO. roleDAOprotected RoleDAOJPARealmDAO. roleDAOprotected RoleDAOJPAUserDAO. roleDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type RoleDAO Constructor Description ElasticsearchRealmDAO(RoleDAO roleDAO, ApplicationEventPublisher publisher, co.elastic.clients.elasticsearch.ElasticsearchClient client, int indexMaxResultWindow)JPAApplicationDAO(RoleDAO roleDAO, UserDAO userDAO)JPAJSONUserDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, SecurityProperties securityProperties, JPAJSONAnyDAO anyDAO)JPARealmDAO(RoleDAO roleDAO, ApplicationEventPublisher publisher)JPAUserDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, SecurityProperties securityProperties)OpenSearchRealmDAO(RoleDAO roleDAO, ApplicationEventPublisher publisher, org.opensearch.client.opensearch.OpenSearchClient client, int indexMaxResultWindow) -
Uses of RoleDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type RoleDAO Modifier and Type Method Description DelegationDataBinderProvisioningContext. delegationDataBinder(UserDAO userDAO, RoleDAO roleDAO, EntityFactory entityFactory)RoleDataBinderProvisioningContext. roleDataBinder(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, RealmDAO realmDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, ApplicationDAO applicationDAO)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) -
Uses of RoleDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as RoleDAO Modifier and Type Field Description protected RoleDAODelegationDataBinderImpl. roleDAOprotected RoleDAORoleDataBinderImpl. roleDAOprotected RoleDAOUserDataBinderImpl. roleDAOConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type RoleDAO Constructor Description DelegationDataBinderImpl(UserDAO userDAO, RoleDAO roleDAO, EntityFactory entityFactory)RoleDataBinderImpl(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, ApplicationDAO applicationDAO, EntityFactory entityFactory, SearchCondVisitor searchCondVisitor)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 RoleDAO in org.apache.syncope.core.spring.security
Fields in org.apache.syncope.core.spring.security declared as RoleDAO Modifier and Type Field Description protected RoleDAOAuthDataAccessor. roleDAOMethods in org.apache.syncope.core.spring.security with parameters of type RoleDAO 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)Constructors in org.apache.syncope.core.spring.security with parameters of type RoleDAO 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) -
Uses of RoleDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type RoleDAO 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 RoleDAO in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as RoleDAO Modifier and Type Field Description protected RoleDAODefaultSyncopeCoreInfoContributor. roleDAOConstructors in org.apache.syncope.core.starter.actuate with parameters of type RoleDAO 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)
-