final class com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo
super_class: java.lang.Object
{
private com.sun.jndi.ldap.LdapCtx schemaEntry;
descriptor: Lcom/sun/jndi/ldap/LdapCtx;
flags: (0x0002) ACC_PRIVATE
private java.lang.String schemaEntryName;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
com.sun.jndi.ldap.LdapSchemaParser parser;
descriptor: Lcom/sun/jndi/ldap/LdapSchemaParser;
flags: (0x0000)
private java.lang.String host;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private int port;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean hasLdapsScheme;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
void <init>(java.lang.String, com.sun.jndi.ldap.LdapCtx, com.sun.jndi.ldap.LdapSchemaParser);
descriptor: (Ljava/lang/String;Lcom/sun/jndi/ldap/LdapCtx;Lcom/sun/jndi/ldap/LdapSchemaParser;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntryName:Ljava/lang/String;
2: aload 0
aload 2
putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
3: aload 0
aload 3
putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
4: aload 0
aload 2
getfield com.sun.jndi.ldap.LdapCtx.port_number:I
putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.port:I
5: aload 0
aload 2
getfield com.sun.jndi.ldap.LdapCtx.hostname:Ljava/lang/String;
putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.host:Ljava/lang/String;
6: aload 0
aload 2
getfield com.sun.jndi.ldap.LdapCtx.hasLdapsScheme:Z
putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.hasLdapsScheme:Z
7: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
0 8 1 schemaEntryName Ljava/lang/String;
0 8 2 schemaEntry Lcom/sun/jndi/ldap/LdapCtx;
0 8 3 parser Lcom/sun/jndi/ldap/LdapSchemaParser;
MethodParameters:
Name Flags
schemaEntryName
schemaEntry
parser
synchronized void close();
descriptor: ()V
flags: (0x0020) ACC_SYNCHRONIZED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
ifnull 3
1: aload 0
getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
invokevirtual com.sun.jndi.ldap.LdapCtx.close:()V
2: aload 0
aconst_null
putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
Exceptions:
throws javax.naming.NamingException
private com.sun.jndi.ldap.LdapCtx reopenEntry(java.util.Hashtable<?, ?>);
descriptor: (Ljava/util/Hashtable;)Lcom/sun/jndi/ldap/LdapCtx;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: new com.sun.jndi.ldap.LdapCtx
dup
aload 0
getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntryName:Ljava/lang/String;
aload 0
getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.host:Ljava/lang/String;
aload 0
getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.port:I
1: aload 1
aload 0
getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.hasLdapsScheme:Z
2: invokespecial com.sun.jndi.ldap.LdapCtx.<init>:(Ljava/lang/String;Ljava/lang/String;ILjava/util/Hashtable;Z)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
0 3 1 env Ljava/util/Hashtable<**>;
Exceptions:
throws javax.naming.NamingException
Signature: (Ljava/util/Hashtable<**>;)Lcom/sun/jndi/ldap/LdapCtx;
MethodParameters:
Name Flags
env
synchronized void modifyAttributes(java.util.Hashtable<?, ?>, javax.naming.directory.ModificationItem[]);
descriptor: (Ljava/util/Hashtable;[Ljavax/naming/directory/ModificationItem;)V
flags: (0x0020) ACC_SYNCHRONIZED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
ifnonnull 2
1: aload 0
aload 0
aload 1
invokevirtual com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.reopenEntry:(Ljava/util/Hashtable;)Lcom/sun/jndi/ldap/LdapCtx;
putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
ldc ""
aload 2
invokevirtual com.sun.jndi.ldap.LdapCtx.modifyAttributes:(Ljava/lang/String;[Ljavax/naming/directory/ModificationItem;)V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
0 4 1 env Ljava/util/Hashtable<**>;
0 4 2 mods [Ljavax/naming/directory/ModificationItem;
Exceptions:
throws javax.naming.NamingException
Signature: (Ljava/util/Hashtable<**>;[Ljavax/naming/directory/ModificationItem;)V
MethodParameters:
Name Flags
env
mods
synchronized void modifyAttributes(java.util.Hashtable<?, ?>, int, javax.naming.directory.Attributes);
descriptor: (Ljava/util/Hashtable;ILjavax/naming/directory/Attributes;)V
flags: (0x0020) ACC_SYNCHRONIZED
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
ifnonnull 2
1: aload 0
aload 0
aload 1
invokevirtual com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.reopenEntry:(Ljava/util/Hashtable;)Lcom/sun/jndi/ldap/LdapCtx;
putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
ldc ""
iload 2
aload 3
invokevirtual com.sun.jndi.ldap.LdapCtx.modifyAttributes:(Ljava/lang/String;ILjavax/naming/directory/Attributes;)V
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
0 4 1 env Ljava/util/Hashtable<**>;
0 4 2 mod I
0 4 3 attrs Ljavax/naming/directory/Attributes;
Exceptions:
throws javax.naming.NamingException
Signature: (Ljava/util/Hashtable<**>;ILjavax/naming/directory/Attributes;)V
MethodParameters:
Name Flags
env
mod
attrs
}
SourceFile: "LdapSchemaCtx.java"
NestHost: com.sun.jndi.ldap.LdapSchemaCtx
InnerClasses:
private final SchemaInfo = com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo of com.sun.jndi.ldap.LdapSchemaCtx