Class HtdigestAuth
- java.lang.Object
 - 
- io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
 - 
- io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
 
 
 
- 
public class HtdigestAuth extends AuthenticationProvider
An extension of AuthProvider which is using .htdigest file as store 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<HtdigestAuth>__TYPE_ARGstatic StringHTDIGEST_FILEThe property name to be used to set the name of the collection inside the config 
- 
Constructor Summary
Constructors Constructor Description HtdigestAuth(io.vertx.ext.auth.htdigest.HtdigestAuth delegate)HtdigestAuth(Object delegate) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HtdigestAuthcreate(Vertx vertx)static HtdigestAuthcreate(Vertx vertx, String htfile)booleanequals(Object o)io.vertx.ext.auth.htdigest.HtdigestAuthgetDelegate()inthashCode()static HtdigestAuthnewInstance(io.vertx.ext.auth.htdigest.HtdigestAuth arg)Stringrealm()StringtoString()- 
Methods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance 
 - 
 
 - 
 
- 
- 
Field Detail
- 
__TYPE_ARG
public static final TypeArg<HtdigestAuth> __TYPE_ARG
 
- 
HTDIGEST_FILE
public static final String HTDIGEST_FILE
The property name to be used to set the name of the collection inside the config- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
HtdigestAuth
public HtdigestAuth(io.vertx.ext.auth.htdigest.HtdigestAuth delegate)
 
- 
HtdigestAuth
public HtdigestAuth(Object delegate)
 
 - 
 
- 
Method Detail
- 
getDelegate
public io.vertx.ext.auth.htdigest.HtdigestAuth getDelegate()
- Overrides:
 getDelegatein classAuthenticationProvider
 
- 
toString
public String toString()
- Overrides:
 toStringin classAuthenticationProvider
 
- 
equals
public boolean equals(Object o)
- Overrides:
 equalsin classAuthenticationProvider
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classAuthenticationProvider
 
- 
create
public static HtdigestAuth create(Vertx vertx)
- Parameters:
 vertx-- Returns:
 - the created instance of 
HtdigestAuths 
 
- 
create
public static HtdigestAuth create(Vertx vertx, String htfile)
- Parameters:
 vertx-htfile- the existing htfile.- Returns:
 - the created instance of 
HtdigestAuths 
 
- 
realm
public String realm()
- Returns:
 - the realm
 
 
- 
newInstance
public static HtdigestAuth newInstance(io.vertx.ext.auth.htdigest.HtdigestAuth arg)
 
 - 
 
 -