Class Pac4jAuthProvider

  • All Implemented Interfaces:
    io.vertx.ext.auth.AuthProvider

    public class Pac4jAuthProvider
    extends java.lang.Object
    implements io.vertx.ext.auth.AuthProvider
    Vert.x authprovider for pac4j libraries. In the case of this auth provider we will always just delegate to pac4j via the handler, so this should be sufficient
    Since:
    2.0.0
    Author:
    Jeremy Prime
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void authenticate​(io.vertx.core.json.JsonObject jsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Pac4jAuthProvider

        public Pac4jAuthProvider()
    • Method Detail

      • authenticate

        public void authenticate​(io.vertx.core.json.JsonObject jsonObject,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler)
        Specified by:
        authenticate in interface io.vertx.ext.auth.AuthProvider