Class OAuthSettings
- java.lang.Object
-
- com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.httpconnection.OAuthSettings
-
public class OAuthSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description OAuthSettings(String tokenEndpoint, String clientId, String clientSecret, String certificate, String privateKey, CredentialType credentialsType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetoAuthCertificate()CredentialTypegetOAuthCredentialType()StringgetoAuthPrivateKey()
-
-
-
Method Detail
-
getoAuthCertificate
public String getoAuthCertificate()
-
getoAuthPrivateKey
public String getoAuthPrivateKey()
-
getOAuthCredentialType
public CredentialType getOAuthCredentialType()
-
-