public abstract class sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback
super_class: java.lang.Object
{
private static volatile sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback callback;
descriptor: Lsun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback;
flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback
dup
invokespecial sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback.<init>:()V
1: putstatic sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback.callback:Lsun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback;
2: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback;
public static void setNTLMAuthenticationCallback(sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback);
descriptor: (Lsun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
putstatic sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback.callback:Lsun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback;
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 callback Lsun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback;
MethodParameters:
Name Flags
callback
public static sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback getNTLMAuthenticationCallback();
descriptor: ()Lsun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback.callback:Lsun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback;
areturn
LocalVariableTable:
Start End Slot Name Signature
public abstract boolean isTrustedSite(java.net.URL);
descriptor: (Ljava/net/URL;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
url
}
SourceFile: "NTLMAuthenticationCallback.java"
NestMembers:
sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback
InnerClasses:
DefaultNTLMAuthenticationCallback = sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback of sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback