boolean |
XSUserInfo.checkLocalScope(String scope) |
Deprecated.
|
boolean |
XSUserInfo.checkScope(String scope) |
Deprecated.
|
String |
XSUserInfo.getAdditionalAuthAttribute(String attributeName) |
Return additional authentication attributes included by the OAuth client
component.
|
String[] |
XSUserInfo.getAttribute(String attributeName) |
Return user attributes.
|
String |
XSUserInfo.getClientId() |
Deprecated.
|
String |
XSUserInfo.getCloneServiceInstanceId() |
In case of xsuaa broker plan tokens, it contains the service instance id
Still Supported via XSUserInfoAdapter from the
com.sap.cloud.security.adapter.xs package.
|
String |
XSUserInfo.getDBToken() |
Deprecated.
|
String |
XSUserInfo.getEmail() |
Deprecated.
|
String |
XSUserInfo.getFamilyName() |
Deprecated.
|
String |
XSUserInfo.getGivenName() |
Deprecated.
|
String |
XSUserInfo.getGrantType() |
Deprecated.
|
String |
XSUserInfo.getHdbToken() |
Still Supported via XSUserInfoAdapter from the
com.sap.cloud.security.adapter.xs package.
|
String |
XSUserInfo.getIdentityZone() |
Deprecated.
|
String |
XSUserInfo.getJsonValue(String attribute) |
Deprecated.
|
String |
XSUserInfo.getLogonName() |
Deprecated.
|
String |
XSUserInfo.getOrigin() |
Deprecated.
|
String |
XSUserInfo.getSubaccountId() |
Return subaccount identifier.
|
String |
XSUserInfo.getSubdomain() |
Supported via XSUserInfoAdapter from the
com.sap.cloud.security.adapter.xs package.
|
String[] |
XSUserInfo.getSystemAttribute(String attributeName) |
Still Supported via XSUserInfoAdapter from the
com.sap.cloud.security.adapter.xs package.
|
String |
XSUserInfo.getToken(String namespace,
String name) |
Deprecated.
|
String |
XSUserInfo.getZoneId() |
Deprecated.
|
boolean |
XSUserInfo.hasAttributes() |
Check if the authentication token contains user attributes.
|
boolean |
XSUserInfo.isInForeignMode() |
Check if a token issued for another OAuth client has been forwarded to a
different client,
|
String |
XSUserInfo.requestToken(XSTokenRequest tokenRequest) |
Deprecated.
|
String |
XSUserInfo.requestTokenForClient(String clientId,
String clientSecret,
String uaaUrl) |
Deprecated.
|
String |
XSUserInfo.requestTokenForUser(String clientId,
String clientSecret,
String uaaUrl) |
Deprecated.
|