| Thread | Last Post | Replies |
|
| HELP- Authorization in LDAP using JAAS | 20 Feb 2007 21:02 GMT | 1 |
I just wanted to know how JAAS is useful in authorization with LDAP. What are permisssion you can provide while authorizating with LDAP and how? Any sample code on LDAP authorization using JAAS will be helpful?
|
| SSLException: Unrecognized SSL message, plaintext connection? | 20 Feb 2007 03:29 GMT | 9 |
I am getting the following message when run my application Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? at com.sun.net.ssl.internal.ssl.InputRecord.b(Unknown Source)
|
| Need help of providers for RC2 encrypt/decrypt | 14 Feb 2007 12:24 GMT | 2 |
I am trying to encrypt/decrypt using SunJCE Provider, but not able to use RC2 algorithm. Can any one please confirm if SUN JCE provider does not implement RC2 ?
|
| Simple remote authentication | 13 Feb 2007 19:41 GMT | 2 |
I need to implement a simple login / password authentication for my client-server application, preferably some kind of challenge-response protocol. I would like to use an existing solution (SASL + CRAM-MD5?), but I am a bit overwhelmed by all the API's (SASL, JAAS etc.) and
|
| Standard extension of JAAS for instance based authorization? | 12 Feb 2007 13:59 GMT | 2 |
I'm wondering what is the best to do the following: I would like to extend the standard role based access control check which is done by JAAS (based on the role needed to run the method and the role the user has), with a test that will check if the user is
|
| Problem sending secure web services request from WAS 6 to WAS 5.1 | 01 Feb 2007 17:44 GMT | 1 |
We are having trouble sending webservices requests from our client application to an existing server over SSL. We recently upgraded our WAS to 6.0.x, but the webservice provider's server is still running 5.1.x. Ever since we upgraded, we haven't been able to invoke the
|