Package org.talend.sdk.component.api
Annotation Type DecryptedServer
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static @interface
static @interface
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
-
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
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
- Returns:
- the username when forSystemProperty test fails.
- Default:
- "username"
-
defaultPassword
- Returns:
- the username when forSystemProperty test fails.
- Default:
- "password"
-