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 basedAuthenticationProviderinstances. NOTE: This class has been automatically generated from theoriginalnon 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 PropertyFileAuthorizationcreate(Vertx vertx, String path)booleanequals(Object o)io.vertx.ext.auth.properties.PropertyFileAuthorizationgetDelegate()inthashCode()static PropertyFileAuthorizationnewInstance(io.vertx.ext.auth.properties.PropertyFileAuthorization arg)StringtoString()-
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:
getDelegatein classAuthorizationProvider
-
toString
public String toString()
- Overrides:
toStringin classAuthorizationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAuthorizationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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)
-
-