Class SecureEndpointScanner

  • All Implemented Interfaces:
    javax.ws.rs.container.DynamicFeature

    public class SecureEndpointScanner
    extends java.lang.Object
    implements javax.ws.rs.container.DynamicFeature
    Jax-rs scanner for secure endpoint auto-discovery on extarnal apps startup
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(javax.ws.rs.container.ResourceInfo resourceInfo, 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 Detail

    • Method Detail

      • configure

        public void configure​(javax.ws.rs.container.ResourceInfo resourceInfo,
                              javax.ws.rs.core.FeatureContext context)
        Specified by:
        configure in interface javax.ws.rs.container.DynamicFeature