org.springframework.extensions.config
Class RemoteConfigElement.AuthenticatorDescriptor

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

public static class RemoteConfigElement.AuthenticatorDescriptor
extends RemoteConfigElement.Descriptor

The Class AuthenticatorDescriptor.

See Also:
Serialized Form

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


Copyright © 2009 SpringSource, Inc. All Rights Reserved.