Class CloudFoundryAuth
- java.lang.Object
-
- io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<CloudFoundryAuth>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description CloudFoundryAuth(CloudFoundryAuth delegate)
CloudFoundryAuth(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OAuth2Auth
create(Vertx vertx, String clientId, String clientSecret, String uuaURL)
Create a OAuth2Auth provider for CloudFoundry UAAstatic OAuth2Auth
create(Vertx vertx, String clientId, String clientSecret, String uuaURL, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for CloudFoundry UAAboolean
equals(Object o)
CloudFoundryAuth
getDelegate()
int
hashCode()
static CloudFoundryAuth
newInstance(CloudFoundryAuth arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<CloudFoundryAuth> __TYPE_ARG
-
-
Constructor Detail
-
CloudFoundryAuth
public CloudFoundryAuth(CloudFoundryAuth delegate)
-
CloudFoundryAuth
public CloudFoundryAuth(Object delegate)
-
-
Method Detail
-
getDelegate
public CloudFoundryAuth getDelegate()
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String uuaURL)
Create a OAuth2Auth provider for CloudFoundry UAA- Parameters:
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 instance- Returns:
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String uuaURL, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for CloudFoundry UAA- Parameters:
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 options- Returns:
-
newInstance
public static CloudFoundryAuth newInstance(CloudFoundryAuth arg)
-
-