org.springframework.extensions.config
Class RemoteConfigElement.ConnectorDescriptor

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

public static class RemoteConfigElement.ConnectorDescriptor
extends RemoteConfigElement.Descriptor

The Class ConnectorDescriptor.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.springframework.extensions.config.RemoteConfigElement.Descriptor
map
 
Method Summary
 String getAuthenticatorId()
           
 String getDescription()
           
 String getImplementationClass()
           
 String getName()
           
 String getUnauthenticatedMode()
           
 
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

getImplementationClass

public String getImplementationClass()

getDescription

public String getDescription()

getName

public String getName()

getAuthenticatorId

public String getAuthenticatorId()

getUnauthenticatedMode

public String getUnauthenticatedMode()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.