Class ServiceProviderParameter


  • public final class ServiceProviderParameter
    extends Object
    Extra Parameters specific to each Service Provider.
    • Constructor Detail

      • ServiceProviderParameter

        public ServiceProviderParameter()
    • Method Detail

      • name

        public String name()
        Get the name property: Name of the Service Provider.
        Returns:
        the name value.
      • type

        public String type()
        Get the type property: Type of the Service Provider.
        Returns:
        the type value.
      • displayName

        public String displayName()
        Get the displayName property: Display Name of the Service Provider.
        Returns:
        the displayName value.
      • description

        public String description()
        Get the description property: Description of the Service Provider.
        Returns:
        the description value.
      • helpUrl

        public String helpUrl()
        Get the helpUrl property: Help Url for the Service Provider.
        Returns:
        the helpUrl value.
      • defaultProperty

        public String defaultProperty()
        Get the defaultProperty property: Default Name for the Service Provider.
        Returns:
        the defaultProperty value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.