Uses of Interface
org.apache.syncope.common.keymaster.client.api.DomainOps
-
-
Uses of DomainOps in org.apache.syncope.client.console.panels
Constructors in org.apache.syncope.client.console.panels with parameters of type DomainOps Constructor Description DomainWizardBuilder(DomainOps domainOps, Domain domain, PageReference pageRef) -
Uses of DomainOps in org.apache.syncope.client.ui.commons
Fields in org.apache.syncope.client.ui.commons declared as DomainOps Modifier and Type Field Description protected DomainOpsBaseLogin. domainOps -
Uses of DomainOps in org.apache.syncope.common.keymaster.client.self
Classes in org.apache.syncope.common.keymaster.client.self that implement DomainOps Modifier and Type Class Description classSelfKeymasterDomainOpsMethods in org.apache.syncope.common.keymaster.client.self that return DomainOps Modifier and Type Method Description DomainOpsSelfKeymasterClientContext. domainOps(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean selfKeymasterRESTClientFactoryBean) -
Uses of DomainOps in org.apache.syncope.common.keymaster.client.zookeeper
Classes in org.apache.syncope.common.keymaster.client.zookeeper that implement DomainOps Modifier and Type Class Description classZookeeperDomainOpsImplementsDomainOpsvia Apache Curator / Zookeeper.Methods in org.apache.syncope.common.keymaster.client.zookeeper that return DomainOps Modifier and Type Method Description DomainOpsZookeeperKeymasterClientContext. domainOps() -
Uses of DomainOps in org.apache.syncope.core.keymaster.internal
Classes in org.apache.syncope.core.keymaster.internal that implement DomainOps Modifier and Type Class Description classSelfKeymasterInternalDomainOps -
Uses of DomainOps in org.apache.syncope.core.keymaster.rest.security
Constructors in org.apache.syncope.core.keymaster.rest.security with parameters of type DomainOps Constructor Description SelfKeymasterUsernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties, KeymasterProperties keymasterProperties) -
Uses of DomainOps in org.apache.syncope.core.persistence.jpa
Fields in org.apache.syncope.core.persistence.jpa declared as DomainOps Modifier and Type Field Description protected DomainOpsStartupDomainLoader. domainOpsMethods in org.apache.syncope.core.persistence.jpa with parameters of type DomainOps Modifier and Type Method Description StartupDomainLoaderPersistenceContext. startupDomainLoader(PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainOps domainOps, DomainHolder domainHolder, DomainRegistry domainRegistry)Constructors in org.apache.syncope.core.persistence.jpa with parameters of type DomainOps Constructor Description StartupDomainLoader(DomainOps domainOps, DomainHolder domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry domainRegistry) -
Uses of DomainOps in org.apache.syncope.core.spring.security
Fields in org.apache.syncope.core.spring.security declared as DomainOps Modifier and Type Field Description protected DomainOpsUsernamePasswordAuthenticationProvider. domainOpsMethods in org.apache.syncope.core.spring.security with parameters of type DomainOps Modifier and Type Method Description UsernamePasswordAuthenticationProviderWebSecurityContext. usernamePasswordAuthenticationProvider(SecurityProperties securityProperties, DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker)Constructors in org.apache.syncope.core.spring.security with parameters of type DomainOps Constructor Description UsernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties) -
Uses of DomainOps in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return DomainOps Modifier and Type Method Description DomainOpsSelfKeymasterContext. domainOps(DomainLogic domainLogic, KeymasterProperties props)Methods in org.apache.syncope.core.starter with parameters of type DomainOps Modifier and Type Method Description ExternalResourcesHealthIndicatorSyncopeCoreApplication. externalResourcesHealthIndicator(DomainOps domainOps, ExternalResourceDAO resourceDAO, ConnInstanceDataBinder connInstanceDataBinder, ConnectorManager connectorManager)UsernamePasswordAuthenticationProviderSelfKeymasterContext. usernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties, KeymasterProperties keymasterProperties) -
Uses of DomainOps in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as DomainOps Modifier and Type Field Description protected DomainOpsExternalResourcesHealthIndicator. domainOpsConstructors in org.apache.syncope.core.starter.actuate with parameters of type DomainOps Constructor Description ExternalResourcesHealthIndicator(DomainOps domainOps, ExternalResourceDAO resourceDAO, ConnInstanceDataBinder connInstanceDataBinder, ConnectorManager connectorManager)
-