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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Representation of a single user.
  • Method Summary

    Modifier and Type
    Method
    Description
    user(String login)
    Get user based on login.