• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

j2me authenication on j2ee server

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, is it possible to authenticate a J2ME client on a J2ee server
(using J2EE authentication).
At the moment I'm using just basic programmatic authentication like just comparing the username and pword with that of the dbase, but I dont know
how safe this method is from restricting the client from resources the should not be accessing. So Is it possible to set up a Mobile users security group with the server and authenticate the j2me client. I looked at some WML code for cwap and it appeared that for authentication the request was sent as :- j_security_check?name=$email&j_password=$pincode.
Is it possible to do a similar thing.
Thanks for your time
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic