Package 

Class SSOTockAuthProvider

  • All Implemented Interfaces:
    ai.tock.shared.security.auth.TockAuthProvider , io.vertx.ext.auth.AuthProvider

    
    public abstract class SSOTockAuthProvider
     implements TockAuthProvider
                        
    • Method Summary

      Modifier and Type Method Description
      abstract AuthHandler createAuthHandler(WebVerticle verticle)
      AuthHandler protectPaths(WebVerticle verticle, Set<String> pathsToProtect, SessionHandler sessionHandler) Protect paths for the specified verticle.
      String getSessionCookieName()
      final Vertx getVertx()
      • Methods inherited from class ai.tock.shared.security.auth.SSOTockAuthProvider

        excludedPaths, toTockUser
      • Methods inherited from class io.vertx.ext.auth.AuthProvider

        equals, hashCode, toString
      • Methods inherited from class ai.tock.shared.security.auth.TockAuthProvider

        authenticate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait