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 io.vertx.lang.rx.TypeArg<PropertyFileAuthentication> |
__TYPE_ARG |
Constructor and Description |
---|
PropertyFileAuthentication(Object delegate) |
PropertyFileAuthentication(PropertyFileAuthentication delegate) |
Modifier and Type | Method and Description |
---|---|
static PropertyFileAuthentication |
create(Vertx vertx,
String path)
Create a File authentication provider
|
boolean |
equals(Object o) |
PropertyFileAuthentication |
getDelegate() |
int |
hashCode() |
static PropertyFileAuthentication |
newInstance(PropertyFileAuthentication arg) |
String |
toString() |
authenticate, authenticate, newInstance, rxAuthenticate, rxAuthenticate
public static final io.vertx.lang.rx.TypeArg<PropertyFileAuthentication> __TYPE_ARG
public PropertyFileAuthentication(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 PropertyFileAuthentication getDelegate()
getDelegate
in class AuthenticationProvider
public static PropertyFileAuthentication create(Vertx vertx, String path)
vertx
- the Vert.x instancepath
- public static PropertyFileAuthentication newInstance(PropertyFileAuthentication arg)
Copyright © 2021 Eclipse. All rights reserved.