Uses of Interface
org.apache.syncope.common.keymaster.client.api.ConfParamOps
Package
Description
-
Uses of ConfParamOps in org.apache.syncope.client.console.panels
ModifierConstructorDescriptionParametersModalPanel
(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
-
Uses of ConfParamOps in org.apache.syncope.common.keymaster.client.self
Modifier and TypeMethodDescriptionSelfKeymasterClientContext.selfConfParamOps
(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean selfKeymasterRESTClientFactoryBean) -
Uses of ConfParamOps in org.apache.syncope.common.keymaster.client.zookeeper
Modifier and TypeMethodDescriptionZookeeperKeymasterClientContext.selfConfParamOps
(org.apache.curator.framework.CuratorFramework client) -
Uses of ConfParamOps in org.apache.syncope.core.flowable
Modifier and TypeMethodDescriptionFlowableWorkflowContext.generateToken
(ConfParamOps confParamOps) -
Uses of ConfParamOps in org.apache.syncope.core.flowable.task
-
Uses of ConfParamOps in org.apache.syncope.core.keymaster.internal
-
Uses of ConfParamOps in org.apache.syncope.core.logic
Modifier and TypeFieldDescriptionprotected final ConfParamOps
SyncopeLogic.confParamOps
protected final ConfParamOps
UserLogic.confParamOps
Modifier and TypeMethodDescriptionSCIMLogicContext.scimConfManager
(ConfParamOps confParamOps, SchemaLogic schemaLogic) IdRepoLogicContext.syncopeLogic
(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, ConfParamOps confParamOps, ContentExporter exporter) 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) ModifierConstructorDescriptionSyncopeLogic
(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, ConfParamOps confParamOps, ContentExporter exporter) 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) -
Uses of ConfParamOps in org.apache.syncope.core.logic.scim
ModifierConstructorDescriptionSCIMConfManager
(ConfParamOps confParamOps, SchemaLogic schemaLogic) -
Uses of ConfParamOps in org.apache.syncope.core.persistence.common
Modifier and TypeMethodDescriptionCommonPersistenceContext.keymasterConfParamLoader
(ConfParamOps confParamOps) -
Uses of ConfParamOps in org.apache.syncope.core.persistence.common.content
Modifier and TypeFieldDescriptionprotected final ConfParamOps
KeymasterConfParamLoader.confParamOps
-
Uses of ConfParamOps in org.apache.syncope.core.provisioning.java
Modifier and TypeMethodDescriptionProvisioningContext.accessTokenDataBinder
(EntityFactory entityFactory, SecurityProperties securityProperties, AccessTokenJWSSigner jwsSigner, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, DefaultCredentialChecker credentialChecker) ProvisioningContext.jobManager
(DomainHolder<?> domainHolder, SecurityProperties securityProperties, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps) 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) ProvisioningContext.userDataBinder
(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, SecurityProperties securityProperties, AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, 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
Modifier and TypeFieldDescriptionprotected final ConfParamOps
AccessTokenDataBinderImpl.confParamOps
protected final ConfParamOps
UserDataBinderImpl.confParamOps
ModifierConstructorDescriptionAccessTokenDataBinderImpl
(SecurityProperties securityProperties, AccessTokenJWSSigner jwsSigner, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, EntityFactory entityFactory, DefaultCredentialChecker credentialChecker) UserDataBinderImpl
(AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, 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
ModifierConstructorDescriptionDefaultJobManager
(DomainHolder<?> domainHolder, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps, SecurityProperties securityProperties) -
Uses of ConfParamOps in org.apache.syncope.core.provisioning.java.notification
Modifier and TypeFieldDescriptionprotected final ConfParamOps
DefaultNotificationManager.confParamOps
ModifierConstructorDescriptionDefaultNotificationManager
(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
Modifier and TypeMethodDescriptionWebSecurityContext.authDataAccessor
(SecurityProperties securityProperties, 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) ModifierConstructorDescriptionAuthDataAccessor
(SecurityProperties securityProperties, 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) -
Uses of ConfParamOps in org.apache.syncope.core.starter
Modifier and TypeMethodDescriptionSelfKeymasterContext.internalConfParamOps
(InternalConfParamHelper helper) Modifier and TypeMethodDescriptionSyncopeCoreApplication.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, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup) -
Uses of ConfParamOps in org.apache.syncope.core.starter.actuate
Modifier and TypeFieldDescriptionprotected final ConfParamOps
DefaultSyncopeCoreInfoContributor.confParamOps
ModifierConstructorDescriptionDefaultSyncopeCoreInfoContributor
(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, VirSchemaDAO virSchemaDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup) -
Uses of ConfParamOps in org.apache.syncope.core.workflow.java
Modifier and TypeFieldDescriptionprotected final ConfParamOps
DefaultUserWorkflowAdapter.confParamOps
Modifier and TypeMethodDescriptionWorkflowContext.uwfAdapter
(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, ConfParamOps confParamOps, ApplicationEventPublisher publisher) ModifierConstructorDescriptionDefaultUserWorkflowAdapter
(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, ConfParamOps confParamOps, ApplicationEventPublisher publisher)