com.spss.psapi.core

Interface CredentialDescriptor



  • public interface CredentialDescriptor
    This defines the credentials to log into DataBase.
    Since:
    PSAPI 15.0
    Version:
    1.0
    Author:
    ddebella
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getDefinitionName()
      Returns the credential definition name.
      java.lang.String getDomain()
      Returns the domain associated with this credential.
      java.lang.String getPassword()
      Returns the password.
      java.lang.String getUserName()
      Returns the user name.
    • Method Detail

      • getUserName

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

        java.lang.String getPassword()
        Returns the password.
        Returns:
        the password
      • getDefinitionName

        java.lang.String getDefinitionName()
        Returns the credential definition name.
        Returns:
        the credential definition
      • getDomain

        java.lang.String getDomain()
        Returns the domain associated with this credential.
        Returns:
        the domain

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