Package com.tibco.tibjms.admin
Class FTLParams
- java.lang.Object
- 
- com.tibco.tibjms.admin.ThirdPartyParams
- 
- com.tibco.tibjms.admin.FTLParams
 
 
- 
 public class FTLParams extends ThirdPartyParams This class represents FTL parameters.- Since:
- EMS 8.2.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringFTL_CERTString parameter for the file path of the client identity certificate used to authenticate with the FTL server.static java.lang.StringFTL_DISCARD_AMOUNTString parameter for the FTL Event Queue discard amount.static java.lang.StringFTL_DISCARD_POLICYString parameter for the FTL discard policy.static java.lang.StringFTL_LOG_LEVELString parameter for the FTL log level.static java.lang.StringFTL_MAX_EVENTSString parameter for the FTL Event Queue maximum event count.static java.lang.StringFTL_OAUTH2_ACCESS_TOKEN_FILEString parameter for the path to the file containing an OAuth 2.0 access token to be used for authentication with FTL.static java.lang.StringFTL_OAUTH2_CLIENT_IDString parameter for the OAuth 2.0 client ID used to connect to the OAuth 2.0 authorization server.static java.lang.StringFTL_OAUTH2_DISABLE_VERIFY_HOSTNAMEDeprecated.As of release 10.4static java.lang.StringFTL_OAUTH2_EXPECTED_HOSTNAMEDeprecated.As of release 10.4static java.lang.StringFTL_OAUTH2_SERVER_TRUST_FILEString parameter for the path to the trust file used to validate the OAuth 2.0 authorization server's identity.static java.lang.StringFTL_OAUTH2_SERVER_URLString parameter for the URL of the OAuth 2.0 authorization server that will issue the access tokens for authentication with FTL.static java.lang.StringFTL_PRIVATE_KEYString parameter for the file path of the private key used to authenticate with the FTL server.static java.lang.StringFTL_SECURITY_LEVELString parameter for the TLS security level of connections to FTL.static java.lang.StringFTL_TRUST_EVERYONEString parameter for skipping validation of the FTL server's TLS certificate.static java.lang.StringFTL_TRUSTFILEString parameter for the FTL trust file path.static java.lang.StringFTL_URLString parameter for the pipe-separated FTL server URLs.static java.lang.StringFTL_URL_SECONDARYDeprecated.as of release 8.6.0static java.lang.StringFTL_USERNAMEString parameter for the FTL user name.
 - 
Method Summary- 
Methods inherited from class com.tibco.tibjms.admin.ThirdPartyParamstoString
 
- 
 
- 
- 
- 
Field Detail- 
FTL_URLpublic static final java.lang.String FTL_URL String parameter for the pipe-separated FTL server URLs.- Since:
- EMS 8.2.0
- See Also:
- Constant Field Values
 
 - 
FTL_URL_SECONDARY@Deprecated public static final java.lang.String FTL_URL_SECONDARY Deprecated.as of release 8.6.0String parameter for the FTL realm server secondary URL (FTL 5.x only).- Since:
- EMS 8.2.0
- See Also:
- Constant Field Values
 
 - 
FTL_USERNAMEpublic static final java.lang.String FTL_USERNAME String parameter for the FTL user name.- Since:
- EMS 8.2.0
- See Also:
- Constant Field Values
 
 - 
FTL_LOG_LEVELpublic static final java.lang.String FTL_LOG_LEVEL String parameter for the FTL log level.- Since:
- EMS 8.2.0
- See Also:
- Constant Field Values
 
 - 
FTL_DISCARD_POLICYpublic static final java.lang.String FTL_DISCARD_POLICY String parameter for the FTL discard policy.- Since:
- EMS 8.2.0
- See Also:
- Constant Field Values
 
 - 
FTL_DISCARD_AMOUNTpublic static final java.lang.String FTL_DISCARD_AMOUNT String parameter for the FTL Event Queue discard amount.- Since:
- EMS 8.2.0
- See Also:
- Constant Field Values
 
 - 
FTL_MAX_EVENTSpublic static final java.lang.String FTL_MAX_EVENTS String parameter for the FTL Event Queue maximum event count.- Since:
- EMS 8.2.0
- See Also:
- Constant Field Values
 
 - 
FTL_TRUST_EVERYONEpublic static final java.lang.String FTL_TRUST_EVERYONE String parameter for skipping validation of the FTL server's TLS certificate.- Since:
- EMS 10.4.0
- See Also:
- Constant Field Values
 
 - 
FTL_TRUSTFILEpublic static final java.lang.String FTL_TRUSTFILE String parameter for the FTL trust file path.- Since:
- EMS 8.6.0
- See Also:
- Constant Field Values
 
 - 
FTL_CERTpublic static final java.lang.String FTL_CERT String parameter for the file path of the client identity certificate used to authenticate with the FTL server.- Since:
- EMS 10.4.0
- See Also:
- Constant Field Values
 
 - 
FTL_PRIVATE_KEYpublic static final java.lang.String FTL_PRIVATE_KEY String parameter for the file path of the private key used to authenticate with the FTL server.- Since:
- EMS 10.4.0
- See Also:
- Constant Field Values
 
 - 
FTL_SECURITY_LEVELpublic static final java.lang.String FTL_SECURITY_LEVEL String parameter for the TLS security level of connections to FTL. Refer to OpenSSL documentation for a precise definition of each security level.- Since:
- EMS 10.4.0
- See Also:
- Constant Field Values
 
 - 
FTL_OAUTH2_ACCESS_TOKEN_FILEpublic static final java.lang.String FTL_OAUTH2_ACCESS_TOKEN_FILE String parameter for the path to the file containing an OAuth 2.0 access token to be used for authentication with FTL.- Since:
- EMS 10.4.0
- See Also:
- Constant Field Values
 
 - 
FTL_OAUTH2_SERVER_URLpublic static final java.lang.String FTL_OAUTH2_SERVER_URL String parameter for the URL of the OAuth 2.0 authorization server that will issue the access tokens for authentication with FTL.- Since:
- EMS 10.3.0
- See Also:
- Constant Field Values
 
 - 
FTL_OAUTH2_CLIENT_IDpublic static final java.lang.String FTL_OAUTH2_CLIENT_ID String parameter for the OAuth 2.0 client ID used to connect to the OAuth 2.0 authorization server.- Since:
- EMS 10.3.0
- See Also:
- Constant Field Values
 
 - 
FTL_OAUTH2_SERVER_TRUST_FILEpublic static final java.lang.String FTL_OAUTH2_SERVER_TRUST_FILE String parameter for the path to the trust file used to validate the OAuth 2.0 authorization server's identity.- Since:
- EMS 10.3.0
- See Also:
- Constant Field Values
 
 - 
FTL_OAUTH2_DISABLE_VERIFY_HOSTNAME@Deprecated public static final java.lang.String FTL_OAUTH2_DISABLE_VERIFY_HOSTNAME Deprecated.As of release 10.4- See Also:
- Constant Field Values
 
 - 
FTL_OAUTH2_EXPECTED_HOSTNAME@Deprecated public static final java.lang.String FTL_OAUTH2_EXPECTED_HOSTNAME Deprecated.As of release 10.4- See Also:
- Constant Field Values
 
 
- 
 
-