Package org.jaxxy.security.role
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigure(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
-
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:
configurein classorg.jaxxy.util.provider.AnnotationDrivenDynamicFeature<jakarta.annotation.security.RolesAllowed>
-