Class RemoteAlignmentServiceConfiguration

java.lang.Object
it.uniroma2.art.semanticturkey.config.alignmentservices.RemoteAlignmentServiceConfiguration
All Implemented Interfaces:
Configuration, STProperties

public class RemoteAlignmentServiceConfiguration extends Object implements Configuration
  • Field Details

    • serverURL

      @STProperty(description="{it.uniroma2.art.semanticturkey.config.alignmentservices.RemoteAlignmentServiceConfiguration.serverURL.description}", displayName="{it.uniroma2.art.semanticturkey.config.alignmentservices.RemoteAlignmentServiceConfiguration.serverURL.displayName}") @Required public URL serverURL
    • username

      @STProperty(description="{it.uniroma2.art.semanticturkey.config.alignmentservices.RemoteAlignmentServiceConfiguration.username.description}", displayName="{it.uniroma2.art.semanticturkey.config.alignmentservices.RemoteAlignmentServiceConfiguration.username.displayName}") public String username
    • password

      @STProperty(description="{it.uniroma2.art.semanticturkey.config.alignmentservices.RemoteAlignmentServiceConfiguration.password.description}", displayName="{it.uniroma2.art.semanticturkey.config.alignmentservices.RemoteAlignmentServiceConfiguration.password.displayName}") public String password
    • forwardCredentials

      @STProperty(description="{it.uniroma2.art.semanticturkey.config.alignmentservices.RemoteAlignmentServiceConfiguration.forwardCredentials.description}", displayName="{it.uniroma2.art.semanticturkey.config.alignmentservices.RemoteAlignmentServiceConfiguration.forwardCredentials.displayName}") public boolean forwardCredentials
  • Constructor Details

    • RemoteAlignmentServiceConfiguration

      public RemoteAlignmentServiceConfiguration()
  • Method Details

    • getShortName

      public String getShortName()
      Specified by:
      getShortName in interface STProperties
      Returns:
      a humanly understandable short name representing the type of this property set
    • getHTMLWarning

      public String getHTMLWarning()
      Description copied from interface: STProperties
      An optional HTML warning related to this type of propertySet
      Specified by:
      getHTMLWarning in interface STProperties
      Returns:
      An optional HTML warning related to this type of propertySet. It may be null, if no warning is available