Class ShiroAuth


  • public class ShiroAuth
    extends AuthProvider
    Factory interface for creating Apache Shiro based AuthenticationProvider instances.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • ShiroAuth

        public ShiroAuth​(io.vertx.ext.auth.shiro.ShiroAuth delegate)
      • ShiroAuth

        public ShiroAuth​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.auth.shiro.ShiroAuth getDelegate()
        Overrides:
        getDelegate in class AuthProvider
      • create

        @Deprecated
        public static ShiroAuth create​(Vertx vertx,
                                       io.vertx.ext.auth.shiro.ShiroAuthOptions options)
        Deprecated.
        Parameters:
        vertx - the Vert.x instance
        options - the Shiro configuration options
        Returns:
        the auth provider
      • newInstance

        public static ShiroAuth newInstance​(io.vertx.ext.auth.shiro.ShiroAuth arg)