security::configured_locations (private)
security::configured_locations [ -suppress_http_port ] \ [ -secure_conn ]
Defined in packages/acs-tcl/tcl/security-procs.tcl
This function returns the configured locations. When the package parameter "SuppressHttpPort" of acs-tcl parameter is true, then an alternate location without a port is included. This proc also assumes hostnames from host_node_map table are accurate and legit. The term location refers to "protocol://domain:port" for website.
- Switches:
- -suppress_http_port (optional, boolean, defaults to
"false"
)- -secure_conn (optional, boolean, defaults to
"false"
)- Returns:
- list of locations
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.