Class RemoteConfigElement.EndpointDescriptor

java.lang.Object
org.springframework.extensions.config.RemoteConfigElement.Descriptor
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:
  • Method Details

    • 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()
    • getBasicAuth

      public boolean getBasicAuth()
    • getExternalAuth

      public boolean getExternalAuth()
    • getParentId

      public String getParentId()