com.spss.psapi.core

Interface RepositoryConnectionDescriptor

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getDomainName()
      Returns the domain name to be used when logging into the content repository (if applicable) or the empty string.
      java.lang.String getHostName()
      Returns the host name or IP address of the content repository machine.
      java.lang.String getPassword()
      Returns the user's password in plain text.
      int getPortNumber()
      Returns the port number which the content repository is listening on.
      java.lang.String getUserName()
      Returns the user's login name.
      boolean getUseSSL()
      Returns true if the connection should use a secure socket.
    • Method Detail

      • getHostName

        java.lang.String getHostName()
        Returns the host name or IP address of the content repository machine.
        Returns:
        the host name or IP address of the content repository machine
      • getPortNumber

        int getPortNumber()
        Returns the port number which the content repository is listening on.
        Returns:
        the port number
      • getDomainName

        java.lang.String getDomainName()
        Returns the domain name to be used when logging into the content repository (if applicable) or the empty string.
        Returns:
        the domain name to be used
      • getUserName

        java.lang.String getUserName()
        Returns the user's login name.
        Returns:
        the user's login name
      • getPassword

        java.lang.String getPassword()
        Returns the user's password in plain text. An empty string indicates that there is no password.
        Returns:
        the user's password in plain text
      • getUseSSL

        boolean getUseSSL()
        Returns true if the connection should use a secure socket.
        Returns:
        true if the connection should use a secure socket

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.