Class CloudFoundryAuth
- java.lang.Object
-
- io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
-
-
Field Summary
Fields Modifier and Type Field Description static 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 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)
-
-