Class OsgiJaxrsBearerTokenFilterImpl

  • All Implemented Interfaces:
    javax.ws.rs.container.ContainerRequestFilter, JaxrsBearerTokenFilter

    @PreMatching
    @Priority(1000)
    @Deprecated
    public class OsgiJaxrsBearerTokenFilterImpl
    extends JaxrsBearerTokenFilterImpl
    Deprecated.
    Class is deprecated and may be removed in the future. If you want to maintain this class for Keycloak community, please contact Keycloak team on keycloak-dev mailing list. You can fork it into your github repository and Keycloak team will reference it from "Keycloak Extensions" page.
    Variant of JaxrsBearerTokenFilter, which can be used to properly use resources from current osgi bundle
    Author:
    Marek Posolda