Sun Java System Portal Server Secure Remote Access 7.1 Administration Guide

ProcedureTo Manage Masking

Masking allows Rewriter to rewrite a URI so that the intranet URL of a page is not seen.

    Type the following command and press Enter to manage masking.

    • To enable masking:

      PS_INSTALL_DIR/bin/psadmin set-attribute -u amadmin -f PASSWORD_FILE -m gateway --gateway-profile PROFILE_NAME -a EnableObfuscation true

    • To disable masking:

      PS_INSTALL_DIR/bin/psadmin set-attribute -u amadmin -f PASSWORD_FILE -m gateway --gateway-profile PROFILE_NAME -a EnableObfuscation false

    • To get value:

      PS_INSTALL_DIR/bin/psadmin get-attribute -u amadmin -f PASSWORD_FILE -m gateway --gateway-profile PROFILE_NAME -a EnableObfuscation

See also

psadmin set-attribute and psadmin get-attribute