Interface RoleFinder<Role>

All Known Implementing Classes:
VeniceRoleFinder

public interface RoleFinder<Role>
  • Method Summary

    Modifier and Type
    Method
    Description
    parseRole(String method, Headers httpHeaders)
     
  • Method Details

    • parseRole

      @Nonnull Role parseRole(@Nonnull String method, @Nonnull Headers httpHeaders)