Interface SecurityContextValidator<C>

Type Parameters:
C -

public interface SecurityContextValidator<C>
Responsible for context validation. Has to be fully implemented since it depends on
  • the choice of the cintext type
  • the way user data is stored
  • Author:
    Nicolas Thibault, Abdessalam El Jai, Alexandre Rupp
    • Method Summary

      Modifier and Type
      Method
      Description
      void
      validateContext(C context)
       
    • Method Details

      • validateContext

        void validateContext(C context)