public interface FileTrustStore<X extends FileTrustStore<X>> extends TrustStore<X>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TRUST_MANAGER_FACTORY_ALGORITHM |
static String |
DEFAULT_TRUSTSTORE_TYPE |
static String |
PASSWORD |
static String |
PEERS_ONLY |
static String |
STORE_URL |
static String |
TRUST_MANAGER_FACTORY_ALGORITHM |
static String |
TRUST_STORE_TYPE |
CONTEXT, CREATED_BY, CREATED_TIME, DESCRIPTION, DESIRED_STATE, DURABLE, ID, LAST_UPDATED_BY, LAST_UPDATED_TIME, LIFETIME_POLICY, NAME, OVER_SIZED_ATTRIBUTE_ALTERNATIVE_TEXT, STATE, TYPE
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getPassword() |
String |
getPath() |
String |
getStoreUrl() |
String |
getTrustManagerFactoryAlgorithm() |
String |
getTrustStoreType() |
boolean |
isPeersOnly() |
void |
setPassword(String password) |
getCertificates, getExcludedVirtualHostMessageSources, getIncludedVirtualHostMessageSources, getTrustManagers, isExposedAsMessageSource
addChangeListener, asObjectRecord, close, closeAsync, createChild, createChildAsync, decryptSecrets, delete, deleteAsync, findConfiguredObject, getActualAttributes, getAttainedChildById, getAttainedChildByName, getAttribute, getAttributeNames, getCategoryClass, getChildById, getChildByName, getChildExecutor, getChildren, getContext, getContextKeys, getContextValue, getContextValue, getCreatedBy, getCreatedTime, getDesiredState, getId, getLastOpenedTime, getLastUpdatedBy, getLastUpdatedTime, getLifetimePolicy, getModel, getName, getObjectFactory, getParent, getState, getStatistics, getTaskExecutor, getType, getTypeClass, isDurable, managesChildStorage, open, openAsync, removeChangeListener, setAttribute, setAttributes, setAttributesAsync
static final String TRUST_MANAGER_FACTORY_ALGORITHM
static final String PEERS_ONLY
static final String TRUST_STORE_TYPE
static final String PASSWORD
static final String STORE_URL
static final String DEFAULT_TRUSTSTORE_TYPE
static final String DEFAULT_TRUST_MANAGER_FACTORY_ALGORITHM
String getDescription()
getDescription
in interface ConfiguredObject<X extends FileTrustStore<X>>
String getStoreUrl()
String getPath()
String getTrustManagerFactoryAlgorithm()
String getTrustStoreType()
boolean isPeersOnly()
String getPassword()
void setPassword(String password)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.