congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
AuthenticationServerClient.verifyExternal
Code IndexAdd Tabnine to your IDE (free)

How to use
verifyExternal
method
in
org.eclipse.hono.client.AuthenticationServerClient

Best Java code snippets using org.eclipse.hono.client.AuthenticationServerClient.verifyExternal (Showing top 2 results out of 315)

origin: eclipse/hono

@Override
public void verifyExternal(final String authzid, final String subjectDn, final Handler<AsyncResult<HonoUser>> authenticationResultHandler) {
  client.verifyExternal(authzid, subjectDn, authenticationResultHandler);
}
origin: org.eclipse.hono/hono-service-base

@Override
public void verifyExternal(final String authzid, final String subjectDn, final Handler<AsyncResult<HonoUser>> authenticationResultHandler) {
  client.verifyExternal(authzid, subjectDn, authenticationResultHandler);
}
org.eclipse.hono.clientAuthenticationServerClientverifyExternal

Javadoc

Verifies a Subject DN with a remote authentication server using SASL EXTERNAL.

This method currently always fails the handler because there is no way (yet) in vertx-proton to perform a SASL EXTERNAL exchange including an authorization id.

Popular methods of AuthenticationServerClient

  • <init>
    Creates a client for a remote authentication server.
  • getToken
  • openReceiver
  • verifyPlain
    Verifies username/password credentials with a remote authentication server using SASL PLAIN.

Popular in Java

  • Creating JSON documents from java classes using gson
  • runOnUiThread (Activity)
  • onCreateOptionsMenu (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now