Class PropertyFileAuthentication
- java.lang.Object
- 
- io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
- 
- io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
 
 
- 
- All Implemented Interfaces:
- io.vertx.lang.rx.RxDelegate
 
 public class PropertyFileAuthentication extends AuthenticationProvider implements io.vertx.lang.rx.RxDelegate Factory interface for creating property file basedAuthenticationProviderinstances.NOTE: This class has been automatically generated from the originalnon RX-ified interface using Vert.x codegen.
- 
- 
Field SummaryFields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<PropertyFileAuthentication>__TYPE_ARG
 - 
Constructor SummaryConstructors Constructor Description PropertyFileAuthentication(PropertyFileAuthentication delegate)PropertyFileAuthentication(Object delegate)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyFileAuthenticationcreate(Vertx vertx, String path)Create a File authentication providerbooleanequals(Object o)PropertyFileAuthenticationgetDelegate()inthashCode()static PropertyFileAuthenticationnewInstance(PropertyFileAuthentication arg)StringtoString()- 
Methods inherited from class io.vertx.reactivex.ext.auth.authentication.AuthenticationProviderauthenticate, newInstance, rxAuthenticate
 
- 
 
- 
- 
- 
Field Detail- 
__TYPE_ARGpublic static final io.vertx.lang.rx.TypeArg<PropertyFileAuthentication> __TYPE_ARG 
 
- 
 - 
Constructor Detail- 
PropertyFileAuthenticationpublic PropertyFileAuthentication(PropertyFileAuthentication delegate) 
 - 
PropertyFileAuthenticationpublic PropertyFileAuthentication(Object delegate) 
 
- 
 - 
Method Detail- 
toStringpublic String toString() - Overrides:
- toStringin class- AuthenticationProvider
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- AuthenticationProvider
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- AuthenticationProvider
 
 - 
getDelegatepublic PropertyFileAuthentication getDelegate() - Specified by:
- getDelegatein interface- io.vertx.lang.rx.RxDelegate
- Overrides:
- getDelegatein class- AuthenticationProvider
 
 - 
createpublic static PropertyFileAuthentication create(Vertx vertx, String path) Create a File authentication provider- Parameters:
- vertx- the Vert.x instance
- path-
- Returns:
- the authentication provider
 
 - 
newInstancepublic static PropertyFileAuthentication newInstance(PropertyFileAuthentication arg) 
 
- 
 
-