public class CloudFoundryAuth extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<CloudFoundryAuth> |
__TYPE_ARG |
Constructor and Description |
---|
CloudFoundryAuth(io.vertx.ext.auth.oauth2.providers.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,
io.vertx.core.http.HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for CloudFoundry UAA
|
boolean |
equals(Object o) |
io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth |
getDelegate() |
int |
hashCode() |
static CloudFoundryAuth |
newInstance(io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth arg) |
String |
toString() |
public static final TypeArg<CloudFoundryAuth> __TYPE_ARG
public CloudFoundryAuth(io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth delegate)
public CloudFoundryAuth(Object delegate)
public io.vertx.ext.auth.oauth2.providers.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, io.vertx.core.http.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(io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth arg)
Copyright © 2021 Eclipse. All rights reserved.