Package org.jaxxy.security.role
Class RolesAllowedDynamicFeature
- java.lang.Object
-
- org.jaxxy.util.provider.AnnotationDrivenDynamicFeature<javax.annotation.security.RolesAllowed>
-
- org.jaxxy.security.role.RolesAllowedDynamicFeature
-
- All Implemented Interfaces:
javax.ws.rs.container.DynamicFeature
@Provider public class RolesAllowedDynamicFeature extends org.jaxxy.util.provider.AnnotationDrivenDynamicFeature<javax.annotation.security.RolesAllowed>
-
-
Constructor Summary
Constructors Constructor Description RolesAllowedDynamicFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext context, javax.annotation.security.RolesAllowed annotation)
-
-
-
Method Detail
-
configure
protected void configure(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext context, javax.annotation.security.RolesAllowed annotation)- Specified by:
configurein classorg.jaxxy.util.provider.AnnotationDrivenDynamicFeature<javax.annotation.security.RolesAllowed>
-
-