Re: Authentication problem

2006-01-28 Thread Prashanth.S
In that case you may need to look at authentication mechanism provided by JBOSS 
app server.Ideally since you have an appserver environment,it may be 
unnecessary to do custom JAAS coding as it will be allready implemented by 
appserver..But again,since you want country to be included in authentication 
apart from username/password you may need to extend authetication handlers of 
Jboss...Google for jboss authentication..
   
  http://www.awprofessional.com/articles/article.asp?p=394898&rl=1
   
  Rgds
  Prashanth
  

Luis Gervaso <[EMAIL PROTECTED]> wrote:
  Hello again,

Mi purpose is establish this in order to call ejb in jboss from tomcat

For user authentication i need

user + password + country

user and password come from de login page and country form de last from
www.google (.es | us | fr ) and so (http header host)

gracias :)

2006/1/27, Prashanth.S :
>
> whats your appserver??
> Iam working on a project using websphere app server and it has admin
> configurations wherein you can set websphere to authenticate using different
> authentication mechanisms[ex:Basic,Form,client-cert etc] aganist different
> user information repository[Ex:windows/solaris user registry,Any directory
> server using LDAP]..Everything is just configuration..No coding is
> necessary...
>
> So see what your container provides before building on custom
> solutions..
>
> Rgds
> Prashanth
>
> Luis Gervaso wrote:
> Hello all,
>
> I need help about authentication problem
>
> The scenario is:
>
> When user login is necessary consult database to obtain user information
> in
> order to store this in the HttpSession
>
> I hope to integrate this with container based security in order to use
> getUserPrincipal, etc
>
> if we use j_security_check we aren't be able to consult database in the
> same
> request
>
> regards
>
> --
> Un saludo
>
>
>
>
> -
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 1GB free storage!
>



--
Un saludo
  



-
Meet your soulmate!
 Yahoo! Asia presents Meetic - where millions of singles gather 

Re: Authentication problem

2006-01-27 Thread Luis Gervaso
Hello again,

Mi purpose is establish this in order to call ejb in jboss from tomcat

For user authentication i need

   user + password + country

user and password come from de login page and country form de last from
www.google (.es  |  us |  fr ) and so (http header host)

gracias :)

2006/1/27, Prashanth.S <[EMAIL PROTECTED]>:
>
> whats your appserver??
>   Iam working on a project using websphere app server and it has admin
> configurations wherein you can set websphere to authenticate using different
> authentication mechanisms[ex:Basic,Form,client-cert etc] aganist different
> user information repository[Ex:windows/solaris user registry,Any directory
> server using LDAP]..Everything is just configuration..No coding is
> necessary...
>
>   So see what your container provides before building on custom
> solutions..
>
>   Rgds
>   Prashanth
>
> Luis Gervaso <[EMAIL PROTECTED]> wrote:
>   Hello all,
>
> I need help about authentication problem
>
> The scenario is:
>
> When user login is necessary consult database to obtain user information
> in
> order to store this in the HttpSession
>
> I hope to integrate this with container based security in order to use
> getUserPrincipal, etc
>
> if we use j_security_check we aren't be able to consult database in the
> same
> request
>
> regards
>
> --
> Un saludo
>
>
>
>
> -
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 1GB free storage!
>



--
Un saludo


Re: Authentication problem

2006-01-27 Thread Prashanth.S
whats your appserver??
  Iam working on a project using websphere app server and it has admin 
configurations wherein you can set websphere to authenticate using different 
authentication mechanisms[ex:Basic,Form,client-cert etc] aganist different user 
information repository[Ex:windows/solaris user registry,Any directory server 
using LDAP]..Everything is just configuration..No coding is necessary...
   
  So see what your container provides before building on custom solutions..

  Rgds
  Prashanth
  
Luis Gervaso <[EMAIL PROTECTED]> wrote:
  Hello all,

I need help about authentication problem

The scenario is:

When user login is necessary consult database to obtain user information in
order to store this in the HttpSession

I hope to integrate this with container based security in order to use
getUserPrincipal, etc

if we use j_security_check we aren't be able to consult database in the same
request

regards

--
Un saludo
  



-
Do you Yahoo!?
 New and Improved Yahoo! Mail - 1GB free storage!