Interface PreAuthorizationContextProvider<T>

All Known Implementing Classes:
HttpContextProvider

public interface PreAuthorizationContextProvider<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(T input)
     
    boolean
    supports(T credentialSource)
     
  • Method Details

    • supports

      boolean supports(T credentialSource)
    • get

      Credentials get(T input)