public class PropertyFileAuthorization extends AuthorizationProvider
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<PropertyFileAuthorization> |
__TYPE_ARG |
Constructor and Description |
---|
PropertyFileAuthorization(Object delegate) |
PropertyFileAuthorization(io.vertx.ext.auth.properties.PropertyFileAuthorization delegate) |
Modifier and Type | Method and Description |
---|---|
static PropertyFileAuthorization |
create(Vertx vertx,
String path)
Create a File authentication provider
|
boolean |
equals(Object o) |
io.vertx.ext.auth.properties.PropertyFileAuthorization |
getDelegate() |
int |
hashCode() |
static PropertyFileAuthorization |
newInstance(io.vertx.ext.auth.properties.PropertyFileAuthorization arg) |
String |
toString() |
create, getAuthorizations, getAuthorizations, getId, newInstance, rxGetAuthorizations
public static final TypeArg<PropertyFileAuthorization> __TYPE_ARG
public PropertyFileAuthorization(io.vertx.ext.auth.properties.PropertyFileAuthorization delegate)
public PropertyFileAuthorization(Object delegate)
public String toString()
toString
in class AuthorizationProvider
public boolean equals(Object o)
equals
in class AuthorizationProvider
public int hashCode()
hashCode
in class AuthorizationProvider
public io.vertx.ext.auth.properties.PropertyFileAuthorization getDelegate()
getDelegate
in class AuthorizationProvider
public static PropertyFileAuthorization create(Vertx vertx, String path)
vertx
- the Vert.x instancepath
- public static PropertyFileAuthorization newInstance(io.vertx.ext.auth.properties.PropertyFileAuthorization arg)
Copyright © 2021 Eclipse. All rights reserved.