Class SecurityAnnotations.RolesAllowedImpl

java.lang.Object
org.glassfish.jersey.internal.inject.AnnotationLiteral<javax.annotation.security.RolesAllowed>
org.glassfish.jersey.message.filtering.SecurityAnnotations.RolesAllowedImpl
All Implemented Interfaces:
Annotation
Enclosing class:
SecurityAnnotations

private static final class SecurityAnnotations.RolesAllowedImpl extends AnnotationLiteral<javax.annotation.security.RolesAllowed> implements javax.annotation.security.RolesAllowed
DenyAll annotation implementation.
  • Field Details

    • roles

      private final String[] roles
  • Constructor Details

    • RolesAllowedImpl

      private RolesAllowedImpl(String[] roles)
  • Method Details

    • value

      public String[] value()