java.lang.Object
com.predic8.membrane.core.interceptor.authentication.session.FileUserDataProvider
All Implemented Interfaces:
UserDataProvider

public class FileUserDataProvider extends Object implements UserDataProvider
Description
A user data provider utilizing htpasswd formatted files.
Explanation

the fileuserdataprovider can be used to source authentication data from htpasswd files.

The files can only utilize algorithm magic strings supported by crypt(3).

  • Constructor Details

    • FileUserDataProvider

      public FileUserDataProvider()
  • Method Details