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 PropertyFileAuthorizationbooleanio.vertx.ext.auth.properties.PropertyFileAuthorizationinthashCode()static PropertyFileAuthorizationnewInstance(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:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classAuthorizationProvider- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toStringin classAuthorizationProvider
-
equals
- Overrides:
equalsin classAuthorizationProvider
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuthorizationProvider
-
create
- Parameters:
vertx- the Vert.x instancepath-- Returns:
- the authentication provider
-
newInstance
public static PropertyFileAuthorization newInstance(io.vertx.ext.auth.properties.PropertyFileAuthorization arg)
-