Uses of Class
org.apache.syncope.common.keymaster.client.api.KeymasterProperties
Package
Description
-
Uses of KeymasterProperties in org.apache.syncope.common.keymaster.client.self
Modifier and TypeMethodDescriptionorg.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
SelfKeymasterClientContext.selfKeymasterRESTClientFactoryBean
(KeymasterProperties props) -
Uses of KeymasterProperties in org.apache.syncope.common.keymaster.client.zookeeper
Modifier and TypeMethodDescriptionorg.apache.curator.framework.CuratorFramework
ZookeeperKeymasterClientContext.curatorFramework
(KeymasterProperties props) -
Uses of KeymasterProperties in org.apache.syncope.core.keymaster.internal
Modifier and TypeFieldDescriptionprotected final KeymasterProperties
SelfKeymasterInternalDomainOps.props
protected final KeymasterProperties
SelfKeymasterInternalServiceOps.props
ModifierConstructorDescriptionSelfKeymasterInternalDomainOps
(DomainLogic logic, KeymasterProperties props) -
Uses of KeymasterProperties in org.apache.syncope.core.keymaster.rest.security
Modifier and TypeFieldDescriptionprotected final KeymasterProperties
SelfKeymasterUsernamePasswordAuthenticationProvider.keymasterProperties
ModifierConstructorDescriptionSelfKeymasterUsernamePasswordAuthenticationProvider
(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties, KeymasterProperties keymasterProperties) -
Uses of KeymasterProperties in org.apache.syncope.core.starter
Modifier 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)