public class javax.servlet.HttpConstraintElement
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.servlet.HttpConstraintElement
  super_class: java.lang.Object
{
  private javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic emptyRoleSemantic;
    descriptor: Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
    flags: (0x0002) ACC_PRIVATE

  private javax.servlet.annotation.ServletSecurity$TransportGuarantee transportGuarantee;
    descriptor: Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] rolesAllowed;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.servlet.HttpConstraintElement this
         0: .line 63
            aload 0 /* this */
            getstatic javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic.PERMIT:Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
            invokespecial javax.servlet.HttpConstraintElement.<init>:(Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;)V
         1: .line 64
            return
        end local 0 // javax.servlet.HttpConstraintElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/servlet/HttpConstraintElement;

  public void <init>(javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic);
    descriptor: (Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.servlet.HttpConstraintElement this
        start local 1 // javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic semantic
         0: .line 72
            aload 0 /* this */
            aload 1 /* semantic */
            getstatic javax.servlet.annotation.ServletSecurity$TransportGuarantee.NONE:Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
            iconst_0
            anewarray java.lang.String
            invokespecial javax.servlet.HttpConstraintElement.<init>:(Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;[Ljava/lang/String;)V
         1: .line 73
            return
        end local 1 // javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic semantic
        end local 0 // javax.servlet.HttpConstraintElement this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavax/servlet/HttpConstraintElement;
            0    2     1  semantic  Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
    MethodParameters:
          Name  Flags
      semantic  

  public void <init>(javax.servlet.annotation.ServletSecurity$TransportGuarantee, java.lang.String[]);
    descriptor: (Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;[Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // javax.servlet.HttpConstraintElement this
        start local 1 // javax.servlet.annotation.ServletSecurity$TransportGuarantee guarantee
        start local 2 // java.lang.String[] roleNames
         0: .line 86
            aload 0 /* this */
            getstatic javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic.PERMIT:Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
            aload 1 /* guarantee */
            aload 2 /* roleNames */
            invokespecial javax.servlet.HttpConstraintElement.<init>:(Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;[Ljava/lang/String;)V
         1: .line 87
            return
        end local 2 // java.lang.String[] roleNames
        end local 1 // javax.servlet.annotation.ServletSecurity$TransportGuarantee guarantee
        end local 0 // javax.servlet.HttpConstraintElement this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavax/servlet/HttpConstraintElement;
            0    2     1  guarantee  Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
            0    2     2  roleNames  [Ljava/lang/String;
    MethodParameters:
           Name  Flags
      guarantee  
      roleNames  

  public void <init>(javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic, javax.servlet.annotation.ServletSecurity$TransportGuarantee, java.lang.String[]);
    descriptor: (Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;[Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.servlet.HttpConstraintElement this
        start local 1 // javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic semantic
        start local 2 // javax.servlet.annotation.ServletSecurity$TransportGuarantee guarantee
        start local 3 // java.lang.String[] roleNames
         0: .line 100
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 102
            aload 1 /* semantic */
            getstatic javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic.DENY:Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
            if_acmpne 5
            aload 3 /* roleNames */
            arraylength
            ifle 5
         2: .line 103
            new java.lang.IllegalArgumentException
            dup
         3: .line 104
            ldc "Deny semantic with rolesAllowed"
         4: .line 103
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 106
      StackMap locals: javax.servlet.HttpConstraintElement javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic javax.servlet.annotation.ServletSecurity$TransportGuarantee java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* semantic */
            putfield javax.servlet.HttpConstraintElement.emptyRoleSemantic:Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
         6: .line 107
            aload 0 /* this */
            aload 2 /* guarantee */
            putfield javax.servlet.HttpConstraintElement.transportGuarantee:Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
         7: .line 108
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* roleNames */
            invokevirtual javax.servlet.HttpConstraintElement.copyStrings:([Ljava/lang/String;)[Ljava/lang/String;
            putfield javax.servlet.HttpConstraintElement.rolesAllowed:[Ljava/lang/String;
         8: .line 109
            return
        end local 3 // java.lang.String[] roleNames
        end local 2 // javax.servlet.annotation.ServletSecurity$TransportGuarantee guarantee
        end local 1 // javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic semantic
        end local 0 // javax.servlet.HttpConstraintElement this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Ljavax/servlet/HttpConstraintElement;
            0    9     1   semantic  Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
            0    9     2  guarantee  Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
            0    9     3  roleNames  [Ljava/lang/String;
    MethodParameters:
           Name  Flags
      semantic   
      guarantee  
      roleNames  

  public javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic getEmptyRoleSemantic();
    descriptor: ()Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.servlet.HttpConstraintElement this
         0: .line 123
            aload 0 /* this */
            getfield javax.servlet.HttpConstraintElement.emptyRoleSemantic:Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
            areturn
        end local 0 // javax.servlet.HttpConstraintElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/servlet/HttpConstraintElement;

  public javax.servlet.annotation.ServletSecurity$TransportGuarantee getTransportGuarantee();
    descriptor: ()Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.servlet.HttpConstraintElement this
         0: .line 134
            aload 0 /* this */
            getfield javax.servlet.HttpConstraintElement.transportGuarantee:Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
            areturn
        end local 0 // javax.servlet.HttpConstraintElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/servlet/HttpConstraintElement;

  public java.lang.String[] getRolesAllowed();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.servlet.HttpConstraintElement this
         0: .line 157
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.servlet.HttpConstraintElement.rolesAllowed:[Ljava/lang/String;
            invokevirtual javax.servlet.HttpConstraintElement.copyStrings:([Ljava/lang/String;)[Ljava/lang/String;
            areturn
        end local 0 // javax.servlet.HttpConstraintElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/servlet/HttpConstraintElement;

  private java.lang.String[] copyStrings(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)[Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // javax.servlet.HttpConstraintElement this
        start local 1 // java.lang.String[] strings
         0: .line 161
            aconst_null
            astore 2 /* arr */
        start local 2 // java.lang.String[] arr
         1: .line 162
            aload 1 /* strings */
            ifnull 6
         2: .line 163
            aload 1 /* strings */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         3: .line 164
            iload 3 /* len */
            anewarray java.lang.String
            astore 2 /* arr */
         4: .line 165
            iload 3 /* len */
            ifle 6
         5: .line 166
            aload 1 /* strings */
            iconst_0
            aload 2 /* arr */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 3 // int len
         6: .line 170
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 2 /* arr */
            ifnull 7
            aload 2 /* arr */
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_0
            anewarray java.lang.String
      StackMap locals:
      StackMap stack: java.lang.String[]
         8: areturn
        end local 2 // java.lang.String[] arr
        end local 1 // java.lang.String[] strings
        end local 0 // javax.servlet.HttpConstraintElement this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Ljavax/servlet/HttpConstraintElement;
            0    9     1  strings  [Ljava/lang/String;
            1    9     2      arr  [Ljava/lang/String;
            3    6     3      len  I
    MethodParameters:
         Name  Flags
      strings  
}
SourceFile: "HttpConstraintElement.java"
InnerClasses:
  public final EmptyRoleSemantic = javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic of javax.servlet.annotation.ServletSecurity
  public final TransportGuarantee = javax.servlet.annotation.ServletSecurity$TransportGuarantee of javax.servlet.annotation.ServletSecurity