[ http://jira.jboss.com/jira/browse/JBAS-1473?page=history ]
Scott M Stark reassigned JBAS-1473:
-----------------------------------
Assign To: Scott M Stark
> Add support for customization of the login module password hash mechanism
> -------------------------------------------------------------------------
>
> Key: JBAS-1473
> URL: http://jira.jboss.com/jira/browse/JBAS-1473
> Project: JBoss Application Server
> Type: Feature Request
> Components: Security
> Reporter: Scott M Stark
> Assignee: Scott M Stark
> Fix For: JBossAS-5.0 Alpha, JBossAS-4.0.2 Final
>
> Original Estimate: 1 day
> Remaining: 1 day
>
> A generic extension to add a DigestCallback extension interface like the
> following should be made to the jboss login modules:
> public interface DigestCallback
> {
> /** Pass through access to the login module options */
> public void init(java.util.Map options);
> /** Pre-hash callout to allow for content before the password */
> public void preDigest(java.security.MessageDigest digest);
> /** Post-hash callout afer the password has been added to allow for
> content after the password */
> public void postDigest(java.security.MessageDigest digest);
> }
> options: the option maps passed to the login module with any unknown options
> that affect the DigestCallback simply passed through
> digest: the standard MessageDigest created based on the digest algorithm
> specified via the login module options.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development