Uses of Interface
org.apache.syncope.core.persistence.api.dao.DelegationDAO
-
-
Uses of DelegationDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as DelegationDAO Modifier and Type Field Description protected DelegationDAO
DelegationLogic. delegationDAO
protected DelegationDAO
UserLogic. delegationDAO
Methods in org.apache.syncope.core.logic with parameters of type DelegationDAO Modifier and Type Method Description DelegationLogic
IdRepoLogicContext. delegationLogic(DelegationDataBinder binder, UserDAO userDAO, DelegationDAO delegationDAO)
UserLogic
IdRepoLogicContext. 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)
Constructors in org.apache.syncope.core.logic with parameters of type DelegationDAO Constructor Description DelegationLogic(DelegationDataBinder binder, DelegationDAO delegationDAO, UserDAO userDAO)
UserLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO searchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserDataBinder binder, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleEnforcer ruleEnforcer)
-
Uses of DelegationDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return DelegationDAO Modifier and Type Method Description DelegationDAO
PersistenceContext. delegationDAO()
Methods in org.apache.syncope.core.persistence.jpa with parameters of type DelegationDAO Modifier and Type Method Description RoleDAO
PersistenceContext. roleDAO(ApplicationEventPublisher publisher, AnyMatchDAO anyMatchDAO, AnySearchDAO anySearchDAO, DelegationDAO delegationDAO, SearchCondVisitor searchCondVisitor)
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 DelegationDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement DelegationDAO Modifier and Type Class Description class
JPADelegationDAO
Fields in org.apache.syncope.core.persistence.jpa.dao declared as DelegationDAO Modifier and Type Field Description protected DelegationDAO
JPARoleDAO. delegationDAO
protected DelegationDAO
JPAUserDAO. delegationDAO
Constructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type DelegationDAO Constructor Description JPAJSONUserDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, SecurityProperties securityProperties, JPAJSONAnyDAO anyDAO)
JPARoleDAO(AnyMatchDAO anyMatchDAO, ApplicationEventPublisher publisher, AnySearchDAO anySearchDAO, DelegationDAO delegationDAO, SearchCondVisitor searchCondVisitor)
JPAUserDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, SecurityProperties securityProperties)
-
Uses of DelegationDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type DelegationDAO Modifier and Type Method Description 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 DelegationDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as DelegationDAO Modifier and Type Field Description protected DelegationDAO
UserDataBinderImpl. delegationDAO
Constructors in org.apache.syncope.core.provisioning.java.data with parameters of type DelegationDAO Constructor Description 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 DelegationDAO in org.apache.syncope.core.spring.security
Fields in org.apache.syncope.core.spring.security declared as DelegationDAO Modifier and Type Field Description protected DelegationDAO
AuthDataAccessor. delegationDAO
Methods in org.apache.syncope.core.spring.security with parameters of type DelegationDAO 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 DelegationDAO 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)
-