Package org.apache.shiro.web.jaxrs
Class ShiroFeature
java.lang.Object
org.apache.shiro.web.jaxrs.ShiroFeature
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ShiroFeature
public ShiroFeature()
-
-
Method Details
-
configure
public boolean configure(javax.ws.rs.core.FeatureContext context) - Specified by:
configurein interfacejavax.ws.rs.core.Feature
-