org.springframework.extensions.config
Class RemoteConfigElement.EndpointDescriptor

java.lang.Object
  extended by org.springframework.extensions.config.RemoteConfigElement.Descriptor
      extended by org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
All Implemented Interfaces:
Serializable
Enclosing class:
RemoteConfigElement

public static class RemoteConfigElement.EndpointDescriptor
extends RemoteConfigElement.Descriptor

The Class EndpointDescriptor.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.springframework.extensions.config.RemoteConfigElement.Descriptor
map
 
Method Summary
 String getAuthId()
           
 boolean getBasicAuth()
           
 String getConnectorId()
           
 String getDescription()
           
 String getEndpointUrl()
           
 boolean getExternalAuth()
           
 RemoteConfigElement.IdentityType getIdentity()
           
 String getName()
           
 String getPassword()
           
 boolean getPersistent()
           
 boolean getUnsecure()
           
 String getUsername()
           
 
Methods inherited from class org.springframework.extensions.config.RemoteConfigElement.Descriptor
get, getId, getProperty, getStringProperty, put, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDescription

public String getDescription()

getName

public String getName()

getConnectorId

public String getConnectorId()

getAuthId

public String getAuthId()

getEndpointUrl

public String getEndpointUrl()

getIdentity

public RemoteConfigElement.IdentityType getIdentity()

getUsername

public String getUsername()

getPassword

public String getPassword()

getUnsecure

public boolean getUnsecure()

getPersistent

public boolean getPersistent()

getBasicAuth

public boolean getBasicAuth()

getExternalAuth

public boolean getExternalAuth()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.