Annotation Type DecryptedServer


  • Element Details

    • value

      Returns:
      the settings.xml serverId to match.
    • conditions

      Returns:
      the list of conditions to meet to activate this decrypting.
      Default:
      @org.talend.sdk.component.api.DecryptedServer.Conditions({@org.talend.sdk.component.api.DecryptedServer.Condition(forSystemProperty="talend.junit.http.passthrough"), @org.talend.sdk.component.api.DecryptedServer.Condition(forSystemProperty="talend.maven.decrypter.active")})
    • alwaysTryLookup

      Returns:
      true to always try to read the server whatever the condition state and fallback on the mock values if not found and conditions are met.
      Default:
      true
    • defaultUsername

      Returns:
      the username when forSystemProperty test fails.
      Default:
      "username"
    • defaultPassword

      Returns:
      the username when forSystemProperty test fails.
      Default:
      "password"