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 TypeMethodDescriptionbooleanDeprecated.io.vertx.ext.auth.AuthProviderDeprecated.inthashCode()Deprecated.static AuthProvidernewInstance(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:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classAuthenticationProvider- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated.- Overrides:
toStringin classAuthenticationProvider
-
equals
Deprecated.- Overrides:
equalsin classAuthenticationProvider
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classAuthenticationProvider
-
newInstance
Deprecated.
-