Class ShiroFeature

java.lang.Object
org.apache.shiro.web.jaxrs.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 UnauthorizedExceptionExceptionMapper, 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
  • Constructor Details

    • ShiroFeature

      public ShiroFeature()
  • Method Details

    • configure

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