public interface CloudFoundryAuth
OAuth2Auth
for CloudFoundry UAA.Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret,
String uuaURL)
Create a OAuth2Auth provider for CloudFoundry UAA
|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret,
String uuaURL,
HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for CloudFoundry UAA
|
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String uuaURL)
clientId
- the client id given to you by CloudFoundry UAAclientSecret
- the client secret given to you by CloudFoundry UAAuuaURL
- the url to your UUA server instancestatic OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String uuaURL, HttpClientOptions httpClientOptions)
clientId
- the client id given to you by CloudFoundry UAAclientSecret
- the client secret given to you by CloudFoundry UAAuuaURL
- the url to your UUA server instancehttpClientOptions
- custom http client optionsCopyright © 2023 Eclipse. All rights reserved.