Class SsisAccessCredential


  • public final class SsisAccessCredential
    extends Object
    SSIS access credential.
    • Constructor Detail

      • SsisAccessCredential

        public SsisAccessCredential()
    • Method Detail

      • getDomain

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

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

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

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

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

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