Class RolesAllowedDynamicFeature

  • All Implemented Interfaces:
    javax.ws.rs.container.DynamicFeature

    @Provider
    public class RolesAllowedDynamicFeature
    extends org.jaxxy.util.provider.AnnotationDrivenDynamicFeature<javax.annotation.security.RolesAllowed>
    • Constructor Detail

      • RolesAllowedDynamicFeature

        public RolesAllowedDynamicFeature()
    • 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:
        configure in class org.jaxxy.util.provider.AnnotationDrivenDynamicFeature<javax.annotation.security.RolesAllowed>