public class OAuthClientWithLoginHint extends OAuthClient
credentials, token| Constructor and Description |
|---|
OAuthClientWithLoginHint(URL authorizationUrl,
org.springframework.web.client.RestTemplate restTemplate,
org.cloudfoundry.reactor.ConnectionContext connectionContext,
String origin) |
| Modifier and Type | Method and Description |
|---|---|
void |
changePassword(String oldPassword,
String newPassword) |
protected org.springframework.security.oauth2.common.OAuth2AccessToken |
createToken() |
org.cloudfoundry.reactor.TokenProvider |
getTokenProvider() |
protected org.springframework.security.oauth2.common.OAuth2AccessToken |
refreshToken() |
clear, createResourceOwnerPasswordAccessTokenProvider, getAuthorizationHeader, getToken, initprotected org.springframework.security.oauth2.common.OAuth2AccessToken createToken()
createToken in class OAuthClientprotected org.springframework.security.oauth2.common.OAuth2AccessToken refreshToken()
refreshToken in class OAuthClientpublic org.cloudfoundry.reactor.TokenProvider getTokenProvider()
getTokenProvider in class OAuthClientpublic void changePassword(String oldPassword, String newPassword)
changePassword in class OAuthClientCopyright © 2020 SAP SE. All rights reserved.