Package org.talend.sdk.component.api
Annotation Interface DecryptedServer
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumstatic @interfacestatic @interface
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional ElementsModifier 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")})
 
- 
alwaysTryLookupboolean 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"
 
 
-