Avatar

Organizations

1 results for Jaas
  • Prologue

    Karaf 2.1.0 has been just released! Among other new features, it includes a major revamp in the JAAS module support:

    • Encryption support
    • Database Login Module
    • Role Policies

    This post will use all 3 features, in order to create a secured Wicket application on Karaf, using Karaf’s JAAS modules and Wicket’s auth-roles module.

    Introduction

    The application that we are going to build is a simple wicket application. It will be deployed on Karaf and the user credentials will be stored in a mysql database. For encrypting the password we will use Karaf’s Jasypt encryption service implementation, to encrypt passwords using MD5 algorithm in hexadecimal format.

    java osgi jaas security Created Sat, 25 Sep 2010 00:00:00 +0300