File tree Expand file tree Collapse file tree
java-manta-examples/src/main/java Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
77 */
88
9- import com .joyent .manta .config .AuthAwareConfigContext ;
109import com .joyent .manta .client .MantaClient ;
10+ import com .joyent .manta .config .AuthAwareConfigContext ;
11+ import com .joyent .manta .config .BaseChainedConfigContext ;
1112import com .joyent .manta .config .ChainedConfigContext ;
1213import com .joyent .manta .config .DefaultsConfigContext ;
13- import com .joyent .manta .config .SettableConfigContext ;
1414
1515import java .io .IOException ;
1616import java .io .InputStream ;
@@ -22,7 +22,7 @@ public class DynamicAuthentication {
2222 public static void main (String ... args ) throws IOException {
2323
2424 // start with an unauthenticated user
25- SettableConfigContext config = new ChainedConfigContext (
25+ BaseChainedConfigContext config = new ChainedConfigContext (
2626 new DefaultsConfigContext ())
2727 .setMantaURL ("https://us-east.manta.joyent.com" )
2828 .setMantaUser ("user/subuser" )
You can’t perform that action at this time.
0 commit comments