Class SsisExecutionCredential


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

      • SsisExecutionCredential

        public SsisExecutionCredential()
    • Method Detail

      • domain

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

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

        public Object username()
        Get the username property: UseName for windows authentication.
        Returns:
        the username value.
      • withUsername

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

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

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

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