Re: [Dspace-tech] authenticatation using custom application

2012-03-26 Thread dolly
Hello!! I have login to dspace through my program and also able to browse. Now I have to upload/download files. which class/function of api should I use for this Plz-Plz reply With Regards -- View this message in context: http://dspace.2283337.n4.nabble.com/authenticatation-using-custom-

Re: [Dspace-tech] authenticatation using custom application

2012-03-23 Thread dolly
Hello!! I have login to dspace through my program and also able to browse. Now I have to upload/download files. which class/function of api should I use for this Plz-Plz reply With Regards -- View this message in context: http://dspace.2283337.n4.nabble.com/authenticatation-using-custom-a

Re: [Dspace-tech] authenticatation using custom application

2012-03-21 Thread dolly
Hello!! I have login to dspace through my program and also able to browse. Now I have to upload/download files. which class/function of api should I use for this Plz-Plz reply With Regards -- View this message in context: http://dspace.2283337.n4.nabble.com/authenticatation-using-custom-ap

Re: [Dspace-tech] authenticatation using custom application

2012-03-21 Thread dolly
Hello!! I have login to dspace through my program and also able to browse. Now I have to upload/download files. which class/function of api should I use for this Plz help With Regards -- View this message in context: http://dspace.2283337.n4.nabble.com/authenticatation-using-custom-app

Re: [Dspace-tech] authenticatation using custom application

2012-03-01 Thread dolly
Hello!! When I put ConfigurationManager.loadConfig(null) in my program, I got this Error FATAL: Cannot find dspace.cfg > Exception in thread "main" java.lang.IllegalStateException: Cannot find > dspace.cfg > at > org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:

Re: [Dspace-tech] authenticatation using custom application

2012-02-29 Thread Mark H. Wood
On Wed, Feb 29, 2012 at 01:43:57AM -0800, dolly wrote: > > import org.dspace.authenticate.*; > > import org.dspace.core.*; > > > > public class collab > > { > > public static void main(String []s) > > { > > System.out.println("hello!!!"); > > AuthenticationManager a=new AuthenticationMan

Re: [Dspace-tech] authenticatation using custom application

2012-02-29 Thread dolly
Thanks for the reply As u said ,I have developed this program to authenticate to dspace. > import org.dspace.authenticate.*; > import org.dspace.core.*; > > public class collab > { > public static void main(String []s) > { > System.out.println("hello!!!"); > AuthenticationManager a=

Re: [Dspace-tech] authenticatation using custom application

2012-02-29 Thread dolly
Thanks for the reply As u said ,I have developed this program to authenticate to dspace. > import org.dspace.authenticate.*; > import org.dspace.core.*; > > public class collab > { > public static void main(String []s) > { > System.out.println("hello!!!"); > AuthenticationManager a=

Re: [Dspace-tech] authenticatation using custom application

2012-02-28 Thread Tim Donohue
Hi, DSpace uses the org.dspace.authenticate.* Java classes to perform its authentication (in the dspace-api module). Specifically, authentication is performed via this class: org.dspace.authenticate.AuthenticationManager The AuthenticationManager then loads the configured DSpace Authenticati

Re: [Dspace-tech] authenticatation using custom application

2012-02-28 Thread dolly
On 2/28/12, dolly [via DSpace] wrote: > > > plz Help me > If anyone can suggest me then plz reply soon > > With regards > > > ___ > If you reply to this email, your message will be added to the discussion > below: > http://dspace.2283337.n4.nabbl

Re: [Dspace-tech] authenticatation using custom application

2012-02-28 Thread dolly
plz Help me If anyone can suggest me then plz reply soon With regards -- View this message in context: http://dspace.2283337.n4.nabble.com/authenticatation-using-custom-application-tp4416914p4427683.html Sent from the DSpace - Tech mailing list archive at Nabble.com. --

[Dspace-tech] authenticatation using custom application

2012-02-24 Thread dolly
Hello, I am trying to connect my custom application(swing application) to dspace. I have to login to dspace through my application. can u suggest me how should i proceed further? which class/function of api should I use im my program to authenticate the user? I am using dspace 1.8.1 version. plz r