|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.extensions.config.element.ConfigElementAdapter
org.springframework.extensions.config.RemoteConfigElement
public class RemoteConfigElement
Describes the connection, authentication and endpoint properties stored
within the
Nested Class Summary
static classRemoteConfigElement.AuthenticatorDescriptor
The Class AuthenticatorDescriptor.
static classRemoteConfigElement.ConnectorDescriptor
The Class ConnectorDescriptor.
static classRemoteConfigElement.Descriptor
EndPoint Descriptor class
static classRemoteConfigElement.EndpointDescriptor
The Class EndpointDescriptor.
static classRemoteConfigElement.IdentityType
Enum describing the Identity Type for an Endpoint
static classRemoteConfigElement.KeyStoreDescriptor
The Class KeyStoreDescriptor.
Field Summary
protected HashMap<String,RemoteConfigElement.AuthenticatorDescriptor>authenticators
protected HashMap<String,RemoteConfigElement.ConnectorDescriptor>connectors
protected StringdefaultCredentialVaultProviderId
protected StringdefaultEndpointId
protected HashMap<String,RemoteConfigElement.EndpointDescriptor>endpoints
protected RemoteConfigElement.KeyStoreDescriptorkeyStoreDescriptor
Fields inherited from class org.springframework.extensions.config.element.ConfigElementAdapter
attributes, children, name, value
Constructor Summary
RemoteConfigElement()
Constructs a new Remote Config Element
Method Summary
ConfigElementcombine(ConfigElement element)
Combines the given config element with this config element and returns a
new instance containing the resulting combination.
RemoteConfigElement.AuthenticatorDescriptorgetAuthenticatorDescriptor(String id)
String[]getAuthenticatorIds()
RemoteConfigElement.ConnectorDescriptorgetConnectorDescriptor(String id)
String[]getConnectorIds()
StringgetDefaultCredentialVaultProviderId()
StringgetDefaultEndpointId()
RemoteConfigElement.EndpointDescriptorgetEndpointDescriptor(String id)
String[]getEndpointIds()
protected static RemoteConfigElementnewInstance(org.dom4j.Element elem)
New instance.
Methods inherited from class org.springframework.extensions.config.element.ConfigElementAdapter
getAttribute, getAttributeCount, getAttributes, getChild, getChildCount, getChildren, getChildren, getChildrenMap, getChildValue, getName, getValue, hasAttribute, hasChildren, setValue, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
keyStoreDescriptor
protected RemoteConfigElement.KeyStoreDescriptor keyStoreDescriptor
connectors
protected HashMap<String,RemoteConfigElement.ConnectorDescriptor> connectors
authenticators
protected HashMap<String,RemoteConfigElement.AuthenticatorDescriptor> authenticators
endpoints
protected HashMap<String,RemoteConfigElement.EndpointDescriptor> endpoints
defaultEndpointId
protected String defaultEndpointId
defaultCredentialVaultProviderId
protected String defaultCredentialVaultProviderId
Constructor Detail
RemoteConfigElement
public RemoteConfigElement()
Method Detail
combine
public ConfigElement combine(ConfigElement element)
ConfigElement
combine in interface ConfigElementcombine in class ConfigElementAdapter
element - The config element to combine into this one
getConnectorIds
public String[] getConnectorIds()
getConnectorIds in interface RemoteConfigProperties
getConnectorDescriptor
public RemoteConfigElement.ConnectorDescriptor getConnectorDescriptor(String id)
getConnectorDescriptor in interface RemoteConfigProperties
getAuthenticatorIds
public String[] getAuthenticatorIds()
getAuthenticatorIds in interface RemoteConfigProperties
getAuthenticatorDescriptor
public RemoteConfigElement.AuthenticatorDescriptor getAuthenticatorDescriptor(String id)
getAuthenticatorDescriptor in interface RemoteConfigProperties
getEndpointIds
public String[] getEndpointIds()
getEndpointIds in interface RemoteConfigProperties
getEndpointDescriptor
public RemoteConfigElement.EndpointDescriptor getEndpointDescriptor(String id)
getEndpointDescriptor in interface RemoteConfigProperties
getDefaultEndpointId
public String getDefaultEndpointId()
getDefaultEndpointId in interface RemoteConfigProperties
getDefaultCredentialVaultProviderId
public String getDefaultCredentialVaultProviderId()
getDefaultCredentialVaultProviderId in interface RemoteConfigProperties
newInstance
protected static RemoteConfigElement newInstance(org.dom4j.Element elem)
elem - the elem
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009 SpringSource, Inc. All Rights Reserved.