Class PropertyFileAuthentication
- java.lang.Object
-
- io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
- io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
-
public class PropertyFileAuthentication extends AuthenticationProvider
Factory interface for creating property file basedAuthenticationProviderinstances. 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<PropertyFileAuthentication>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description PropertyFileAuthentication(io.vertx.ext.auth.properties.PropertyFileAuthentication delegate)PropertyFileAuthentication(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyFileAuthenticationcreate(Vertx vertx, String path)booleanequals(Object o)io.vertx.ext.auth.properties.PropertyFileAuthenticationgetDelegate()inthashCode()static PropertyFileAuthenticationnewInstance(io.vertx.ext.auth.properties.PropertyFileAuthentication 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<PropertyFileAuthentication> __TYPE_ARG
-
-
Constructor Detail
-
PropertyFileAuthentication
public PropertyFileAuthentication(io.vertx.ext.auth.properties.PropertyFileAuthentication delegate)
-
PropertyFileAuthentication
public PropertyFileAuthentication(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.auth.properties.PropertyFileAuthentication 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
-
create
public static PropertyFileAuthentication create(Vertx vertx, String path)
- Parameters:
vertx- the Vert.x instancepath-- Returns:
- the authentication provider
-
newInstance
public static PropertyFileAuthentication newInstance(io.vertx.ext.auth.properties.PropertyFileAuthentication arg)
-
-