Package com.tibco.tibjms.admin
Class OAuth2Params
- java.lang.Object
- 
- com.tibco.tibjms.admin.ThirdPartyParams
- 
- com.tibco.tibjms.admin.OAuth2Params
 
 
- 
 public class OAuth2Params extends ThirdPartyParams This class represents all the possible OAuth 2.0 parameters.- Since:
- EMS 10.4.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringOAUTH2_ACCESS_TOKEN_FILE_PARAMString parameter for the OAuth 2.0 access token file path (routes and FT only).static java.lang.StringOAUTH2_CLIENT_ID_PARAMString parameter for the OAuth 2.0 client ID.static java.lang.StringOAUTH2_CLIENT_SECRET_PARAMString parameter for the OAuth 2.0 client secret.static java.lang.StringOAUTH2_DISABLE_VERIFY_HOSTNAME_PARAMBoolean parameter indicating whether or not the hostname in the secure OAuth 2.0 authorization server host's certificate should be disabled.static java.lang.StringOAUTH2_EXPECTED_HOSTNAME_PARAMString parameter for the expected hostname of the secure OAuth 2.0 authorization server.static java.lang.StringOAUTH2_GRANT_TYPE_PARAMString parameter for the OAuth 2.0 grant type (routes and FT only).static java.lang.StringOAUTH2_SERVER_TRUST_FILE_PARAMString parameter for the trusted certificates file to verify the secure OAuth 2.0 authorization server.static java.lang.StringOAUTH2_SERVER_URL_PARAMString parameter for the OAuth 2.0 authorization server URL.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Generate a string representation of parameters.
 
- 
- 
- 
Field Detail- 
OAUTH2_ACCESS_TOKEN_FILE_PARAMpublic static final java.lang.String OAUTH2_ACCESS_TOKEN_FILE_PARAM String parameter for the OAuth 2.0 access token file path (routes and FT only).- See Also:
- Constant Field Values
 
 - 
OAUTH2_SERVER_URL_PARAMpublic static final java.lang.String OAUTH2_SERVER_URL_PARAM String parameter for the OAuth 2.0 authorization server URL.- See Also:
- Constant Field Values
 
 - 
OAUTH2_GRANT_TYPE_PARAMpublic static final java.lang.String OAUTH2_GRANT_TYPE_PARAM String parameter for the OAuth 2.0 grant type (routes and FT only).- See Also:
- Constant Field Values
 
 - 
OAUTH2_CLIENT_ID_PARAMpublic static final java.lang.String OAUTH2_CLIENT_ID_PARAM String parameter for the OAuth 2.0 client ID.- See Also:
- Constant Field Values
 
 - 
OAUTH2_CLIENT_SECRET_PARAMpublic static final java.lang.String OAUTH2_CLIENT_SECRET_PARAM String parameter for the OAuth 2.0 client secret.- See Also:
- Constant Field Values
 
 - 
OAUTH2_SERVER_TRUST_FILE_PARAMpublic static final java.lang.String OAUTH2_SERVER_TRUST_FILE_PARAM String parameter for the trusted certificates file to verify the secure OAuth 2.0 authorization server.- See Also:
- Constant Field Values
 
 - 
OAUTH2_DISABLE_VERIFY_HOSTNAME_PARAMpublic static final java.lang.String OAUTH2_DISABLE_VERIFY_HOSTNAME_PARAM Boolean parameter indicating whether or not the hostname in the secure OAuth 2.0 authorization server host's certificate should be disabled.- See Also:
- Constant Field Values
 
 - 
OAUTH2_EXPECTED_HOSTNAME_PARAMpublic static final java.lang.String OAUTH2_EXPECTED_HOSTNAME_PARAM String parameter for the expected hostname of the secure OAuth 2.0 authorization server.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
toStringpublic java.lang.String toString() Generate a string representation of parameters.- Overrides:
- toStringin class- ThirdPartyParams
- Returns:
- a string representation of parameters.
 
 
- 
 
-