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 Summary
Fields Modifier and Type Field Description static java.lang.String
FTL_DISCARD_AMOUNT
String parameter for the FTL Event Queue discard amount.static java.lang.String
FTL_DISCARD_POLICY
String parameter for the FTL discard policy.static java.lang.String
FTL_LOG_LEVEL
String parameter for the FTL log level.static java.lang.String
FTL_MAX_EVENTS
String parameter for the FTL Event Queue maximum event count.static 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.static java.lang.String
FTL_OAUTH2_DISABLE_VERIFY_HOSTNAME
String parameter for disabling client verification of the secure OAuth 2.0 authorization server's hostname.static java.lang.String
FTL_OAUTH2_EXPECTED_HOSTNAME
String parameter for the hostname expected to be set in the OAuth 2.0 authorization server host's certificate.static 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.static 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.static java.lang.String
FTL_TRUSTFILE
String parameter for the FTL trust file path.static java.lang.String
FTL_URL
String parameter for the pipe-separated FTL server URLs.static java.lang.String
FTL_URL_SECONDARY
Deprecated.as of release 8.6.0static java.lang.String
FTL_USERNAME
String parameter for the FTL user name.
-
Method Summary
-
Methods inherited from class com.tibco.tibjms.admin.ThirdPartyParams
toString
-
-
-
-
Field Detail
-
FTL_URL
public 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_USERNAME
public 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_LEVEL
public 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_POLICY
public 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_AMOUNT
public 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_EVENTS
public 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_TRUSTFILE
public 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_OAUTH2_SERVER_URL
public 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_ID
public 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_FILE
public 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
public static final java.lang.String FTL_OAUTH2_DISABLE_VERIFY_HOSTNAME
String parameter for disabling client verification of the secure OAuth 2.0 authorization server's hostname.- Since:
- EMS 10.3.0
- See Also:
- Constant Field Values
-
FTL_OAUTH2_EXPECTED_HOSTNAME
public static final java.lang.String FTL_OAUTH2_EXPECTED_HOSTNAME
String parameter for the hostname expected to be set in the OAuth 2.0 authorization server host's certificate.- Since:
- EMS 10.3.0
- See Also:
- Constant Field Values
-
-