Interface Lookup<I>

All Known Implementing Classes:
AuthSchemeRegistry, CookieSpecRegistry, Registry

public interface Lookup<I>
Generic lookup by low-case string ID.
Since:
4.3
  • Method Summary

    Modifier and Type
    Method
    Description
    lookup(String name)
     
  • Method Details