Exceptions and Description |
---|
com.tibco.ftl.exceptions.FTLRealmServerException |
Field and Description |
---|
com.tibco.ftl.Realm.HTTPS_CONNECTION_TRUST_EVERYONE
Trust any FTL server; property value constant.
This constant is deprecated. There is no need to use
This constant is one possible value of the property
The client trusts any FTL server without verifying trust in the server's certificate. Do not use this value except for convenience in development and testing. It is not secure. |
com.tibco.ftl.Realm.HTTPS_CONNECTION_USE_SPECIFIED_TRUST_FILE
Trust an FTL server if its certificate
is in a trust file; property value constant.
This constant is deprecated. There is no need to use
This constant is one possible value of the property
The client trusts the FTL server based on the trust file created by the FTL server and distributed by the administrator.
Specify the file path of the trust file
in the property
|
com.tibco.ftl.Realm.HTTPS_CONNECTION_USE_SPECIFIED_TRUST_STRING
Trust an FTL server if its certificate
is in a trust string; property value constant.
This constant is deprecated. There is no need to use
This constant is one possible value of the property
The client trusts the FTL server based on a trust string.
Specify the trust string in the property
|
com.tibco.ftl.Realm.PROPERTY_LONG_TRUST_TYPE
Property name for secure FTL server trust type; long.
This property is deprecated. Omit this property; instead, use
Supply this property to
|
com.tibco.ftl.Realm.PROPERTY_STRING_SECONDARY_SERVER
Revise client code to use the core servers list instead.
|
com.tibco.ftl.Message.TIB_FIELD_TYPE_MAX
This constant will be removed.
|
Method and Description |
---|
com.tibco.ftl.Subscriber.getInbox()
This method has been replaced by
InboxSubscriber.getInbox . |