Uses of Class
org.apache.syncope.common.keymaster.client.api.KeymasterProperties
-
-
Uses of KeymasterProperties in org.apache.syncope.common.keymaster.client.self
Methods in org.apache.syncope.common.keymaster.client.self with parameters of type KeymasterProperties Modifier and Type Method Description org.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 KeymasterProperties Modifier and Type Method Description org.apache.curator.framework.CuratorFrameworkZookeeperKeymasterClientContext. curatorFramework(KeymasterProperties props) -
Uses of KeymasterProperties in org.apache.syncope.core.keymaster.internal
Fields in org.apache.syncope.core.keymaster.internal declared as KeymasterProperties Modifier and Type Field Description protected KeymasterPropertiesSelfKeymasterInternalDomainOps. propsprotected KeymasterPropertiesSelfKeymasterInternalServiceOps. propsConstructors in org.apache.syncope.core.keymaster.internal with parameters of type KeymasterProperties Constructor Description SelfKeymasterInternalDomainOps(DomainLogic logic, KeymasterProperties props)SelfKeymasterInternalServiceOps(NetworkServiceLogic 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 KeymasterProperties Modifier and Type Field Description protected KeymasterPropertiesSelfKeymasterUsernamePasswordAuthenticationProvider. keymasterPropertiesConstructors in org.apache.syncope.core.keymaster.rest.security with parameters of type KeymasterProperties Constructor Description SelfKeymasterUsernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties, KeymasterProperties keymasterProperties) -
Uses of KeymasterProperties in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type KeymasterProperties Modifier and Type Method Description DomainOpsSelfKeymasterContext. domainOps(DomainLogic domainLogic, KeymasterProperties props)ServiceOpsSelfKeymasterContext. internalServiceOps(NetworkServiceLogic networkServiceLogic, KeymasterProperties props)UsernamePasswordAuthenticationProviderSelfKeymasterContext. usernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties, KeymasterProperties keymasterProperties)
-