Interface CloudFoundryAuth
public interface CloudFoundryAuth
Simplified factory to create an
OAuth2Auth for CloudFoundry UAA.- Author:
- Paulo Lopes
-
Method Summary
Static MethodsModifier 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 UAA
-
Method Details
-
create
Create a OAuth2Auth provider for CloudFoundry UAA- Parameters:
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
-
create
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String uuaURL, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for CloudFoundry UAA- Parameters:
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
-