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 DomainOps
BaseLogin. 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 class
SelfKeymasterDomainOps
Methods in org.apache.syncope.common.keymaster.client.self that return DomainOps Modifier and Type Method Description DomainOps
SelfKeymasterClientContext. 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 class
ZookeeperDomainOps
ImplementsDomainOps
via Apache Curator / Zookeeper.Methods in org.apache.syncope.common.keymaster.client.zookeeper that return DomainOps Modifier and Type Method Description DomainOps
ZookeeperKeymasterClientContext. 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 class
SelfKeymasterInternalDomainOps
-
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 DomainOps
StartupDomainLoader. domainOps
Methods in org.apache.syncope.core.persistence.jpa with parameters of type DomainOps Modifier and Type Method Description StartupDomainLoader
PersistenceContext. 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 DomainOps
UsernamePasswordAuthenticationProvider. domainOps
Methods in org.apache.syncope.core.spring.security with parameters of type DomainOps Modifier and Type Method Description UsernamePasswordAuthenticationProvider
WebSecurityContext. 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 DomainOps
SelfKeymasterContext. domainOps(DomainLogic domainLogic, KeymasterProperties props)
Methods in org.apache.syncope.core.starter with parameters of type DomainOps Modifier and Type Method Description ExternalResourcesHealthIndicator
SyncopeCoreApplication. externalResourcesHealthIndicator(DomainOps domainOps, ExternalResourceDAO resourceDAO, ConnInstanceDataBinder connInstanceDataBinder, ConnectorManager connectorManager)
UsernamePasswordAuthenticationProvider
SelfKeymasterContext. 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 DomainOps
ExternalResourcesHealthIndicator. domainOps
Constructors in org.apache.syncope.core.starter.actuate with parameters of type DomainOps Constructor Description ExternalResourcesHealthIndicator(DomainOps domainOps, ExternalResourceDAO resourceDAO, ConnInstanceDataBinder connInstanceDataBinder, ConnectorManager connectorManager)
-