Package 

Interface CASAuthProviderFactory


  • 
    public interface CASAuthProviderFactory
    
                        

    Construct CAS Authentication provider

    NOTE: Intended to be implemented in another JAR as SPI (Service Provider Interface)

    • Method Summary

      Modifier and Type Method Description
      abstract CASAuthProvider getCasAuthProvider(Vertx vertx) Creates CAS Authentication provider
      • Methods inherited from class ai.tock.shared.security.auth.spi.CASAuthProviderFactory

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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