java.lang.Object
cloud.piranha.microprofile.omnifaces.jwt.OmniFacesJwtIntegrator
All Implemented Interfaces:
org.glassfish.jersey.internal.spi.AutoDiscoverable, org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable

@ConstrainedTo(SERVER)
@Priority(2000)
public final class OmniFacesJwtIntegrator
extends java.lang.Object
implements org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable
This AutoDiscoverable integrates OmniFaces JWT into Piranha
Author:
Arjan Tijms
  • Field Summary

    Fields inherited from interface org.glassfish.jersey.internal.spi.AutoDiscoverable

    DEFAULT_PRIORITY
  • Constructor Summary

    Constructors 
    Constructor Description
    OmniFacesJwtIntegrator()  
  • Method Summary

    Modifier and Type Method Description
    void configure​(javax.ws.rs.core.FeatureContext context)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • configure

      public void configure​(javax.ws.rs.core.FeatureContext context)
      Specified by:
      configure in interface org.glassfish.jersey.internal.spi.AutoDiscoverable