Package io.vertx.mutiny.ext.auth.shiro
Class ShiroAuth
- java.lang.Object
-
- io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
- io.vertx.mutiny.ext.auth.AuthProvider
-
- io.vertx.mutiny.ext.auth.shiro.ShiroAuth
-
public class ShiroAuth extends AuthProvider
Factory interface for creating Apache Shiro basedAuthenticationProvider
instances. NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<ShiroAuth>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ShiroAuth
create(Vertx vertx, io.vertx.ext.auth.shiro.ShiroAuthOptions options)
Deprecated.boolean
equals(Object o)
io.vertx.ext.auth.shiro.ShiroAuth
getDelegate()
int
hashCode()
static ShiroAuth
newInstance(io.vertx.ext.auth.shiro.ShiroAuth arg)
String
toString()
-
Methods inherited from class io.vertx.mutiny.ext.auth.AuthProvider
newInstance
-
Methods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance
-
-
-
-
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 classAuthProvider
-
toString
public String toString()
- Overrides:
toString
in classAuthProvider
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAuthProvider
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAuthProvider
-
create
@Deprecated public static ShiroAuth create(Vertx vertx, io.vertx.ext.auth.shiro.ShiroAuthOptions options)
Deprecated.- Parameters:
vertx
- the Vert.x instanceoptions
- the Shiro configuration options- Returns:
- the auth provider
-
newInstance
public static ShiroAuth newInstance(io.vertx.ext.auth.shiro.ShiroAuth arg)
-
-