Interface HtdigestAuth
- All Superinterfaces:
AuthenticationProvider
An extension of AuthProvider which is using .htdigest file as store
- Author:
- Paulo Lopes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe property name to be used to set the name of the collection inside the config -
Method Summary
Modifier and TypeMethodDescriptionstatic HtdigestAuthCreates an instance of HtdigestAuth.static HtdigestAuthCreates an instance of HtdigestAuth by using the given htfile file.realm()Return the currently used realmMethods inherited from interface AuthenticationProvider
authenticate
-
Field Details
-
HTDIGEST_FILE
The property name to be used to set the name of the collection inside the config- See Also:
-
-
Method Details
-
create
Creates an instance of HtdigestAuth.- Returns:
- the created instance of
HtdigestAuths
-
create
Creates an instance of HtdigestAuth by using the given htfile file.- Parameters:
htfile- the existing htfile.- Returns:
- the created instance of
HtdigestAuths
-
realm
-