Package io.vertx.mutiny.ext.auth
Class AuthProvider
- java.lang.Object
 - 
- io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
 - 
- io.vertx.mutiny.ext.auth.AuthProvider
 
 
 
- 
public class AuthProvider extends AuthenticationProvider
User-facing interface for authenticating users. NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TypeArg<AuthProvider>__TYPE_ARG 
- 
Constructor Summary
Constructors Constructor Description AuthProvider(io.vertx.ext.auth.AuthProvider delegate)AuthProvider(Object delegate) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.vertx.ext.auth.AuthProvidergetDelegate()inthashCode()static AuthProvidernewInstance(io.vertx.ext.auth.AuthProvider arg)StringtoString()- 
Methods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance 
 - 
 
 - 
 
- 
- 
Field Detail
- 
__TYPE_ARG
public static final TypeArg<AuthProvider> __TYPE_ARG
 
 - 
 
- 
Constructor Detail
- 
AuthProvider
public AuthProvider(io.vertx.ext.auth.AuthProvider delegate)
 
- 
AuthProvider
public AuthProvider(Object delegate)
 
 - 
 
- 
Method Detail
- 
getDelegate
public io.vertx.ext.auth.AuthProvider getDelegate()
- Overrides:
 getDelegatein classAuthenticationProvider
 
- 
toString
public String toString()
- Overrides:
 toStringin classAuthenticationProvider
 
- 
equals
public boolean equals(Object o)
- Overrides:
 equalsin classAuthenticationProvider
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classAuthenticationProvider
 
- 
newInstance
public static AuthProvider newInstance(io.vertx.ext.auth.AuthProvider arg)
 
 - 
 
 -