Class OAuthHandlerDefault
- java.lang.Object
-
- com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.httpconnection.OAuthHandlerDefault
-
- All Implemented Interfaces:
OAuthHandler
public class OAuthHandlerDefault extends Object implements OAuthHandler
-
-
Constructor Summary
Constructors Constructor Description OAuthHandlerDefault(OAuthSettings authSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdoTokenRequest()Do the token request based on given parameters (via ctor).
-
-
-
Constructor Detail
-
OAuthHandlerDefault
public OAuthHandlerDefault(OAuthSettings authSettings)
-
-
Method Detail
-
doTokenRequest
public String doTokenRequest()
Do the token request based on given parameters (via ctor).- Specified by:
doTokenRequestin interfaceOAuthHandler- Returns:
- the extracted JWT token (without the AUTH_BEARER prefix).
-
-