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 basedAuthenticationProviderinstances. NOTE: This class has been automatically generated from theoriginalnon 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 ShiroAuthcreate(Vertx vertx, io.vertx.ext.auth.shiro.ShiroAuthOptions options)Deprecated.booleanequals(Object o)io.vertx.ext.auth.shiro.ShiroAuthgetDelegate()inthashCode()static ShiroAuthnewInstance(io.vertx.ext.auth.shiro.ShiroAuth arg)StringtoString()-
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:
getDelegatein classAuthProvider
-
toString
public String toString()
- Overrides:
toStringin classAuthProvider
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAuthProvider
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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)
-
-