class com.microsoft.aad.adal4j.MexParser$NegotiateAuthenticationPolicySelector implements com.microsoft.aad.adal4j.MexParser$PolicySelector
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.aad.adal4j.MexParser$NegotiateAuthenticationPolicySelector
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.aad.adal4j.MexParser$NegotiateAuthenticationPolicySelector this
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.aad.adal4j.MexParser$NegotiateAuthenticationPolicySelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/aad/adal4j/MexParser$NegotiateAuthenticationPolicySelector;

  public java.util.Map<java.lang.String, com.microsoft.aad.adal4j.BindingPolicy> selectPolicies(org.w3c.dom.Document, javax.xml.xpath.XPath, boolean);
    descriptor: (Lorg/w3c/dom/Document;Ljavax/xml/xpath/XPath;Z)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.microsoft.aad.adal4j.MexParser$NegotiateAuthenticationPolicySelector this
        start local 1 // org.w3c.dom.Document xmlDocument
        start local 2 // javax.xml.xpath.XPath xPath
        start local 3 // boolean logPii
         0: .line 68
            ldc "//wsdl:definitions/wsp:Policy/wsp:ExactlyOne/wsp:All/http:NegotiateAuthentication"
            astore 4 /* xpathExpression */
        start local 4 // java.lang.String xpathExpression
         1: .line 70
            aload 1 /* xmlDocument */
            aload 2 /* xPath */
            aload 4 /* xpathExpression */
            invokestatic com.microsoft.aad.adal4j.MexParser.selectIntegratedPoliciesWithExpression:(Lorg/w3c/dom/Document;Ljavax/xml/xpath/XPath;Ljava/lang/String;)Ljava/util/Map;
            areturn
        end local 4 // java.lang.String xpathExpression
        end local 3 // boolean logPii
        end local 2 // javax.xml.xpath.XPath xPath
        end local 1 // org.w3c.dom.Document xmlDocument
        end local 0 // com.microsoft.aad.adal4j.MexParser$NegotiateAuthenticationPolicySelector this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/aad/adal4j/MexParser$NegotiateAuthenticationPolicySelector;
            0    2     1      xmlDocument  Lorg/w3c/dom/Document;
            0    2     2            xPath  Ljavax/xml/xpath/XPath;
            0    2     3           logPii  Z
            1    2     4  xpathExpression  Ljava/lang/String;
    Exceptions:
      throws javax.xml.xpath.XPathExpressionException
    Signature: (Lorg/w3c/dom/Document;Ljavax/xml/xpath/XPath;Z)Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/aad/adal4j/BindingPolicy;>;
    MethodParameters:
             Name  Flags
      xmlDocument  
      xPath        
      logPii       
}
SourceFile: "MexParser.java"
NestHost: com.microsoft.aad.adal4j.MexParser
InnerClasses:
  private NegotiateAuthenticationPolicySelector = com.microsoft.aad.adal4j.MexParser$NegotiateAuthenticationPolicySelector of com.microsoft.aad.adal4j.MexParser
  private abstract PolicySelector = com.microsoft.aad.adal4j.MexParser$PolicySelector of com.microsoft.aad.adal4j.MexParser