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
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.booleanio.vertx.ext.auth.shiro.ShiroAuthinthashCode()static ShiroAuthnewInstance(io.vertx.ext.auth.shiro.ShiroAuth arg) toString()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
-
-
Constructor Details
-
ShiroAuth
public ShiroAuth(io.vertx.ext.auth.shiro.ShiroAuth delegate) -
ShiroAuth
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.shiro.ShiroAuth getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classAuthProvider- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toStringin classAuthProvider
-
equals
- 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
-