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