Class CloudFoundryAuth
- java.lang.Object
-
- io.vertx.mutiny.ext.auth.oauth2.providers.CloudFoundryAuth
-
public class CloudFoundryAuth extends Object
Simplified factory to create an for CloudFoundry UAA. NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<CloudFoundryAuth>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description CloudFoundryAuth(io.vertx.ext.auth.oauth2.providers.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)static OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, String uuaURL, io.vertx.core.http.HttpClientOptions httpClientOptions)booleanequals(Object o)io.vertx.ext.auth.oauth2.providers.CloudFoundryAuthgetDelegate()inthashCode()static CloudFoundryAuthnewInstance(io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth arg)StringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<CloudFoundryAuth> __TYPE_ARG
-
-
Constructor Detail
-
CloudFoundryAuth
public CloudFoundryAuth(io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth delegate)
-
CloudFoundryAuth
public CloudFoundryAuth(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth getDelegate()
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String uuaURL)
- 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, io.vertx.core.http.HttpClientOptions httpClientOptions)
- 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(io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth arg)
-
-