Modifier and Type | Field and Description |
---|---|
static TypeArg<AzureADAuth> |
__TYPE_ARG |
Constructor and Description |
---|
AzureADAuth(AzureADAuth delegate) |
Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret,
String guid)
Create a OAuth2Auth provider for Microsoft Azure Active Directory
|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret,
String guid,
HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Microsoft Azure Active Directory
|
AzureADAuth |
getDelegate() |
static AzureADAuth |
newInstance(AzureADAuth arg) |
public static final TypeArg<AzureADAuth> __TYPE_ARG
public AzureADAuth(AzureADAuth delegate)
public AzureADAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String guid)
vertx
- clientId
- the client id given to you by AzureclientSecret
- the client secret given to you by Azureguid
- the guid of your application given to you by Azurepublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String guid, HttpClientOptions httpClientOptions)
vertx
- clientId
- the client id given to you by AzureclientSecret
- the client secret given to you by Azureguid
- the guid of your application given to you by AzurehttpClientOptions
- custom http client optionspublic static AzureADAuth newInstance(AzureADAuth arg)
Copyright © 2017. All rights reserved.