Class CloudFoundryAuth
- java.lang.Object
 - 
- io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
 
 
- 
- All Implemented Interfaces:
 io.vertx.lang.rx.RxDelegate
public class CloudFoundryAuth extends Object implements io.vertx.lang.rx.RxDelegate
Simplified factory to create an for CloudFoundry UAA.NOTE: This class has been automatically generated from the
originalnon RX-ified interface using Vert.x codegen. 
- 
- 
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 OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, String uuaURL)Create a OAuth2Auth provider for CloudFoundry UAAstatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, String uuaURL, HttpClientOptions httpClientOptions)Create a OAuth2Auth provider for CloudFoundry UAAbooleanequals(Object o)CloudFoundryAuthgetDelegate()inthashCode()static CloudFoundryAuthnewInstance(CloudFoundryAuth arg)StringtoString() 
 - 
 
- 
- 
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()
- Specified by:
 getDelegatein interfaceio.vertx.lang.rx.RxDelegate
 
- 
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)
 
 - 
 
 -