Class OssIndexConfiguration

  • All Implemented Interfaces:

    
    public final class OssIndexConfiguration
    
                        

    The configuration for the OSS Index provider.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getServerUrl() The base URL of the OSS Index REST API.
      final String getUsername() The username to use for authentication.
      final String getPassword() The password to use for authentication.
      • Methods inherited from class java.lang.Object

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

      • OssIndexConfiguration

        OssIndexConfiguration(String serverUrl, String username, String password)
    • Method Detail

      • getServerUrl

         final String getServerUrl()

        The base URL of the OSS Index REST API. If undefined, default base URL for the REST API of the public OSS Index service.