Class PropertyFileAuthentication
- java.lang.Object
-
- io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
-
- io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthentication
-
public class PropertyFileAuthentication extends AuthenticationProvider
Factory interface for creating property file basedAuthenticationProvider
instances.NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<PropertyFileAuthentication>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description PropertyFileAuthentication(PropertyFileAuthentication delegate)
PropertyFileAuthentication(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyFileAuthentication
create(Vertx vertx, String path)
Create a File authentication providerboolean
equals(Object o)
PropertyFileAuthentication
getDelegate()
int
hashCode()
static PropertyFileAuthentication
newInstance(PropertyFileAuthentication arg)
String
toString()
-
Methods inherited from class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
authenticate, newInstance, rxAuthenticate
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<PropertyFileAuthentication> __TYPE_ARG
-
-
Constructor Detail
-
PropertyFileAuthentication
public PropertyFileAuthentication(PropertyFileAuthentication delegate)
-
PropertyFileAuthentication
public PropertyFileAuthentication(Object delegate)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classAuthenticationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAuthenticationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAuthenticationProvider
-
getDelegate
public PropertyFileAuthentication getDelegate()
- Overrides:
getDelegate
in classAuthenticationProvider
-
create
public static PropertyFileAuthentication create(Vertx vertx, String path)
Create a File authentication provider- Parameters:
vertx
- the Vert.x instancepath
-- Returns:
- the authentication provider
-
newInstance
public static PropertyFileAuthentication newInstance(PropertyFileAuthentication arg)
-
-