Package io.vertx.mutiny.ext.auth
Class AuthProvider
java.lang.Object
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
io.vertx.mutiny.ext.auth.AuthProvider
- All Implemented Interfaces:
MutinyDelegate
Deprecated.
User-facing interface for authenticating users.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAuthProvider
(io.vertx.ext.auth.AuthProvider delegate) Deprecated.AuthProvider
(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.io.vertx.ext.auth.AuthProvider
Deprecated.int
hashCode()
Deprecated.static AuthProvider
newInstance
(io.vertx.ext.auth.AuthProvider arg) Deprecated.toString()
Deprecated.Methods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance
-
Field Details
-
__TYPE_ARG
Deprecated.
-
-
Constructor Details
-
AuthProvider
public AuthProvider(io.vertx.ext.auth.AuthProvider delegate) Deprecated. -
AuthProvider
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.AuthProvider getDelegate()Deprecated.- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classAuthenticationProvider
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated.- Overrides:
toString
in classAuthenticationProvider
-
equals
Deprecated.- Overrides:
equals
in classAuthenticationProvider
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classAuthenticationProvider
-
newInstance
Deprecated.
-