Hide User Details Columns on HDAP for AM Prime
3 years ago
Originally Published: 2017-06-28
Article Number
000058988
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: AM Prime
RSA Version/Condition:  1.x
Issue
The requirement is to hide some columns when you click on the user in HDAP and go to Detailed User Information.

In this article, we will hide the "Status" column as an example.

The view by default is like this:
 
User-added image

User-added image
Tasks
  1. Change the HDAP configuration to hide the column.
  2. Stop and Start HDAP Tomcat Service.
Resolution
  1. Go to the Tomcat HDAP classes under the installation Directory :
    • For Linux:  /opt/rsa/primekit/tomcat/tomcat-hdap/webapps/hdap/WEB-INF/classes
    • For Windows: C:\RSA\Tomcat7-HDAP\webapps\hdap\WEB-INF\classe s
  2. Edit the LAPStripesResources.properties file with a Notepad++
  3. Search for Status and allocate the below line to hide the Status Column. The line is :
    stripes.field.tokenpage.tokenenabled=Status
  4. Comment out the line by adding a hash symbol at the beginning of it. The line will look like this:
    #stripes.field.tokenpage.tokenenabled=Status
  5. Stop and start Tomcat HDAP.
  6. Login the HDAP again and search for a User and got to the Detailed User Information, you will find the Status column disappeared:
User-added image


User-added image
Notes
You can do the above steps for any column using the same steps only changing step 3 and 4 by choosing the appropriate line.