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 theoriginal
non Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<HtdigestAuth>
__TYPE_ARG
static String
HTDIGEST_FILE
The 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 HtdigestAuth
create(Vertx vertx)
static HtdigestAuth
create(Vertx vertx, String htfile)
boolean
equals(Object o)
io.vertx.ext.auth.htdigest.HtdigestAuth
getDelegate()
int
hashCode()
static HtdigestAuth
newInstance(io.vertx.ext.auth.htdigest.HtdigestAuth arg)
String
realm()
String
toString()
-
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:
getDelegate
in classAuthenticationProvider
-
toString
public String toString()
- Overrides:
toString
in classAuthenticationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAuthenticationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAuthenticationProvider
-
create
public static HtdigestAuth create(Vertx vertx)
- Parameters:
vertx
-- Returns:
- the created instance of
HtdigestAuth
s
-
create
public static HtdigestAuth create(Vertx vertx, String htfile)
- Parameters:
vertx
-htfile
- the existing htfile.- Returns:
- the created instance of
HtdigestAuth
s
-
realm
public String realm()
- Returns:
- the realm
-
newInstance
public static HtdigestAuth newInstance(io.vertx.ext.auth.htdigest.HtdigestAuth arg)
-
-