Re: Store two or more credentials

2013-03-12 Thread Alexander Kitaev
AuthenticationManager(new SVNAuthentication[] {user1Auth, >> user2Auth}); >> SvnOperationFactory of = new SvnOperationFactory(); >> of.setAuthenticationManager(authManager); >> >> When asked for credentials by repository2, first user1Auth will be >> us

Re: Store two or more credentials

2013-03-11 Thread Alexander Kitaev
m/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library! On 10 March 2013 20:47, Daniel Alencar wrote: > Hi Everybody, > > Is there a way to store two or more credentials in one > SVNAuthenticationManager? > > Backgr