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.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 KeymasterPropertiesModifier and TypeMethodDescriptionorg.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 KeymasterPropertiesModifier and TypeFieldDescriptionprotected final KeymasterProperties
SelfKeymasterInternalDomainOps.props
protected final KeymasterProperties
SelfKeymasterInternalServiceOps.props
Constructors 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 KeymasterProperties
SelfKeymasterUsernamePasswordAuthenticationProvider.keymasterProperties
Constructors 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) -
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)