Class PropertyFileAuthentication
java.lang.Object
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
- All Implemented Interfaces:
MutinyDelegate
Factory interface for creating property file based
AuthenticationProvider
instances.
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyFileAuthentication
(io.vertx.ext.auth.properties.PropertyFileAuthentication delegate) PropertyFileAuthentication
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyFileAuthentication
boolean
io.vertx.ext.auth.properties.PropertyFileAuthentication
int
hashCode()
static PropertyFileAuthentication
newInstance
(io.vertx.ext.auth.properties.PropertyFileAuthentication 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
-
PropertyFileAuthentication
public PropertyFileAuthentication(io.vertx.ext.auth.properties.PropertyFileAuthentication delegate) -
PropertyFileAuthentication
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.properties.PropertyFileAuthentication 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
-
create
- Parameters:
vertx
- the Vert.x instancepath
-- Returns:
- the authentication provider
-
newInstance
public static PropertyFileAuthentication newInstance(io.vertx.ext.auth.properties.PropertyFileAuthentication arg)
-