Uses of Class
com.sap.cloudfoundry.client.facade.oauth2.OAuth2AccessTokenWithAdditionalInfo
-
Packages that use OAuth2AccessTokenWithAdditionalInfo Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.oauth2 -
-
Uses of OAuth2AccessTokenWithAdditionalInfo in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return OAuth2AccessTokenWithAdditionalInfo Modifier and Type Method Description OAuth2AccessTokenWithAdditionalInfoCloudCredentials. getToken()Get the token.Constructors in com.sap.cloudfoundry.client.facade with parameters of type OAuth2AccessTokenWithAdditionalInfo Constructor Description CloudCredentials(OAuth2AccessTokenWithAdditionalInfo token)Create credentials using a token.CloudCredentials(OAuth2AccessTokenWithAdditionalInfo token, boolean refreshable)Create credentials using a token and indicates if the token is refreshable or not.CloudCredentials(OAuth2AccessTokenWithAdditionalInfo token, String clientId)Create credentials using a token.CloudCredentials(OAuth2AccessTokenWithAdditionalInfo token, String clientId, String clientSecret)Create credentials using a token. -
Uses of OAuth2AccessTokenWithAdditionalInfo in com.sap.cloudfoundry.client.facade.oauth2
Fields in com.sap.cloudfoundry.client.facade.oauth2 declared as OAuth2AccessTokenWithAdditionalInfo Modifier and Type Field Description protected OAuth2AccessTokenWithAdditionalInfoOAuthClient. tokenMethods in com.sap.cloudfoundry.client.facade.oauth2 that return OAuth2AccessTokenWithAdditionalInfo Modifier and Type Method Description protected OAuth2AccessTokenWithAdditionalInfoOAuthClient. createToken()protected OAuth2AccessTokenWithAdditionalInfoOAuthClientWithLoginHint. createToken()OAuth2AccessTokenWithAdditionalInfoTokenFactory. createToken(Oauth2AccessTokenResponse oauth2AccessTokenResponse)OAuth2AccessTokenWithAdditionalInfoTokenFactory. createToken(String tokenString)OAuth2AccessTokenWithAdditionalInfoTokenFactory. createToken(String tokenString, Map<String,Object> tokenInfo)OAuth2AccessTokenWithAdditionalInfoOAuthClient. getToken()
-