Uses of Interface
org.apache.syncope.common.keymaster.client.api.ConfParamOps
-
-
Uses of ConfParamOps in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
ParametersDirectoryPanel. confParamOps
Constructors in org.apache.syncope.client.console.panels with parameters of type ConfParamOps Constructor Description ParametersModalPanel(BaseModal<ConfParam> modal, ConfParam param, ConfParamOps confParamOps, AjaxWizard.Mode mode, PageReference pageRef)
ParametersWizardPanel(ParametersWizardPanel.ParametersForm defaultItem, ConfParamOps confParamOps, PageReference pageRef)
-
Uses of ConfParamOps in org.apache.syncope.client.console.topology
Fields in org.apache.syncope.client.console.topology declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
TopologyWebSocketBehavior. confParamOps
-
Uses of ConfParamOps in org.apache.syncope.common.keymaster.client.self
Classes in org.apache.syncope.common.keymaster.client.self that implement ConfParamOps Modifier and Type Class Description class
SelfKeymasterConfParamOps
Methods in org.apache.syncope.common.keymaster.client.self that return ConfParamOps Modifier and Type Method Description ConfParamOps
SelfKeymasterClientContext. selfConfParamOps(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean selfKeymasterRESTClientFactoryBean)
-
Uses of ConfParamOps in org.apache.syncope.common.keymaster.client.zookeeper
Classes in org.apache.syncope.common.keymaster.client.zookeeper that implement ConfParamOps Modifier and Type Class Description class
ZookeeperConfParamOps
ImplementsConfParamOps
via Apache Curator / Zookeeper.Methods in org.apache.syncope.common.keymaster.client.zookeeper that return ConfParamOps Modifier and Type Method Description ConfParamOps
ZookeeperKeymasterClientContext. selfConfParamOps(org.apache.curator.framework.CuratorFramework client)
-
Uses of ConfParamOps in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable with parameters of type ConfParamOps Modifier and Type Method Description GenerateToken
FlowableWorkflowContext. generateToken(ConfParamOps confParamOps)
-
Uses of ConfParamOps in org.apache.syncope.core.flowable.task
Fields in org.apache.syncope.core.flowable.task declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
GenerateToken. confParamOps
Constructors in org.apache.syncope.core.flowable.task with parameters of type ConfParamOps Constructor Description GenerateToken(ConfParamOps confParamOps)
-
Uses of ConfParamOps in org.apache.syncope.core.keymaster.internal
Classes in org.apache.syncope.core.keymaster.internal that implement ConfParamOps Modifier and Type Class Description class
SelfKeymasterInternalConfParamOps
-
Uses of ConfParamOps in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
SyncopeLogic. confParamOps
protected ConfParamOps
UserLogic. confParamOps
Methods in org.apache.syncope.core.logic with parameters of type ConfParamOps Modifier and Type Method Description SCIMConfManager
SCIMLogicContext. scimConfManager(ConfParamOps confParamOps, SchemaLogic schemaLogic)
SyncopeLogic
IdRepoLogicContext. syncopeLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, ConfParamOps confParamOps, ContentExporter exporter)
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 ConfParamOps Constructor Description SyncopeLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, ConfParamOps confParamOps, ContentExporter exporter)
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 ConfParamOps in org.apache.syncope.core.logic.scim
Fields in org.apache.syncope.core.logic.scim declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
SCIMConfManager. confParamOps
Constructors in org.apache.syncope.core.logic.scim with parameters of type ConfParamOps Constructor Description SCIMConfManager(ConfParamOps confParamOps, SchemaLogic schemaLogic)
-
Uses of ConfParamOps in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa with parameters of type ConfParamOps Modifier and Type Method Description KeymasterConfParamLoader
PersistenceContext. keymasterConfParamLoader(ConfParamOps confParamOps)
-
Uses of ConfParamOps in org.apache.syncope.core.persistence.jpa.content
Fields in org.apache.syncope.core.persistence.jpa.content declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
KeymasterConfParamLoader. confParamOps
Constructors in org.apache.syncope.core.persistence.jpa.content with parameters of type ConfParamOps Constructor Description KeymasterConfParamLoader(ConfParamOps confParamOps)
-
Uses of ConfParamOps in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type ConfParamOps Modifier and Type Method Description AccessTokenDataBinder
ProvisioningContext. accessTokenDataBinder(EntityFactory entityFactory, SecurityProperties securityProperties, AccessTokenJWSSigner jwsSigner, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, DefaultCredentialChecker credentialChecker)
JobManager
ProvisioningContext. jobManager(ProvisioningProperties props, DomainHolder domainHolder, SecurityProperties securityProperties, SchedulerFactoryBean scheduler, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps)
NotificationManager
ProvisioningContext. 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)
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 ConfParamOps in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
AccessTokenDataBinderImpl. confParamOps
protected ConfParamOps
UserDataBinderImpl. confParamOps
Constructors in org.apache.syncope.core.provisioning.java.data with parameters of type ConfParamOps Constructor Description AccessTokenDataBinderImpl(SecurityProperties securityProperties, AccessTokenJWSSigner jwsSigner, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, EntityFactory entityFactory, DefaultCredentialChecker credentialChecker)
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 ConfParamOps in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
DefaultJobManager. confParamOps
Constructors in org.apache.syncope.core.provisioning.java.job with parameters of type ConfParamOps Constructor Description DefaultJobManager(DomainHolder domainHolder, SchedulerFactoryBean scheduler, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps, SecurityProperties securityProperties)
-
Uses of ConfParamOps in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
DefaultNotificationManager. confParamOps
Constructors in org.apache.syncope.core.provisioning.java.notification with parameters of type ConfParamOps 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 ConfParamOps in org.apache.syncope.core.spring.security
Fields in org.apache.syncope.core.spring.security declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
AuthDataAccessor. confParamOps
Methods in org.apache.syncope.core.spring.security with parameters of type ConfParamOps 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 ConfParamOps 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 ConfParamOps in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return ConfParamOps Modifier and Type Method Description ConfParamOps
SelfKeymasterContext. internalConfParamOps(InternalConfParamHelper helper)
Methods in org.apache.syncope.core.starter with parameters of type ConfParamOps 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 ConfParamOps in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
DefaultSyncopeCoreInfoContributor. confParamOps
Constructors in org.apache.syncope.core.starter.actuate with parameters of type ConfParamOps 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 ConfParamOps in org.apache.syncope.core.workflow.java
Fields in org.apache.syncope.core.workflow.java declared as ConfParamOps Modifier and Type Field Description protected ConfParamOps
DefaultUserWorkflowAdapter. confParamOps
Methods in org.apache.syncope.core.workflow.java with parameters of type ConfParamOps Modifier and Type Method Description UserWorkflowAdapter
WorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher)
Constructors in org.apache.syncope.core.workflow.java with parameters of type ConfParamOps Constructor Description DefaultUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher)
-