Class RoleBasedSecurityFeature
java.lang.Object
org.jboss.resteasy.plugins.interceptors.RoleBasedSecurityFeature
- All Implemented Interfaces:
jakarta.ws.rs.container.DynamicFeature
public class RoleBasedSecurityFeature
extends Object
implements jakarta.ws.rs.container.DynamicFeature
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext configurable)
-
Constructor Details
-
RoleBasedSecurityFeature
public RoleBasedSecurityFeature()
-
-
Method Details
-
configure
public void configure(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext configurable) - Specified by:
configure
in interfacejakarta.ws.rs.container.DynamicFeature
-