August 9, 2006

You are currently browsing the daily archive for August 9, 2006.

Login Control

I remembered that in my previous company, they write a specialized software for doing the user authentication to all the systems. This project is so large, which requires so many resources to work on it.

Now, I used the login authentication provided by JBoss instead. Through the login-config.xml configuration, I can easily set all the things up.

Pros:

  • Easy to configure, saves time
  • There are many login modules. I’m using the one authenticated with Database
  • The encrytion are done. I don’t need to care security myself

Cons:

  • The interface is so simple
  • You can use a form instead, where you can put beautiful layouts around. However, the security level will be reduced

In order to strengthen the functions and securities of JBoss login, which fits your needs, there are some more backend things to do.

For example, if you want to control the maximum login attempt, the original JBoss login cannot do this. You should implement your own logic. Here is an example.

Building a Custom JBoss Login Module - http://www.informit.com/articles/article.asp?p=389111&seqNum=7&rl=1

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • Technorati
  • YahooMyWeb

« Older entries

 

August 2006
S M T W T F S
« Jul   Sep »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories