You can associate an image file with each user, role, or resource entity in the CA GovernanceMinder database. This file is displayed in information and certification screens of the CA GovernanceMinder Portal. Each image file is matched to an entity based on the value of an attribute field.
Follow these steps:
Defines a URL template that lets CA GovernanceMinder retrieve an image for a specific user record. Typically this template combines the pathname of the image directory with wildcards for user attributes. In the following example, the /users directory on the CA GovernanceMinder server stores user images, and the userID attribute identifies individual images.
http://gm_host:port/users/$(userID).jpg
Note: gm_host and port are the CA GovernanceMinder server network address and communications port, and $(userID) is a placeholder for the actual value of the userID attribute.
When CA GovernanceMinder displays the user record with userID value of 2384, it retrieves the file 2384.jpg from the target pathname.
Defines a URL template that lets CA GovernanceMinder retrieve an image for a specific role. Typically this template combines the pathname of the image directory with wildcards for role attributes. In the following example, the /roles directory on the CA GovernanceMinder server stores role images, and the userID attribute identifies individual images.
http://gm_host:port/users/$(Owner).jpg
Note: gm_host and port are the network address and communications port of the CA GovernanceMinder server, and $(Owner) is a placeholder for the actual value of the Owner attribute.
When CA GovernanceMinder displays the role with Owner value of 2384, it retrieves the file 2384.jpg from the target pathname.
Defines a URL template that lets CA GovernanceMinder retrieve an image for a specific resource record. Typically this template combines the pathname of the image directory with wildcards for resource attributes. In the following example, the /resources directory on the CA GovernanceMinder server stores resource images, and the ResName3 attribute identifies individual images.
http://gm_host:port/users/$(ResName3).jpg
Note: gm_host and port are the network address and communications port of the CA GovernanceMinder server, and $(ResName3) is a placeholder for the actual value of the ResName3 attribute.
When CA GovernanceMinder displays the resource record with ResName3 value of Unix_admins, it retrieves the file Unix_admins.jpg from the target pathname.
Note: If you store the image files on the same server as the CA GovernanceMinder server, place the files in the following location:
RCM_ROOT\Server\eurekify-jboss\server\eurekify\deploy\eurekify.war\images\
The following example shows you where to place an image file for the user.image.url property:
http://gm_host:port/$(userID).jpg
For a CA GovernanceMinder server on Windows/JBoss, replace the images that are located under the following directory:
gm_install\Server\eurekify-jboss\server\eurekify\deploy\eurekify.war\img
Note: gm_install is the CA GovernanceMinder installation directory.
Name the new image files as follows. Overwrite or rename existing files.
Copyright © 2014 CA.
All rights reserved.
|
|