Version
4.0
getResponseRules( names )
Get the rules that are run on server responses for each of the named
virtual servers.
VirtualServer.Rule[][] getResponseRules(
String[] names
)
getRules( names )
Get the rules that are run on client requests for each of the named
virtual servers.
VirtualServer.Rule[][] getRules(
String[] names
)
getSSLCertificate( names )
Get the name of the SSL Certificate that is used for SSL decryption for
each of the named virtual servers. This is the name of an item in the SSL
Certificates Catalog.
String[] getSSLCertificate(
String[] names
)
getSSLClientCertificateAuthorities( names )
Get the certificate authorities that are trusted for validating client
certificates, for each of the named virtual servers.
String[][] getSSLClientCertificateAuthorities(
String[] names
)
getSSLClientCertificateHeaders( names )
Get whether each of the named virtual servers should add HTTP headers
to each request to show the data in the client certificate.
VirtualServer.SSLClientCertificateHeaders[]
getSSLClientCertificateHeaders(
String[] names
)
59
New Page 1