Class SsisExecutionCredential


  • public final class SsisExecutionCredential
    extends Object
    SSIS package execution credential.
    • Constructor Detail

      • SsisExecutionCredential

        public SsisExecutionCredential()
    • Method Detail

      • getDomain

        public Object getDomain()
        Get the domain property: Domain for windows authentication.
        Returns:
        the domain value.
      • setDomain

        public SsisExecutionCredential setDomain​(Object domain)
        Set the domain property: Domain for windows authentication.
        Parameters:
        domain - the domain value to set.
        Returns:
        the SsisExecutionCredential object itself.
      • getUserName

        public Object getUserName()
        Get the userName property: UseName for windows authentication.
        Returns:
        the userName value.
      • setUserName

        public SsisExecutionCredential setUserName​(Object userName)
        Set the userName property: UseName for windows authentication.
        Parameters:
        userName - the userName value to set.
        Returns:
        the SsisExecutionCredential object itself.
      • getPassword

        public SecureString getPassword()
        Get the password property: Password for windows authentication.
        Returns:
        the password value.
      • setPassword

        public SsisExecutionCredential setPassword​(SecureString password)
        Set the password property: Password for windows authentication.
        Parameters:
        password - the password value to set.
        Returns:
        the SsisExecutionCredential object itself.