public class PropertyFileAuthorization extends AuthorizationProvider implements io.vertx.lang.rx.RxDelegate
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, rxGetAuthorizationspublic static final io.vertx.lang.rx.TypeArg<PropertyFileAuthorization> __TYPE_ARG
public PropertyFileAuthorization(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 PropertyFileAuthorization getDelegate()
getDelegate in interface io.vertx.lang.rx.RxDelegategetDelegate in class AuthorizationProviderpublic static PropertyFileAuthorization create(Vertx vertx, String path)
vertx - the Vert.x instancepath - public static PropertyFileAuthorization newInstance(PropertyFileAuthorization arg)
Copyright © 2025 Eclipse. All rights reserved.