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, newInstance, rxAuthenticate, rxAuthenticatepublic 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 AuthenticationProviderpublic boolean equals(Object o)
equals in class AuthenticationProviderpublic int hashCode()
hashCode in class AuthenticationProviderpublic io.vertx.ext.auth.properties.PropertyFileAuthentication getDelegate()
getDelegate in class AuthenticationProviderpublic static PropertyFileAuthentication create(Vertx vertx, String path)
vertx - the Vert.x instancepath - public static PropertyFileAuthentication newInstance(io.vertx.ext.auth.properties.PropertyFileAuthentication arg)
Copyright © 2022 Eclipse. All rights reserved.