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