Codota Logo
AzureADAuth.create
Code IndexAdd Codota to your IDE (free)

How to use
create
method
in
io.vertx.ext.auth.oauth2.providers.AzureADAuth

Best Java code snippets using io.vertx.ext.auth.oauth2.providers.AzureADAuth.create (Showing top 6 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
DateTime d =
  • Codota Iconnew DateTime()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseDateTime(text)
  • Codota IconObject instant;new DateTime(instant)
  • Smart code suggestions by Codota
}
origin: io.vertx/vertx-auth-oauth2

/**
 * Create a OAuth2Auth provider for Microsoft Azure Active Directory
 *
 * @param clientId     the client id given to you by Azure
 * @param clientSecret the client secret given to you by Azure
 * @param guid         the guid of your application given to you by Azure
 */
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String guid) {
 return create(vertx, clientId, clientSecret, guid, new HttpClientOptions());
}
origin: vert-x3/vertx-rx

/**
 * Create a OAuth2Auth provider for Microsoft Azure Active Directory
 * @param vertx 
 * @param clientId the client id given to you by Azure
 * @param clientSecret the client secret given to you by Azure
 * @param guid the guid of your application given to you by Azure
 * @return 
 */
public static io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth create(io.vertx.rxjava.core.Vertx vertx, String clientId, String clientSecret, String guid) { 
 io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth ret = io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.newInstance(io.vertx.ext.auth.oauth2.providers.AzureADAuth.create(vertx.getDelegate(), clientId, clientSecret, guid));
 return ret;
}
origin: io.vertx/vertx-rx-java

/**
 * Create a OAuth2Auth provider for Microsoft Azure Active Directory
 * @param vertx 
 * @param clientId the client id given to you by Azure
 * @param clientSecret the client secret given to you by Azure
 * @param guid the guid of your application given to you by Azure
 * @return 
 */
public static io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth create(io.vertx.rxjava.core.Vertx vertx, String clientId, String clientSecret, String guid) { 
 io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth ret = io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.newInstance(io.vertx.ext.auth.oauth2.providers.AzureADAuth.create(vertx.getDelegate(), clientId, clientSecret, guid));
 return ret;
}
origin: vert-x3/vertx-rx

/**
 * Create a OAuth2Auth provider for Microsoft Azure Active Directory
 * @param vertx 
 * @param clientId the client id given to you by Azure
 * @param clientSecret the client secret given to you by Azure
 * @param guid the guid of your application given to you by Azure
 * @param httpClientOptions custom http client options
 * @return 
 */
public static io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth create(io.vertx.rxjava.core.Vertx vertx, String clientId, String clientSecret, String guid, HttpClientOptions httpClientOptions) { 
 io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth ret = io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.newInstance(io.vertx.ext.auth.oauth2.providers.AzureADAuth.create(vertx.getDelegate(), clientId, clientSecret, guid, httpClientOptions));
 return ret;
}
origin: io.vertx/vertx-rx-java

/**
 * Create a OAuth2Auth provider for Microsoft Azure Active Directory
 * @param vertx 
 * @param clientId the client id given to you by Azure
 * @param clientSecret the client secret given to you by Azure
 * @param guid the guid of your application given to you by Azure
 * @param httpClientOptions custom http client options
 * @return 
 */
public static io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth create(io.vertx.rxjava.core.Vertx vertx, String clientId, String clientSecret, String guid, HttpClientOptions httpClientOptions) { 
 io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth ret = io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.newInstance(io.vertx.ext.auth.oauth2.providers.AzureADAuth.create(vertx.getDelegate(), clientId, clientSecret, guid, httpClientOptions));
 return ret;
}
origin: io.vertx/vertx-lang-groovy

public static io.vertx.ext.auth.oauth2.OAuth2Auth create(io.vertx.ext.auth.oauth2.providers.AzureADAuth j_receiver, io.vertx.core.Vertx vertx, java.lang.String clientId, java.lang.String clientSecret, java.lang.String guid, java.util.Map<String, Object> httpClientOptions) {
 return io.vertx.core.impl.ConversionHelper.fromObject(io.vertx.ext.auth.oauth2.providers.AzureADAuth.create(vertx,
  clientId,
  clientSecret,
  guid,
  httpClientOptions != null ? new io.vertx.core.http.HttpClientOptions(io.vertx.core.impl.ConversionHelper.toJsonObject(httpClientOptions)) : null));
}
public static void discover(io.vertx.ext.auth.oauth2.providers.AzureADAuth j_receiver, io.vertx.core.Vertx vertx, java.util.Map<String, Object> config, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.oauth2.OAuth2Auth>> handler) {
io.vertx.ext.auth.oauth2.providersAzureADAuthcreate

Javadoc

Create a OAuth2Auth provider for Microsoft Azure Active Directory

Popular methods of AzureADAuth

  • discover
    Create a OAuth2Auth provider for OpenID Connect Discovery. The discovery will use the default site i

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (Timer)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • addToBackStack (FragmentTransaction)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • FileInputStream (java.io)
    A FileInputStream obtains input bytes from a file in a file system. What files are available depends
  • FileOutputStream (java.io)
    A file output stream is an output stream for writing data to aFile or to a FileDescriptor. Whether
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now