Class CloudFoundryAuth
java.lang.Object
io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCloudFoundryAuth(CloudFoundryAuth delegate) CloudFoundryAuth(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for CloudFoundry UAAstatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, String uuaURL, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for CloudFoundry UAAbooleaninthashCode()static CloudFoundryAuthtoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
CloudFoundryAuth
-
CloudFoundryAuth
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
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
-