Class RolesAllowedDynamicFeature

java.lang.Object
org.jaxxy.util.provider.AnnotationDrivenDynamicFeature<jakarta.annotation.security.RolesAllowed>
org.jaxxy.security.role.RolesAllowedDynamicFeature
All Implemented Interfaces:
jakarta.ws.rs.container.DynamicFeature

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    configure(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext context, jakarta.annotation.security.RolesAllowed annotation)
     

    Methods inherited from class org.jaxxy.util.provider.AnnotationDrivenDynamicFeature

    configure

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RolesAllowedDynamicFeature

      public RolesAllowedDynamicFeature()
  • Method Details

    • configure

      protected void configure(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext context, jakarta.annotation.security.RolesAllowed annotation)
      Specified by:
      configure in class org.jaxxy.util.provider.AnnotationDrivenDynamicFeature<jakarta.annotation.security.RolesAllowed>