Class DFServiceConfiguration


  • public final class DFServiceConfiguration
    extends java.lang.Object
    Data holder for a user service configuration. It is used in IJCUserLoginServiceAdmin. This object is immutable.
    Author:
    Tim Dudgeon
    • Constructor Summary

      Constructors 
      Constructor Description
      DFServiceConfiguration​(java.lang.String description, java.lang.String value, java.lang.String contentType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAsText()
      Get a text representation of the settings that can be edited
      java.lang.String getContentType()
      A hint to allow an appropriate editor to be selected to edit the setting e.g.
      java.lang.String getDescription()
      Get the description for this item
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DFServiceConfiguration

        public DFServiceConfiguration​(java.lang.String description,
                                      java.lang.String value,
                                      java.lang.String contentType)
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Get the description for this item
      • getAsText

        public java.lang.String getAsText()
        Get a text representation of the settings that can be edited
      • getContentType

        public java.lang.String getContentType()
        A hint to allow an appropriate editor to be selected to edit the setting e.g. text/xml