Class PropertyFileAuthorization
java.lang.Object
io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization
- All Implemented Interfaces:
MutinyDelegate
Factory interface for creating property file based
AuthenticationProvider
instances.
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyFileAuthorization
(io.vertx.ext.auth.properties.PropertyFileAuthorization delegate) PropertyFileAuthorization
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyFileAuthorization
boolean
io.vertx.ext.auth.properties.PropertyFileAuthorization
int
hashCode()
static PropertyFileAuthorization
newInstance
(io.vertx.ext.auth.properties.PropertyFileAuthorization arg) toString()
Methods inherited from class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
create, getAuthorizations, getAuthorizationsAndAwait, getAuthorizationsAndForget, getId, newInstance
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
PropertyFileAuthorization
public PropertyFileAuthorization(io.vertx.ext.auth.properties.PropertyFileAuthorization delegate) -
PropertyFileAuthorization
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.properties.PropertyFileAuthorization getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classAuthorizationProvider
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toString
in classAuthorizationProvider
-
equals
- Overrides:
equals
in classAuthorizationProvider
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAuthorizationProvider
-
create
- Parameters:
vertx
- the Vert.x instancepath
-- Returns:
- the authentication provider
-
newInstance
public static PropertyFileAuthorization newInstance(io.vertx.ext.auth.properties.PropertyFileAuthorization arg)
-