This would return attributes that you set with setAttribute. Use getUserID and/or getPassword if you want those properties.
On Fri, Jan 9, 2009 at 9:29 AM, [email protected] < [email protected]> wrote: > Repository repository = new > RMIRemoteRepository("//localhost:1099/jackrabbit.repository"); > SimpleCredentials c = new > SimpleCredentials("alex","surname".toCharArray()); > Session s = repository.login(c, "workspace"); > String[]attr=s.getAttributeNames(); > > the array is empty. why? > > what kind of attributes should be returned?I guess username > and password > specified in the SimpleCredentials object. >
