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 RoleDAO
RoleLogic. roleDAO
Methods in org.apache.syncope.core.logic with parameters of type RoleDAO Modifier and Type Method Description RoleLogic
IdRepoLogicContext. 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 RoleDAO
PersistenceContext. 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 ApplicationDAO
PersistenceContext. applicationDAO(RoleDAO roleDAO, UserDAO userDAO)
RealmDAO
ElasticsearchPersistenceContext. realmDAO(RoleDAO roleDAO, ApplicationEventPublisher publisher, ElasticsearchProperties props, co.elastic.clients.elasticsearch.ElasticsearchClient client)
RealmDAO
OpenSearchPersistenceContext. realmDAO(RoleDAO roleDAO, ApplicationEventPublisher publisher, OpenSearchProperties props, org.opensearch.client.opensearch.OpenSearchClient client)
RealmDAO
PersistenceContext. realmDAO(RoleDAO roleDAO, ApplicationEventPublisher publisher)
UserDAO
JPAJSONPersistenceContext. userDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, JPAJSONAnyDAO anyDAO)
UserDAO
PersistenceContext. 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 class
JPARoleDAO
Fields in org.apache.syncope.core.persistence.jpa.dao declared as RoleDAO Modifier and Type Field Description protected RoleDAO
JPAApplicationDAO. roleDAO
protected RoleDAO
JPARealmDAO. roleDAO
protected RoleDAO
JPAUserDAO. roleDAO
Constructors 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 DelegationDataBinder
ProvisioningContext. delegationDataBinder(UserDAO userDAO, RoleDAO roleDAO, EntityFactory entityFactory)
RoleDataBinder
ProvisioningContext. roleDataBinder(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, RealmDAO realmDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, ApplicationDAO applicationDAO)
UserDataBinder
ProvisioningContext. 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 RoleDAO
DelegationDataBinderImpl. roleDAO
protected RoleDAO
RoleDataBinderImpl. roleDAO
protected RoleDAO
UserDataBinderImpl. roleDAO
Constructors 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 RoleDAO
AuthDataAccessor. roleDAO
Methods in org.apache.syncope.core.spring.security with parameters of type RoleDAO Modifier and Type Method Description AuthDataAccessor
WebSecurityContext. 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 SyncopeCoreInfoContributor
SyncopeCoreApplication. 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 RoleDAO
DefaultSyncopeCoreInfoContributor. roleDAO
Constructors 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)
-