Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
createshared OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String uuaURL)

Create a OAuth2Auth provider for CloudFoundry UAA

Parameters:
  • clientId

    the client id given to you by CloudFoundry UAA

  • clientSecret

    the client secret given to you by CloudFoundry UAA

  • uuaURL

    the url to your UUA server instance

createshared 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 UAA

  • clientSecret

    the client secret given to you by CloudFoundry UAA

  • uuaURL

    the url to your UUA server instance

  • httpClientOptions

    custom http client options

Inherited Methods
Methods inherited from: Object
equals