public class PropertyFileAuthentication extends AuthenticationProvider
AuthenticationProvider
instances.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<PropertyFileAuthentication> |
__TYPE_ARG |
Constructor and Description |
---|
PropertyFileAuthentication(Object delegate) |
PropertyFileAuthentication(io.vertx.ext.auth.properties.PropertyFileAuthentication delegate) |
Modifier and Type | Method and Description |
---|---|
static PropertyFileAuthentication |
create(Vertx vertx,
String path)
Create a File authentication provider
|
boolean |
equals(Object o) |
io.vertx.ext.auth.properties.PropertyFileAuthentication |
getDelegate() |
int |
hashCode() |
static PropertyFileAuthentication |
newInstance(io.vertx.ext.auth.properties.PropertyFileAuthentication arg) |
String |
toString() |
authenticate, authenticate, authenticate, authenticate, newInstance, rxAuthenticate, rxAuthenticate
public static final TypeArg<PropertyFileAuthentication> __TYPE_ARG
public PropertyFileAuthentication(io.vertx.ext.auth.properties.PropertyFileAuthentication delegate)
public PropertyFileAuthentication(Object delegate)
public String toString()
toString
in class AuthenticationProvider
public boolean equals(Object o)
equals
in class AuthenticationProvider
public int hashCode()
hashCode
in class AuthenticationProvider
public io.vertx.ext.auth.properties.PropertyFileAuthentication getDelegate()
getDelegate
in class AuthenticationProvider
public static PropertyFileAuthentication create(Vertx vertx, String path)
vertx
- the Vert.x instancepath
- public static PropertyFileAuthentication newInstance(io.vertx.ext.auth.properties.PropertyFileAuthentication arg)
Copyright © 2021 Eclipse. All rights reserved.