Class ShiroFeature

  • All Implemented Interfaces:
    javax.ws.rs.core.Feature

    @Provider
    public class ShiroFeature
    extends Object
    implements javax.ws.rs.core.Feature
    Shiro JAX-RS feature which includes ExceptionMapper, SubjectPrincipalRequestFilter, and ShiroAnnotationFilterFeature. Typically a JAX-RS Application class will include this Feature class in the classes returned from Application.getClasses() method, for example:
         public class SampleApplication extends Application {
    
    Since:
    1.4
    • Method Detail

      • configure

        public boolean configure​(javax.ws.rs.core.FeatureContext context)
        Specified by:
        configure in interface javax.ws.rs.core.Feature