Bug 1234390

Summary: [QE] Description of EAP6-190: steps how to use a custom implementation for the Password vault needs improvements
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Ondrej Kotek <okotek>
Component: DocumentationAssignee: Zach Rhoads <zrhoads>
Status: CLOSED DEFERRED QA Contact: Ondrej Kotek <okotek>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: anrobert, eap-docs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://access.stage.redhat.com/beta/documentation/en/red-hat-jboss-enterprise-application-platform-64-how-to-configure-server-security
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-07 19:21:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1233490    

Description Ondrej Kotek 2015-06-22 13:00:45 UTC
Book: How to Configure Server Security
Revision: n_1415843_how-to-configure-server-security_version_6.4_edition_1.0_release_0-revision_1
Section: Password Vault

Issue description:
"Step 1. Create a class that implements the interface SecurityVault" is not self-explaining. There is no futher information for a user to perform such a step, at least interface has to be fully qualified..
"Step 2. Create a module containing the class from the previous step, and specify a dependency on org.picketbox where the interface is SecurityVault." is not self-explaining. Further information is necessary for a user to perform such a step.

Suggestions for improvement:
Interface SecurityVault should be fully qualiffied. Add a reference to a procedure explaining the first step, or add a reference to a description of the SecurityVault interface.
Add a reference to an procedure explaining how to create a module and specify its dependencies.