Interface AuthBackend

All Known Implementing Classes:
InternalAuthBackend, UniversalAuthBackend

public interface AuthBackend
Implementations of AuthBackend authenticate users for incoming request.
  • Method Summary

    Modifier and Type
    Method
    Description
    Authenticate inspects the AuthRequest and returns authenticated user.
    Returns an identifier that uniquely describes the backend.