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
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ShiroAuthDeprecated.booleanDeprecated.io.vertx.ext.auth.shiro.ShiroAuthDeprecated.inthashCode()Deprecated.static ShiroAuthnewInstance(io.vertx.ext.auth.shiro.ShiroAuth arg) Deprecated.toString()Deprecated.Methods inherited from class io.vertx.mutiny.ext.auth.AuthProvider
newInstanceMethods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance
-
Field Details
-
__TYPE_ARG
Deprecated.
-
-
Constructor Details
-
ShiroAuth
public ShiroAuth(io.vertx.ext.auth.shiro.ShiroAuth delegate) Deprecated. -
ShiroAuth
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.shiro.ShiroAuth getDelegate()Deprecated.- Specified by:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classAuthProvider- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated.- Overrides:
toStringin classAuthProvider
-
equals
Deprecated.- Overrides:
equalsin classAuthProvider
-
hashCode
public int hashCode()Deprecated.- 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
Deprecated.
-