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
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) AuthProvider
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.ext.auth.AuthProvider
int
hashCode()
static AuthProvider
newInstance
(io.vertx.ext.auth.AuthProvider arg) toString()
Methods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
AuthProvider
public AuthProvider(io.vertx.ext.auth.AuthProvider delegate) -
AuthProvider
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.AuthProvider getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classAuthenticationProvider
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toString
in classAuthenticationProvider
-
equals
- Overrides:
equals
in classAuthenticationProvider
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAuthenticationProvider
-
newInstance
-