Uses of Interface
org.apache.syncope.core.persistence.api.dao.DelegationDAO
Packages that use DelegationDAO
Package
Description
-
Uses of DelegationDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as DelegationDAOModifier and TypeFieldDescriptionprotected final DelegationDAODelegationLogic.delegationDAOprotected final DelegationDAOUserLogic.delegationDAOMethods in org.apache.syncope.core.logic with parameters of type DelegationDAOModifier and TypeMethodDescriptionIdRepoLogicContext.delegationLogic(DelegationDataBinder binder, UserDAO userDAO, DelegationDAO delegationDAO) IdRepoLogicContext.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) Constructors in org.apache.syncope.core.logic with parameters of type DelegationDAOModifierConstructorDescriptionDelegationLogic(DelegationDataBinder binder, DelegationDAO delegationDAO, UserDAO userDAO) UserLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO searchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserDataBinder binder, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleProvider ruleEnforcer, EncryptorManager encryptorManager) -
Uses of DelegationDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return DelegationDAOModifier and TypeMethodDescriptionPersistenceContext.delegationDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory) Methods in org.apache.syncope.core.persistence.jpa with parameters of type DelegationDAOModifier and TypeMethodDescriptionPersistenceContext.roleRepoExt(ApplicationEventPublisher publisher, AnyMatchDAO anyMatchDAO, AnySearchDAO anySearchDAO, DelegationDAO delegationDAO, AnySearchCondVisitor searchCondVisitor, EntityManager entityManager) PersistenceContext.userRepoExt(SecurityProperties securityProperties, AnyUtilsFactory anyUtilsFactory, DynRealmDAO dynRealmDAO, PlainSchemaDAO plainSchemaDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, EntityManager entityManager) -
Uses of DelegationDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of DelegationDAO in org.apache.syncope.core.persistence.jpa.dao.repoFields in org.apache.syncope.core.persistence.jpa.dao.repo declared as DelegationDAOModifier and TypeFieldDescriptionprotected final DelegationDAORoleRepoExtImpl.delegationDAOprotected final DelegationDAOUserRepoExtImpl.delegationDAOConstructors in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type DelegationDAOModifierConstructorDescriptionRoleRepoExtImpl(ApplicationEventPublisher publisher, AnyMatchDAO anyMatchDAO, AnySearchDAO anySearchDAO, DelegationDAO delegationDAO, AnySearchCondVisitor searchCondVisitor, EntityManager entityManager) UserRepoExtImpl(AnyUtilsFactory anyUtilsFactory, DynRealmDAO dynRealmDAO, PlainSchemaDAO plainSchemaDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, SecurityProperties securityProperties, EntityManager entityManager) -
Uses of DelegationDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return DelegationDAOModifier and TypeMethodDescriptionPersistenceContext.delegationDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, DelegationRepoExt delegationRepoExt) Methods in org.apache.syncope.core.persistence.neo4j with parameters of type DelegationDAOModifier and TypeMethodDescriptionPersistenceContext.roleRepoExt(ApplicationEventPublisher publisher, AnyMatchDAO anyMatchDAO, AnySearchDAO anySearchDAO, DelegationDAO delegationDAO, AnySearchCondVisitor searchCondVisitor, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jRole> roleCache) PersistenceContext.userRepoExt(SecurityProperties securityProperties, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jUser> userCache) -
Uses of DelegationDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of DelegationDAO in org.apache.syncope.core.persistence.neo4j.dao.repoFields in org.apache.syncope.core.persistence.neo4j.dao.repo declared as DelegationDAOModifier and TypeFieldDescriptionprotected final DelegationDAORoleRepoExtImpl.delegationDAOprotected final DelegationDAOUserRepoExtImpl.delegationDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type DelegationDAOModifierConstructorDescriptionRoleRepoExtImpl(ApplicationEventPublisher publisher, AnyMatchDAO anyMatchDAO, AnySearchDAO anySearchDAO, DelegationDAO delegationDAO, AnySearchCondVisitor searchCondVisitor, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jRole> cache) UserRepoExtImpl(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, SecurityProperties securityProperties, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jUser> userCache) -
Uses of DelegationDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type DelegationDAOModifier and TypeMethodDescriptionProvisioningContext.userDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, SecurityProperties securityProperties, AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, RoleDAO roleDAO, SecurityQuestionDAO securityQuestionDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, JexlTools jexlTools) -
Uses of DelegationDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as DelegationDAOConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type DelegationDAOModifierConstructorDescriptionUserDataBinderImpl(AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, RoleDAO roleDAO, SecurityQuestionDAO securityQuestionDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, SecurityProperties securityProperties, JexlTools jexlTools) -
Uses of DelegationDAO in org.apache.syncope.core.spring.security
Fields in org.apache.syncope.core.spring.security declared as DelegationDAOMethods in org.apache.syncope.core.spring.security with parameters of type DelegationDAOModifier and TypeMethodDescriptionWebSecurityContext.authDataAccessor(SecurityProperties securityProperties, EncryptorManager encryptorManager, RealmSearchDAO realmSearchDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, RoleDAO roleDAO, DelegationDAO delegationDAO, ExternalResourceDAO resourceDAO, ConnectorManager connectorManager, AuditManager auditManager, MappingManager mappingManager, List<JWTSSOProvider> jwtSSOProviders) Constructors in org.apache.syncope.core.spring.security with parameters of type DelegationDAOModifierConstructorDescriptionAuthDataAccessor(SecurityProperties securityProperties, EncryptorManager encryptorManager, RealmSearchDAO realmSearchDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, RoleDAO roleDAO, DelegationDAO delegationDAO, ExternalResourceDAO resourceDAO, ConnectorManager connectorManager, AuditManager auditManager, MappingManager mappingManager, List<JWTSSOProvider> jwtSSOProviders) InstrumentedAuthDataAccessor(SecurityProperties securityProperties, EncryptorManager encryptorManager, RealmSearchDAO realmSearchDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, RoleDAO roleDAO, DelegationDAO delegationDAO, ExternalResourceDAO resourceDAO, ConnectorManager connectorManager, AuditManager auditManager, MappingManager mappingManager, List<JWTSSOProvider> jwtSSOProviders, io.micrometer.core.instrument.MeterRegistry meterRegistry) -
Uses of DelegationDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type DelegationDAOModifier and TypeMethodDescriptionMetricsContext.instrumentedAuthDataAccessor(SecurityProperties securityProperties, EncryptorManager encryptorManager, RealmSearchDAO realmSearchDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, RoleDAO roleDAO, DelegationDAO delegationDAO, ExternalResourceDAO resourceDAO, ConnectorManager connectorManager, AuditManager auditManager, MappingManager mappingManager, List<JWTSSOProvider> jwtSSOProviders, io.micrometer.core.instrument.MeterRegistry meterRegistry)