public class TrustStore extends Object implements VisitableConfig
| Modifier and Type | Field and Description |
|---|---|
String |
password
The password to access the truststore.
|
String |
path
The location of the truststore.
|
String |
rootCertificateAlias
The alias of the certificate to use from the truststore.
|
| Constructor and Description |
|---|
TrustStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept visitor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
@Parameter
@Summary(value="The location of the truststore.")
@Expression(value=NOT_SUPPORTED)
@ParameterDsl(allowReferences=false)
@Path(type=FILE,
acceptsUrls=true,
location=ANY)
public String path
@Parameter @Summary(value="The password to access the truststore.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @Password public String password
@Parameter @Summary(value="The alias of the trusted certificate.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public String rootCertificateAlias
public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2019–2025 Teslanet.nl. All rights reserved.