Class PropertyFileAuthorization
- java.lang.Object
-
- io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
-
- io.vertx.rxjava.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 RX-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(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)Create a File authentication providerbooleanequals(Object o)PropertyFileAuthorizationgetDelegate()inthashCode()static PropertyFileAuthorizationnewInstance(PropertyFileAuthorization arg)StringtoString()-
Methods inherited from class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
create, getAuthorizations, getAuthorizations, getId, newInstance, rxGetAuthorizations
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<PropertyFileAuthorization> __TYPE_ARG
-
-
Constructor Detail
-
PropertyFileAuthorization
public PropertyFileAuthorization(PropertyFileAuthorization delegate)
-
PropertyFileAuthorization
public PropertyFileAuthorization(Object delegate)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classAuthorizationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAuthorizationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAuthorizationProvider
-
getDelegate
public PropertyFileAuthorization getDelegate()
- Overrides:
getDelegatein classAuthorizationProvider
-
create
public static PropertyFileAuthorization create(Vertx vertx, String path)
Create a File authentication provider- Parameters:
vertx- the Vert.x instancepath-- Returns:
- the authentication provider
-
newInstance
public static PropertyFileAuthorization newInstance(PropertyFileAuthorization arg)
-
-