Class 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 java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
    • Field Detail

      • roles

        private final java.lang.String[] roles
    • Constructor Detail

      • RolesAllowedImpl

        private RolesAllowedImpl​(java.lang.String[] roles)
    • Method Detail

      • value

        public java.lang.String[] value()