Bug 1252773 - [QE] Insufficient description of digestCallback for UsernamePasswordLoginModule
Summary: [QE] Insufficient description of digestCallback for UsernamePasswordLoginModule
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: post-GA
: EAP 6.4.3
Assignee: Priyanka Nag
QA Contact: mchoma
URL: https://access.stage.redhat.com/docum...
Whiteboard:
Depends On:
Blocks: 1233012
TreeView+ depends on / blocked
 
Reported: 2015-08-12 08:56 UTC by mchoma
Modified: 2015-10-20 13:00 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-10-20 13:00:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description mchoma 2015-08-12 08:56:31 UTC
Book: Login Module Reference
Revision: n_1575841_login-module-reference_version_6.4_edition_1.0_release_0-revision_6701191
Section: 2.2. UsernamePasswordLoginModule

Issue description:
1) For exactness there should be rather mentioned fully-qualified name (FQN) which is org.jboss.crypto.digest.DigestCallback in sentence "The class name of the DigestCallback implementation that includes pre/post digest content like salts for hashing the input password. "

2) Description of digestCallback option for UsernamePasswordLoginModule contains sentence "Only used if hashAlgorithm has been specified.". However it also depends on hashUserPassword option which has to be set to true.


Suggestions for improvement:
Replace description with "The class name of the org.jboss.crypto.digest.DigestCallback implementation that includes pre/post digest content like salts for hashing the input password. Only used if hashAlgorithm has been specified and hashUserPassword is set to true."


Note You need to log in before you can comment on or make changes to this bug.