Class ShiroAuth

All Implemented Interfaces:
MutinyDelegate

@Deprecated public class ShiroAuth extends AuthProvider implements MutinyDelegate
Deprecated.
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.

  • Field Details

  • Constructor Details

    • ShiroAuth

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

      public ShiroAuth(Object delegate)
      Deprecated.
  • Method Details

    • getDelegate

      public io.vertx.ext.auth.shiro.ShiroAuth getDelegate()
      Deprecated.
      Specified by:
      getDelegate in interface MutinyDelegate
      Overrides:
      getDelegate in class AuthProvider
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class AuthProvider
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class AuthProvider
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode 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)
      Deprecated.