Interface SecureUserStore

  • All Known Implementing Classes:
    ConfigUserStore
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface SecureUserStore
    Store of users for resolving httpauth and digest authentication. This implementation does not require to provide passwords. This is a more secure approach. Keep in mind that HTTP Basic authentication is an unsafe protection, and even when combined with SSL, it still has some severe issues.