public class XsuaaParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_SECRET |
static String |
CLIENTID |
static String |
URL |
| Constructor and Description |
|---|
XsuaaParams(Map<String,Object> credentials) |
XsuaaParams(String url,
String clientId,
String clientSecret)
Deprecated.
replaced by constructor with credentials.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
com.sap.cloud.security.config.OAuth2ServiceConfiguration |
getOAuth2ServiceConfiguration() |
String |
getUrl() |
public static final String CLIENTID
public static final String CLIENT_SECRET
public static final String URL
@Deprecated public XsuaaParams(String url, String clientId, String clientSecret)
url - URL of xsuaa service instance (stored in VCAP_SERVICES)clientId - client id (stored in VCAP_SERVICES)clientSecret - client secret (stored in VCAP_SERVICES)Copyright © 2022 SAP. All rights reserved.