Uses of Class
org.apache.syncope.common.keymaster.client.api.KeymasterProperties
Packages that use KeymasterProperties
Package
Description
-
Uses of KeymasterProperties in org.apache.syncope.common.keymaster.client.self
Methods in org.apache.syncope.common.keymaster.client.self with parameters of type KeymasterPropertiesModifier and TypeMethodDescriptionorg.apache.cxf.jaxrs.client.JAXRSClientFactoryBeanSelfKeymasterClientContext.selfKeymasterRESTClientFactoryBean(KeymasterProperties props) -
Uses of KeymasterProperties in org.apache.syncope.common.keymaster.client.zookeeper
Methods in org.apache.syncope.common.keymaster.client.zookeeper with parameters of type KeymasterPropertiesModifier and TypeMethodDescriptionorg.apache.curator.framework.CuratorFrameworkZookeeperKeymasterClientContext.curatorFramework(org.apache.zookeeper.client.ZKClientConfig zkClientConfig, KeymasterProperties props) -
Uses of KeymasterProperties in org.apache.syncope.core.keymaster.internal
Fields in org.apache.syncope.core.keymaster.internal declared as KeymasterPropertiesModifier and TypeFieldDescriptionprotected final KeymasterPropertiesSelfKeymasterInternalDomainOps.propsprotected final KeymasterPropertiesSelfKeymasterInternalServiceOps.propsConstructors in org.apache.syncope.core.keymaster.internal with parameters of type KeymasterPropertiesModifierConstructorDescriptionSelfKeymasterInternalDomainOps(DomainLogic logic, KeymasterProperties props) -
Uses of KeymasterProperties in org.apache.syncope.core.keymaster.rest.security
Fields in org.apache.syncope.core.keymaster.rest.security declared as KeymasterPropertiesModifier and TypeFieldDescriptionprotected final KeymasterPropertiesSelfKeymasterUsernamePasswordAuthenticationProvider.keymasterPropertiesConstructors in org.apache.syncope.core.keymaster.rest.security with parameters of type KeymasterPropertiesModifierConstructorDescriptionSelfKeymasterUsernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties, KeymasterProperties keymasterProperties, EncryptorManager encryptorManager) -
Uses of KeymasterProperties in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type KeymasterPropertiesModifier and TypeMethodDescriptionSelfKeymasterContext.domainOps(DomainLogic domainLogic, KeymasterProperties props) SelfKeymasterContext.internalServiceOps(NetworkServiceLogic networkServiceLogic, KeymasterProperties props) SelfKeymasterContext.usernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties, KeymasterProperties keymasterProperties, EncryptorManager encryptorManager)