java.lang.Object
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
io.vertx.mutiny.ext.auth.AuthProvider
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 TypeMethodDescriptionbooleanio.vertx.ext.auth.AuthProviderinthashCode()static AuthProvidernewInstance(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()- Overrides:
getDelegatein classAuthenticationProvider
-
toString
- Overrides:
toStringin classAuthenticationProvider
-
equals
- Overrides:
equalsin classAuthenticationProvider
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuthenticationProvider
-
newInstance
-