Annotation Type DecryptedServer

    • Element Detail

      • value

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

        DecryptedServer.Conditions 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

        boolean 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

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

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