public class javax.servlet.ServletSecurityElement extends javax.servlet.HttpConstraintElement
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.servlet.ServletSecurityElement
  super_class: javax.servlet.HttpConstraintElement
{
  private java.util.Collection<java.lang.String> methodNames;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Ljava/lang/String;>;

  private java.util.Collection<javax.servlet.HttpMethodConstraintElement> methodConstraints;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Ljavax/servlet/HttpMethodConstraintElement;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.servlet.ServletSecurityElement this
         0: .line 62
            aload 0 /* this */
            invokespecial javax.servlet.HttpConstraintElement.<init>:()V
         1: .line 63
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield javax.servlet.ServletSecurityElement.methodConstraints:Ljava/util/Collection;
         2: .line 64
            aload 0 /* this */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putfield javax.servlet.ServletSecurityElement.methodNames:Ljava/util/Collection;
         3: .line 65
            return
        end local 0 // javax.servlet.ServletSecurityElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/servlet/ServletSecurityElement;

  public void <init>(javax.servlet.HttpConstraintElement);
    descriptor: (Ljavax/servlet/HttpConstraintElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.servlet.ServletSecurityElement this
        start local 1 // javax.servlet.HttpConstraintElement constraint
         0: .line 76
            aload 0 /* this */
            aload 1 /* constraint */
            invokevirtual javax.servlet.HttpConstraintElement.getEmptyRoleSemantic:()Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
         1: .line 77
            aload 1 /* constraint */
            invokevirtual javax.servlet.HttpConstraintElement.getTransportGuarantee:()Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
         2: .line 78
            aload 1 /* constraint */
            invokevirtual javax.servlet.HttpConstraintElement.getRolesAllowed:()[Ljava/lang/String;
            invokespecial javax.servlet.HttpConstraintElement.<init>:(Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;[Ljava/lang/String;)V
         3: .line 79
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield javax.servlet.ServletSecurityElement.methodConstraints:Ljava/util/Collection;
         4: .line 80
            aload 0 /* this */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putfield javax.servlet.ServletSecurityElement.methodNames:Ljava/util/Collection;
         5: .line 81
            return
        end local 1 // javax.servlet.HttpConstraintElement constraint
        end local 0 // javax.servlet.ServletSecurityElement this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Ljavax/servlet/ServletSecurityElement;
            0    6     1  constraint  Ljavax/servlet/HttpConstraintElement;
    MethodParameters:
            Name  Flags
      constraint  

  public void <init>(java.util.Collection<javax.servlet.HttpMethodConstraintElement>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.servlet.ServletSecurityElement this
        start local 1 // java.util.Collection methodConstraints
         0: .line 95
            aload 0 /* this */
            invokespecial javax.servlet.HttpConstraintElement.<init>:()V
         1: .line 97
            aload 0 /* this */
            aload 1 /* methodConstraints */
            ifnonnull 3
         2: .line 98
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            goto 4
      StackMap locals: javax.servlet.ServletSecurityElement java.util.Collection
      StackMap stack: javax.servlet.ServletSecurityElement
         3: aload 1 /* methodConstraints */
         4: .line 97
      StackMap locals: javax.servlet.ServletSecurityElement java.util.Collection
      StackMap stack: javax.servlet.ServletSecurityElement java.util.Collection
            putfield javax.servlet.ServletSecurityElement.methodConstraints:Ljava/util/Collection;
         5: .line 99
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.servlet.ServletSecurityElement.methodConstraints:Ljava/util/Collection;
            invokevirtual javax.servlet.ServletSecurityElement.checkMethodNames:(Ljava/util/Collection;)Ljava/util/Collection;
            putfield javax.servlet.ServletSecurityElement.methodNames:Ljava/util/Collection;
         6: .line 100
            return
        end local 1 // java.util.Collection methodConstraints
        end local 0 // javax.servlet.ServletSecurityElement this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Ljavax/servlet/ServletSecurityElement;
            0    7     1  methodConstraints  Ljava/util/Collection<Ljavax/servlet/HttpMethodConstraintElement;>;
    Signature: (Ljava/util/Collection<Ljavax/servlet/HttpMethodConstraintElement;>;)V
    MethodParameters:
                   Name  Flags
      methodConstraints  

  public void <init>(javax.servlet.HttpConstraintElement, java.util.Collection<javax.servlet.HttpMethodConstraintElement>);
    descriptor: (Ljavax/servlet/HttpConstraintElement;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // javax.servlet.ServletSecurityElement this
        start local 1 // javax.servlet.HttpConstraintElement constraint
        start local 2 // java.util.Collection methodConstraints
         0: .line 117
            aload 0 /* this */
            aload 1 /* constraint */
            invokevirtual javax.servlet.HttpConstraintElement.getEmptyRoleSemantic:()Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
         1: .line 118
            aload 1 /* constraint */
            invokevirtual javax.servlet.HttpConstraintElement.getTransportGuarantee:()Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
         2: .line 119
            aload 1 /* constraint */
            invokevirtual javax.servlet.HttpConstraintElement.getRolesAllowed:()[Ljava/lang/String;
            invokespecial javax.servlet.HttpConstraintElement.<init>:(Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;[Ljava/lang/String;)V
         3: .line 120
            aload 0 /* this */
            aload 2 /* methodConstraints */
            ifnonnull 5
         4: .line 121
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            goto 6
      StackMap locals: javax.servlet.ServletSecurityElement javax.servlet.HttpConstraintElement java.util.Collection
      StackMap stack: javax.servlet.ServletSecurityElement
         5: aload 2 /* methodConstraints */
         6: .line 120
      StackMap locals: javax.servlet.ServletSecurityElement javax.servlet.HttpConstraintElement java.util.Collection
      StackMap stack: javax.servlet.ServletSecurityElement java.util.Collection
            putfield javax.servlet.ServletSecurityElement.methodConstraints:Ljava/util/Collection;
         7: .line 122
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.servlet.ServletSecurityElement.methodConstraints:Ljava/util/Collection;
            invokevirtual javax.servlet.ServletSecurityElement.checkMethodNames:(Ljava/util/Collection;)Ljava/util/Collection;
            putfield javax.servlet.ServletSecurityElement.methodNames:Ljava/util/Collection;
         8: .line 123
            return
        end local 2 // java.util.Collection methodConstraints
        end local 1 // javax.servlet.HttpConstraintElement constraint
        end local 0 // javax.servlet.ServletSecurityElement this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Ljavax/servlet/ServletSecurityElement;
            0    9     1         constraint  Ljavax/servlet/HttpConstraintElement;
            0    9     2  methodConstraints  Ljava/util/Collection<Ljavax/servlet/HttpMethodConstraintElement;>;
    Signature: (Ljavax/servlet/HttpConstraintElement;Ljava/util/Collection<Ljavax/servlet/HttpMethodConstraintElement;>;)V
    MethodParameters:
                   Name  Flags
      constraint         
      methodConstraints  

  public void <init>(javax.servlet.annotation.ServletSecurity);
    descriptor: (Ljavax/servlet/annotation/ServletSecurity;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=2
        start local 0 // javax.servlet.ServletSecurityElement this
        start local 1 // javax.servlet.annotation.ServletSecurity annotation
         0: .line 134
            aload 0 /* this */
            aload 1 /* annotation */
            invokeinterface javax.servlet.annotation.ServletSecurity.value:()Ljavax/servlet/annotation/HttpConstraint;
            invokeinterface javax.servlet.annotation.HttpConstraint.value:()Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
         1: .line 135
            aload 1 /* annotation */
            invokeinterface javax.servlet.annotation.ServletSecurity.value:()Ljavax/servlet/annotation/HttpConstraint;
            invokeinterface javax.servlet.annotation.HttpConstraint.transportGuarantee:()Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
         2: .line 136
            aload 1 /* annotation */
            invokeinterface javax.servlet.annotation.ServletSecurity.value:()Ljavax/servlet/annotation/HttpConstraint;
            invokeinterface javax.servlet.annotation.HttpConstraint.rolesAllowed:()[Ljava/lang/String;
            invokespecial javax.servlet.HttpConstraintElement.<init>:(Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;[Ljava/lang/String;)V
         3: .line 137
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield javax.servlet.ServletSecurityElement.methodConstraints:Ljava/util/Collection;
         4: .line 139
            aload 1 /* annotation */
            invokeinterface javax.servlet.annotation.ServletSecurity.httpMethodConstraints:()[Ljavax/servlet/annotation/HttpMethodConstraint;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 16
      StackMap locals: javax.servlet.ServletSecurityElement javax.servlet.annotation.ServletSecurity top int int javax.servlet.annotation.HttpMethodConstraint[]
      StackMap stack:
         5: aload 5
            iload 3
            aaload
            astore 2 /* constraint */
        start local 2 // javax.servlet.annotation.HttpMethodConstraint constraint
         6: .line 140
            aload 0 /* this */
            getfield javax.servlet.ServletSecurityElement.methodConstraints:Ljava/util/Collection;
         7: .line 141
            new javax.servlet.HttpMethodConstraintElement
            dup
         8: .line 142
            aload 2 /* constraint */
            invokeinterface javax.servlet.annotation.HttpMethodConstraint.value:()Ljava/lang/String;
         9: .line 143
            new javax.servlet.HttpConstraintElement
            dup
            aload 2 /* constraint */
            invokeinterface javax.servlet.annotation.HttpMethodConstraint.emptyRoleSemantic:()Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
        10: .line 144
            aload 2 /* constraint */
            invokeinterface javax.servlet.annotation.HttpMethodConstraint.transportGuarantee:()Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
        11: .line 145
            aload 2 /* constraint */
            invokeinterface javax.servlet.annotation.HttpMethodConstraint.rolesAllowed:()[Ljava/lang/String;
        12: .line 143
            invokespecial javax.servlet.HttpConstraintElement.<init>:(Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;[Ljava/lang/String;)V
        13: .line 141
            invokespecial javax.servlet.HttpMethodConstraintElement.<init>:(Ljava/lang/String;Ljavax/servlet/HttpConstraintElement;)V
        14: .line 140
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // javax.servlet.annotation.HttpMethodConstraint constraint
        15: .line 138
            iinc 3 1
      StackMap locals:
      StackMap stack:
        16: iload 3
            iload 4
            if_icmplt 5
        17: .line 147
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.servlet.ServletSecurityElement.methodConstraints:Ljava/util/Collection;
            invokevirtual javax.servlet.ServletSecurityElement.checkMethodNames:(Ljava/util/Collection;)Ljava/util/Collection;
            putfield javax.servlet.ServletSecurityElement.methodNames:Ljava/util/Collection;
        18: .line 148
            return
        end local 1 // javax.servlet.annotation.ServletSecurity annotation
        end local 0 // javax.servlet.ServletSecurityElement this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Ljavax/servlet/ServletSecurityElement;
            0   19     1  annotation  Ljavax/servlet/annotation/ServletSecurity;
            6   15     2  constraint  Ljavax/servlet/annotation/HttpMethodConstraint;
    MethodParameters:
            Name  Flags
      annotation  

  public java.util.Collection<javax.servlet.HttpMethodConstraintElement> getHttpMethodConstraints();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.servlet.ServletSecurityElement this
         0: .line 162
            aload 0 /* this */
            getfield javax.servlet.ServletSecurityElement.methodConstraints:Ljava/util/Collection;
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 0 // javax.servlet.ServletSecurityElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/servlet/ServletSecurityElement;
    Signature: ()Ljava/util/Collection<Ljavax/servlet/HttpMethodConstraintElement;>;

  public java.util.Collection<java.lang.String> getMethodNames();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.servlet.ServletSecurityElement this
         0: .line 176
            aload 0 /* this */
            getfield javax.servlet.ServletSecurityElement.methodNames:Ljava/util/Collection;
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 0 // javax.servlet.ServletSecurityElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/servlet/ServletSecurityElement;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;

  private java.util.Collection<java.lang.String> checkMethodNames(java.util.Collection<javax.servlet.HttpMethodConstraintElement>);
    descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // javax.servlet.ServletSecurityElement this
        start local 1 // java.util.Collection methodConstraints
         0: .line 191
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 2 /* methodNames */
        start local 2 // java.util.Collection methodNames
         1: .line 193
            aload 1 /* methodConstraints */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals: javax.servlet.ServletSecurityElement java.util.Collection java.util.Collection top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.servlet.HttpMethodConstraintElement
            astore 3 /* methodConstraint */
        start local 3 // javax.servlet.HttpMethodConstraintElement methodConstraint
         3: .line 194
            aload 3 /* methodConstraint */
            invokevirtual javax.servlet.HttpMethodConstraintElement.getMethodName:()Ljava/lang/String;
            astore 5 /* methodName */
        start local 5 // java.lang.String methodName
         4: .line 195
            aload 2 /* methodNames */
            aload 5 /* methodName */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            ifne 8
         5: .line 196
            new java.lang.IllegalArgumentException
            dup
         6: .line 197
            new java.lang.StringBuilder
            dup
            ldc "Duplicate HTTP method name: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* methodName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 196
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.String methodName
        end local 3 // javax.servlet.HttpMethodConstraintElement methodConstraint
         8: .line 192
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 200
            aload 2 /* methodNames */
            areturn
        end local 2 // java.util.Collection methodNames
        end local 1 // java.util.Collection methodConstraints
        end local 0 // javax.servlet.ServletSecurityElement this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Ljavax/servlet/ServletSecurityElement;
            0   10     1  methodConstraints  Ljava/util/Collection<Ljavax/servlet/HttpMethodConstraintElement;>;
            1   10     2        methodNames  Ljava/util/Collection<Ljava/lang/String;>;
            3    8     3   methodConstraint  Ljavax/servlet/HttpMethodConstraintElement;
            4    8     5         methodName  Ljava/lang/String;
    Signature: (Ljava/util/Collection<Ljavax/servlet/HttpMethodConstraintElement;>;)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
                   Name  Flags
      methodConstraints  
}
SourceFile: "ServletSecurityElement.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