JavaScript is disabled on your browser.
java.lang.Object
org.mule.runtime.api.component.AbstractComponent
org.mule.runtime.module.tls.internal.config.KeyStoreConfig
All Implemented Interfaces:
org.mule.runtime.api.component.Component, org.mule.runtime.api.tls.TlsContextKeyStoreConfiguration, org.mule.runtime.api.tls.TlsContextStoreConfiguration
public class KeyStoreConfig
extends org.mule.runtime.api.component.AbstractComponent
implements org.mule.runtime.api.tls.TlsContextKeyStoreConfiguration
POJO for parsing the TLS key store before building the actual DefaultTlsContext
Since:
4.0
Nested Class Summary
Nested classes/interfaces inherited from interface org.mule.runtime.api.component.Component
org.mule.runtime.api.component.Component.Annotations
Field Summary
Fields inherited from class org.mule.runtime.api.component.AbstractComponent
ANNOTATION_NAME, LOCATION_KEY, ROOT_CONTAINER_NAME_KEY
Fields inherited from interface org.mule.runtime.api.component.Component
ANNOTATIONS_PROPERTY_NAME, NS_MULE_DOCUMENTATION, NS_MULE_PARSER_METADATA
Method Summary
Methods inherited from class org.mule.runtime.api.component.AbstractComponent
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotations
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
KeyStoreConfig
public KeyStoreConfig()
Method Detail
getAlias
public String getAlias()
Specified by:
getAlias in interface org.mule.runtime.api.tls.TlsContextKeyStoreConfiguration
getPath
public String getPath()
Specified by:
getPath in interface org.mule.runtime.api.tls.TlsContextStoreConfiguration
getType
public String getType()
Specified by:
getType in interface org.mule.runtime.api.tls.TlsContextStoreConfiguration
Copyright © 2003–2024 MuleSoft, Inc. . All rights reserved.