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 PropertyFileAuthenticationbooleanio.vertx.ext.auth.properties.PropertyFileAuthenticationinthashCode()static PropertyFileAuthenticationnewInstance(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:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classAuthenticationProvider- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toStringin classAuthenticationProvider
-
equals
- Overrides:
equalsin classAuthenticationProvider
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuthenticationProvider
-
create
- Parameters:
vertx- the Vert.x instancepath-- Returns:
- the authentication provider
-
newInstance
public static PropertyFileAuthentication newInstance(io.vertx.ext.auth.properties.PropertyFileAuthentication arg)
-