| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<CloudFoundryAuth> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
CloudFoundryAuth(CloudFoundryAuth delegate)  | 
CloudFoundryAuth(Object delegate)  | 
| 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 
 | 
boolean | 
equals(Object o)  | 
CloudFoundryAuth | 
getDelegate()  | 
int | 
hashCode()  | 
static CloudFoundryAuth | 
newInstance(CloudFoundryAuth arg)  | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<CloudFoundryAuth> __TYPE_ARG
public CloudFoundryAuth(CloudFoundryAuth delegate)
public CloudFoundryAuth(Object delegate)
public CloudFoundryAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String uuaURL)
vertx - 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 instancepublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String uuaURL, HttpClientOptions httpClientOptions)
vertx - 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 optionspublic static CloudFoundryAuth newInstance(CloudFoundryAuth arg)
Copyright © 2023 Eclipse. All rights reserved.