Class OAuthConstants
- java.lang.Object
-
- com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.httpconnection.OAuthConstants
-
public class OAuthConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTH_BEARERstatic StringAUTHORIZATION_HEADERstatic StringCLIENT_CREDENTIALS_GRANTstatic StringOAUTH_TOKEN_URL_POSTFIXstatic StringUSER_AGENTstatic StringUSER_AGENT_HEADER
-
Constructor Summary
Constructors Constructor Description OAuthConstants()
-
-
-
Field Detail
-
AUTHORIZATION_HEADER
public static final String AUTHORIZATION_HEADER
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
-
USER_AGENT_HEADER
public static final String USER_AGENT_HEADER
- See Also:
- Constant Field Values
-
CLIENT_CREDENTIALS_GRANT
public static final String CLIENT_CREDENTIALS_GRANT
- See Also:
- Constant Field Values
-
AUTH_BEARER
public static final String AUTH_BEARER
- See Also:
- Constant Field Values
-
OAUTH_TOKEN_URL_POSTFIX
public static final String OAUTH_TOKEN_URL_POSTFIX
- See Also:
- Constant Field Values
-
-