public class RemoteConfigElement extends ConfigElementAdapter implements RemoteConfigProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteConfigElement.AuthenticatorDescriptor
The Class AuthenticatorDescriptor.
|
static class |
RemoteConfigElement.ConnectorDescriptor
The Class ConnectorDescriptor.
|
static class |
RemoteConfigElement.Descriptor
EndPoint Descriptor class
|
static class |
RemoteConfigElement.EndpointDescriptor
The Class EndpointDescriptor.
|
static class |
RemoteConfigElement.IdentityType
Enum describing the Identity Type for an Endpoint
|
static class |
RemoteConfigElement.SSLConfigDescriptor |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,RemoteConfigElement.AuthenticatorDescriptor> |
authenticators |
protected HashMap<String,RemoteConfigElement.ConnectorDescriptor> |
connectors |
protected String |
defaultCredentialVaultProviderId |
protected String |
defaultEndpointId |
protected HashMap<String,RemoteConfigElement.EndpointDescriptor> |
endpoints |
protected RemoteConfigElement.SSLConfigDescriptor |
sslConfigDescriptor |
attributes, children, name, value| Constructor and Description |
|---|
RemoteConfigElement()
Constructs a new Remote Config Element
|
| Modifier and Type | Method and Description |
|---|---|
ConfigElement |
combine(ConfigElement element) |
RemoteConfigElement.AuthenticatorDescriptor |
getAuthenticatorDescriptor(String id) |
String[] |
getAuthenticatorIds() |
RemoteConfigElement.ConnectorDescriptor |
getConnectorDescriptor(String id) |
String[] |
getConnectorIds() |
String |
getDefaultCredentialVaultProviderId() |
String |
getDefaultEndpointId() |
RemoteConfigElement.EndpointDescriptor |
getEndpointDescriptor(String id) |
String[] |
getEndpointIds() |
RemoteConfigElement.SSLConfigDescriptor |
getSSLConfigDescriptor() |
protected static RemoteConfigElement |
newInstance(org.dom4j.Element elem)
New instance.
|
getAttribute, getAttributeCount, getAttributes, getChild, getChildCount, getChildren, getChildren, getChildrenMap, getChildValue, getName, getValue, hasAttribute, hasChildren, setValue, toStringprotected RemoteConfigElement.SSLConfigDescriptor sslConfigDescriptor
protected HashMap<String,RemoteConfigElement.ConnectorDescriptor> connectors
protected HashMap<String,RemoteConfigElement.AuthenticatorDescriptor> authenticators
protected HashMap<String,RemoteConfigElement.EndpointDescriptor> endpoints
protected String defaultEndpointId
protected String defaultCredentialVaultProviderId
public RemoteConfigElement()
public ConfigElement combine(ConfigElement element)
combine in interface ConfigElementcombine in class ConfigElementAdapterpublic String[] getConnectorIds()
getConnectorIds in interface RemoteConfigPropertiespublic RemoteConfigElement.ConnectorDescriptor getConnectorDescriptor(String id)
getConnectorDescriptor in interface RemoteConfigPropertiespublic String[] getAuthenticatorIds()
getAuthenticatorIds in interface RemoteConfigPropertiespublic RemoteConfigElement.AuthenticatorDescriptor getAuthenticatorDescriptor(String id)
getAuthenticatorDescriptor in interface RemoteConfigPropertiespublic String[] getEndpointIds()
getEndpointIds in interface RemoteConfigPropertiespublic RemoteConfigElement.EndpointDescriptor getEndpointDescriptor(String id)
getEndpointDescriptor in interface RemoteConfigPropertiespublic String getDefaultEndpointId()
getDefaultEndpointId in interface RemoteConfigPropertiespublic String getDefaultCredentialVaultProviderId()
getDefaultCredentialVaultProviderId in interface RemoteConfigPropertiespublic RemoteConfigElement.SSLConfigDescriptor getSSLConfigDescriptor()
getSSLConfigDescriptor in interface RemoteConfigPropertiesprotected static RemoteConfigElement newInstance(org.dom4j.Element elem)
elem - the elemCopyright © 2005–2017 Alfresco Software. All rights reserved.