users@glassfish.java.net

Re: jdbc realm via asadmin command... how to specify digest algorithm (MD5) ?

From: Alex Sherwin <alex.sherwin_at_acadiasoft.com>
Date: Mon, 24 Aug 2009 08:53:08 -0400

The digest algorithm property is "digest-algorithm", surprisingly
"asadmin help create-auth-realm" doesn't show all the available
properties...

Felipe Gaścho wrote:
> asadmin create-auth-realm --classname
> com.sun.enterprise.security.auth.realm.jdbc.JDBCRealm --property
> user-name-column="login":password-column="password":group-name-column="groupId":jaas-context=jdbcRealm:datasource-jndi="jdbc/arena":group-table="GROUPTABLE":user-table="USERTABLE"
> "ArenaRealm"
>
> how to include digest-algorithm ?
>
> where to find all the properties keys ?
>
>