Package org.talend.sdk.component.api
Annotation Type DecryptedServer
- 
@Target({FIELD,PARAMETER}) @Retention(RUNTIME) public @interface DecryptedServer
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanalwaysTryLookupDecryptedServer.ConditionsconditionsStringdefaultPasswordStringdefaultUsername 
 - 
 
- 
- 
- 
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"
 
 
 - 
 
 -