Interface SecurityContextExtractor<T,C>

Type Parameters:
T - : The Token type
C - : The Context type
All Known Implementing Classes:
FromBasicJwtContextExtractor, FromJwtContextExtractor

public interface SecurityContextExtractor<T,C>
Extracts context from the Token
Author:
Nicolas Thibault, Abdessalam El Jai, Alexandre Rupp
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • extractContext

      C extractContext(T token)