11.07.2015 Views

Borland VisiBroker® 7.0 - Borland Technical Publications

Borland VisiBroker® 7.0 - Borland Technical Publications

Borland VisiBroker® 7.0 - Borland Technical Publications

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter9Security Properties for JavaChapterProperty Description Defaultvbroker.security.logLevelvbroker.security.secureTransportvbroker.security.alwaysSecurevbroker.security.server.transportUse this property to control the degree of logging. 0 meansno logging and 7 means maximum logging (debugmessages).This property controls whether the transport connection isencrypted or not. If set to true, transport messages areencrypted. If set to false they are in the clear.This property together with the secureTransport propertycontrols the default QoP on the client-side. If both set to truethen transport QoP is set to SECURE_ONLY, which means theclient will only accept secure transport. If either of them is setto false then Client does not mandate security at thetransport layer.This property is used on the server side to define servertransport QoP. Acceptable values are CLEAR_ONLY, SECURE_ONLYor ALL. This allows the client that needs either CLEAR_ONLY orSECURE_ONLY to be able to connect to a server. This propertywill take effect only when property secureTransport is true.0truefalseSECURE_ONLYvbroker.security.disable If set to true, disables all security services. truevbroker.security.transport.protocol This property is used to select a security transport protocol.Possible values are SSL, SSLv2, SSLv3, TLS and TLSv1. Forinformation on these protocols, see the Sun Microsystemsdocumentation at: http://java.sun.com/products/jsse/doc/guide/API_users_guide.html#SSC.TLSv1vbroker.security.requireAuthenticationvbroker.security.enableAuthenticationvbroker.security.authentication.callbackHandlerServer-side only property used to specify whether the clientis required to authenticate.Server-side only property. This back-compatible property isused for supporting PasswordBackEnd style authentication.When set to true, the program will try to construct thespecified PasswordBackEnd for authenticating.Specifies the callback handler used for login modules to usefor interacting with user for credentials. You can specify oneof the following or your own custom callback handler:com.borland.security.provider.authn.CmdLineCallbackHandlercom.borland.security.provider.authn.HostCallbackHandlerCmdLineCallbackHandler has password echo on, whileHostCallbackHandler has password echo off.falsefalsen/aChapter 9: Security Properties for Java 87

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!