Class PropertyFileAuthorization
- java.lang.Object
-
- io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
-
- io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization
-
public class PropertyFileAuthorization extends AuthorizationProvider
Factory interface for creating property file basedAuthenticationProvider
instances. NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<PropertyFileAuthorization>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description PropertyFileAuthorization(io.vertx.ext.auth.properties.PropertyFileAuthorization delegate)
PropertyFileAuthorization(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyFileAuthorization
create(Vertx vertx, String path)
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()
-
Methods inherited from class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
create, getAuthorizations, getAuthorizationsAndAwait, getAuthorizationsAndForget, getId, newInstance
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<PropertyFileAuthorization> __TYPE_ARG
-
-
Constructor Detail
-
PropertyFileAuthorization
public PropertyFileAuthorization(io.vertx.ext.auth.properties.PropertyFileAuthorization delegate)
-
PropertyFileAuthorization
public PropertyFileAuthorization(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.auth.properties.PropertyFileAuthorization getDelegate()
- Overrides:
getDelegate
in classAuthorizationProvider
-
toString
public String toString()
- Overrides:
toString
in classAuthorizationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAuthorizationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAuthorizationProvider
-
create
public static PropertyFileAuthorization create(Vertx vertx, String path)
- Parameters:
vertx
- the Vert.x instancepath
-- Returns:
- the authentication provider
-
newInstance
public static PropertyFileAuthorization newInstance(io.vertx.ext.auth.properties.PropertyFileAuthorization arg)
-
-