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:
java.lang.annotation.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 Summary
Fields Modifier and Type Field Description private java.lang.String[]
roles
-
Constructor Summary
Constructors Modifier Constructor Description private
RolesAllowedImpl(java.lang.String[] roles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
value()
-
Methods inherited from class org.glassfish.jersey.internal.inject.AnnotationLiteral
annotationType, equals, hashCode
-
-