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.JAXRSClientFactoryBean
SelfKeymasterClientContext. 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.CuratorFramework
ZookeeperKeymasterClientContext. 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 KeymasterProperties
SelfKeymasterInternalDomainOps. props
protected KeymasterProperties
SelfKeymasterInternalServiceOps. props
Constructors 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 KeymasterProperties
SelfKeymasterUsernamePasswordAuthenticationProvider. keymasterProperties
Constructors 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 DomainOps
SelfKeymasterContext. domainOps(DomainLogic domainLogic, KeymasterProperties props)
ServiceOps
SelfKeymasterContext. internalServiceOps(NetworkServiceLogic networkServiceLogic, KeymasterProperties props)
UsernamePasswordAuthenticationProvider
SelfKeymasterContext. usernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties, KeymasterProperties keymasterProperties)
-