Interface UserStore

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

    @FunctionalInterface
    @Deprecated
    public interface UserStore
    extends SecureUserStore
    Deprecated.
    This store is designed for POC - e.g. no need for better security. You can use SecureUserStore instead.
    Store of users for resolving httpauth and digest authentication.
    • Nested Class Summary

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