java.naming-8.sym.txt revision 2973:0e8fa3249327
145405Smsmith#
245405Smsmith# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
345405Smsmith# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
445405Smsmith#
545405Smsmith# This code is free software; you can redistribute it and/or modify it
645405Smsmith# under the terms of the GNU General Public License version 2 only, as
745405Smsmith# published by the Free Software Foundation.  Oracle designates this
845405Smsmith# particular file as subject to the "Classpath" exception as provided
945405Smsmith# by Oracle in the LICENSE file that accompanied this code.
1045405Smsmith#
1145405Smsmith# This code is distributed in the hope that it will be useful, but WITHOUT
1245405Smsmith# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1345405Smsmith# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1445405Smsmith# version 2 for more details (a copy is included in the LICENSE file that
1545405Smsmith# accompanied this code).
1645405Smsmith#
1745405Smsmith# You should have received a copy of the GNU General Public License version
1845405Smsmith# 2 along with this work; if not, write to the Free Software Foundation,
1945405Smsmith# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2045405Smsmith#
2145405Smsmith# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2245405Smsmith# or visit www.oracle.com if you need additional information or have any
2345405Smsmith# questions.
2445405Smsmith#
2545405Smsmith# ##########################################################
2645405Smsmith# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
27115683Sobrien# ##########################################################
28115683Sobrien#
29115683Sobrienclass name javax/naming/AuthenticationException
3045405Smsmithheader extends javax/naming/NamingSecurityException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
3145405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
3245405Smsmithmethod name <init> descriptor ()V flags 1
3345405Smsmith
3445405Smsmithclass name javax/naming/AuthenticationNotSupportedException
3576078Sjhbheader extends javax/naming/NamingSecurityException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
36106842Smdoddmethod name <init> descriptor (Ljava/lang/String;)V flags 1
3745405Smsmithmethod name <init> descriptor ()V flags 1
3845405Smsmith
3945405Smsmithclass name javax/naming/BinaryRefAddr
4045405Smsmithheader extends javax/naming/RefAddr flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
4145405Smsmithmethod name <init> descriptor (Ljava/lang/String;[B)V flags 1
4245405Smsmithmethod name <init> descriptor (Ljava/lang/String;[BII)V flags 1
4345405Smsmithmethod name getContent descriptor ()Ljava/lang/Object; flags 1
4445405Smsmithmethod name equals descriptor (Ljava/lang/Object;)Z flags 1
4545405Smsmithmethod name hashCode descriptor ()I flags 1
4645405Smsmithmethod name toString descriptor ()Ljava/lang/String; flags 1
4745405Smsmith
4845405Smsmithclass name javax/naming/Binding
4945405Smsmithheader extends javax/naming/NameClassPair flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
50177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;)V flags 1
5145405Smsmithmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;Z)V flags 1
52177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V flags 1
53177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Z)V flags 1
54177070Sjhbmethod name getClassName descriptor ()Ljava/lang/String; flags 1
55177070Sjhbmethod name getObject descriptor ()Ljava/lang/Object; flags 1
5645405Smsmithmethod name setObject descriptor (Ljava/lang/Object;)V flags 1
57177070Sjhbmethod name toString descriptor ()Ljava/lang/String; flags 1
58177070Sjhb
59177070Sjhbclass name javax/naming/CannotProceedException
60177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
61177070Sjhbfield name remainingNewName descriptor Ljavax/naming/Name; flags 4
6245405Smsmithfield name environment descriptor Ljava/util/Hashtable; flags 4 signature Ljava/util/Hashtable<**>;
63177070Sjhbfield name altName descriptor Ljavax/naming/Name; flags 4
64177070Sjhbfield name altNameCtx descriptor Ljavax/naming/Context; flags 4
6545405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
66177070Sjhbmethod name <init> descriptor ()V flags 1
67106842Smdoddmethod name getEnvironment descriptor ()Ljava/util/Hashtable; flags 1 signature ()Ljava/util/Hashtable<**>;
68121307Ssilbymethod name setEnvironment descriptor (Ljava/util/Hashtable;)V flags 1 signature (Ljava/util/Hashtable<**>;)V
69177070Sjhbmethod name getRemainingNewName descriptor ()Ljavax/naming/Name; flags 1
70106842Smdoddmethod name setRemainingNewName descriptor (Ljavax/naming/Name;)V flags 1
71177070Sjhbmethod name getAltName descriptor ()Ljavax/naming/Name; flags 1
72177070Sjhbmethod name setAltName descriptor (Ljavax/naming/Name;)V flags 1
73177070Sjhbmethod name getAltNameCtx descriptor ()Ljavax/naming/Context; flags 1
74177070Sjhbmethod name setAltNameCtx descriptor (Ljavax/naming/Context;)V flags 1
7545405Smsmith
7645405Smsmithclass name javax/naming/CommunicationException
77177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
78177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
79177070Sjhbmethod name <init> descriptor ()V flags 1
8045405Smsmith
8145405Smsmithclass name javax/naming/CompositeName
8246215Smsmithheader extends java/lang/Object implements javax/naming/Name flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
83177070Sjhbmethod name <init> descriptor (Ljava/util/Enumeration;)V flags 4 signature (Ljava/util/Enumeration<Ljava/lang/String;>;)V
8446215Smsmithmethod name <init> descriptor (Ljava/lang/String;)V thrownTypes javax/naming/InvalidNameException flags 1
85177125Sjhbmethod name <init> descriptor ()V flags 1
86177125Sjhbmethod name toString descriptor ()Ljava/lang/String; flags 1
87177125Sjhbmethod name equals descriptor (Ljava/lang/Object;)Z flags 1
88177070Sjhbmethod name hashCode descriptor ()I flags 1
89177070Sjhbmethod name compareTo descriptor (Ljava/lang/Object;)I flags 1
90177070Sjhbmethod name clone descriptor ()Ljava/lang/Object; flags 1
91177070Sjhbmethod name size descriptor ()I flags 1
92177070Sjhbmethod name isEmpty descriptor ()Z flags 1
93177070Sjhbmethod name getAll descriptor ()Ljava/util/Enumeration; flags 1 signature ()Ljava/util/Enumeration<Ljava/lang/String;>;
94177070Sjhbmethod name get descriptor (I)Ljava/lang/String; flags 1
95177070Sjhbmethod name getPrefix descriptor (I)Ljavax/naming/Name; flags 1
96177070Sjhbmethod name getSuffix descriptor (I)Ljavax/naming/Name; flags 1
97177070Sjhbmethod name startsWith descriptor (Ljavax/naming/Name;)Z flags 1
98177070Sjhbmethod name endsWith descriptor (Ljavax/naming/Name;)Z flags 1
99177070Sjhbmethod name addAll descriptor (Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
100177070Sjhbmethod name addAll descriptor (ILjavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
101177070Sjhbmethod name add descriptor (Ljava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
10245405Smsmithmethod name add descriptor (ILjava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
10345405Smsmithmethod name remove descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/InvalidNameException flags 1
10445405Smsmith
105177070Sjhbclass name javax/naming/CompoundName
106177070Sjhbheader extends java/lang/Object implements javax/naming/Name flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
107177070Sjhbfield name impl descriptor Ljavax/naming/NameImpl; flags 84
108177070Sjhbfield name mySyntax descriptor Ljava/util/Properties; flags 84
109177070Sjhbmethod name <init> descriptor (Ljava/util/Enumeration;Ljava/util/Properties;)V flags 4 signature (Ljava/util/Enumeration<Ljava/lang/String;>;Ljava/util/Properties;)V
110177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljava/util/Properties;)V thrownTypes javax/naming/InvalidNameException flags 1
111177070Sjhbmethod name toString descriptor ()Ljava/lang/String; flags 1
11245405Smsmithmethod name equals descriptor (Ljava/lang/Object;)Z flags 1
11345405Smsmithmethod name hashCode descriptor ()I flags 1
114177070Sjhbmethod name clone descriptor ()Ljava/lang/Object; flags 1
11594683Sdwmalonemethod name compareTo descriptor (Ljava/lang/Object;)I flags 1
11694683Sdwmalonemethod name size descriptor ()I flags 1
117177070Sjhbmethod name isEmpty descriptor ()Z flags 1
118177070Sjhbmethod name getAll descriptor ()Ljava/util/Enumeration; flags 1 signature ()Ljava/util/Enumeration<Ljava/lang/String;>;
119177070Sjhbmethod name get descriptor (I)Ljava/lang/String; flags 1
12094683Sdwmalonemethod name getPrefix descriptor (I)Ljavax/naming/Name; flags 1
121177070Sjhbmethod name getSuffix descriptor (I)Ljavax/naming/Name; flags 1
122177070Sjhbmethod name startsWith descriptor (Ljavax/naming/Name;)Z flags 1
12394683Sdwmalonemethod name endsWith descriptor (Ljavax/naming/Name;)Z flags 1
12494683Sdwmalonemethod name addAll descriptor (Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
125177070Sjhbmethod name addAll descriptor (ILjavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
12694683Sdwmalonemethod name add descriptor (Ljava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
12748925Smsmithmethod name add descriptor (ILjava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
12894683Sdwmalonemethod name remove descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/InvalidNameException flags 1
129177070Sjhb
130177070Sjhbclass name javax/naming/ConfigurationException
131177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
13294683Sdwmalonemethod name <init> descriptor (Ljava/lang/String;)V flags 1
13394683Sdwmalonemethod name <init> descriptor ()V flags 1
13494683Sdwmalone
13594683Sdwmaloneclass name javax/naming/Context
13694683Sdwmaloneheader extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
137177070Sjhbfield name INITIAL_CONTEXT_FACTORY descriptor Ljava/lang/String; constantValue java.naming.factory.initial flags 19
138177070Sjhbfield name OBJECT_FACTORIES descriptor Ljava/lang/String; constantValue java.naming.factory.object flags 19
13994683Sdwmalonefield name STATE_FACTORIES descriptor Ljava/lang/String; constantValue java.naming.factory.state flags 19
14045405Smsmithfield name URL_PKG_PREFIXES descriptor Ljava/lang/String; constantValue java.naming.factory.url.pkgs flags 19
14145405Smsmithfield name PROVIDER_URL descriptor Ljava/lang/String; constantValue java.naming.provider.url flags 19
14245405Smsmithfield name DNS_URL descriptor Ljava/lang/String; constantValue java.naming.dns.url flags 19
14345405Smsmithfield name AUTHORITATIVE descriptor Ljava/lang/String; constantValue java.naming.authoritative flags 19
14445405Smsmithfield name BATCHSIZE descriptor Ljava/lang/String; constantValue java.naming.batchsize flags 19
145177070Sjhbfield name REFERRAL descriptor Ljava/lang/String; constantValue java.naming.referral flags 19
14645405Smsmithfield name SECURITY_PROTOCOL descriptor Ljava/lang/String; constantValue java.naming.security.protocol flags 19
147177070Sjhbfield name SECURITY_AUTHENTICATION descriptor Ljava/lang/String; constantValue java.naming.security.authentication flags 19
148177070Sjhbfield name SECURITY_PRINCIPAL descriptor Ljava/lang/String; constantValue java.naming.security.principal flags 19
149177070Sjhbfield name SECURITY_CREDENTIALS descriptor Ljava/lang/String; constantValue java.naming.security.credentials flags 19
150177070Sjhbfield name LANGUAGE descriptor Ljava/lang/String; constantValue java.naming.language flags 19
151177070Sjhbfield name APPLET descriptor Ljava/lang/String; constantValue java.naming.applet flags 19
152177070Sjhbmethod name lookup descriptor (Ljavax/naming/Name;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
153177070Sjhbmethod name lookup descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
154177070Sjhbmethod name bind descriptor (Ljavax/naming/Name;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 401
15545405Smsmithmethod name bind descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 401
15645405Smsmithmethod name rebind descriptor (Ljavax/naming/Name;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 401
15745405Smsmithmethod name rebind descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 401
158177070Sjhbmethod name unbind descriptor (Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 401
159177070Sjhbmethod name unbind descriptor (Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 401
160177070Sjhbmethod name rename descriptor (Ljavax/naming/Name;Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 401
161177070Sjhbmethod name rename descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 401
16245405Smsmithmethod name list descriptor (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
16345405Smsmithmethod name list descriptor (Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
16445405Smsmithmethod name listBindings descriptor (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration<Ljavax/naming/Binding;>;
16545405Smsmithmethod name listBindings descriptor (Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/Binding;>;
166177070Sjhbmethod name destroySubcontext descriptor (Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 401
167177070Sjhbmethod name destroySubcontext descriptor (Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 401
168177070Sjhbmethod name createSubcontext descriptor (Ljavax/naming/Name;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401
16945405Smsmithmethod name createSubcontext descriptor (Ljava/lang/String;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401
170177070Sjhbmethod name lookupLink descriptor (Ljavax/naming/Name;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
17145405Smsmithmethod name lookupLink descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
172177070Sjhbmethod name getNameParser descriptor (Ljavax/naming/Name;)Ljavax/naming/NameParser; thrownTypes javax/naming/NamingException flags 401
173177070Sjhbmethod name getNameParser descriptor (Ljava/lang/String;)Ljavax/naming/NameParser; thrownTypes javax/naming/NamingException flags 401
174177070Sjhbmethod name composeName descriptor (Ljavax/naming/Name;Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/NamingException flags 401
175177070Sjhbmethod name composeName descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes javax/naming/NamingException flags 401
176177070Sjhbmethod name addToEnvironment descriptor (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
177177070Sjhbmethod name removeFromEnvironment descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
178177070Sjhbmethod name getEnvironment descriptor ()Ljava/util/Hashtable; thrownTypes javax/naming/NamingException flags 401 signature ()Ljava/util/Hashtable<**>;
179177070Sjhbmethod name close descriptor ()V thrownTypes javax/naming/NamingException flags 401
180177070Sjhbmethod name getNameInNamespace descriptor ()Ljava/lang/String; thrownTypes javax/naming/NamingException flags 401
181177070Sjhb
182177070Sjhbclass name javax/naming/ContextNotEmptyException
183177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
184177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
185177070Sjhbmethod name <init> descriptor ()V flags 1
186177070Sjhb
187177070Sjhbclass name javax/naming/InitialContext
188177070Sjhbheader extends java/lang/Object implements javax/naming/Context flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
189177070Sjhbfield name myProps descriptor Ljava/util/Hashtable; flags 4 signature Ljava/util/Hashtable<Ljava/lang/Object;Ljava/lang/Object;>;
190177070Sjhbfield name defaultInitCtx descriptor Ljavax/naming/Context; flags 4
191177070Sjhbfield name gotDefault descriptor Z flags 4
192177070Sjhbmethod name <init> descriptor (Z)V thrownTypes javax/naming/NamingException flags 4
193177070Sjhbmethod name <init> descriptor ()V thrownTypes javax/naming/NamingException flags 1
194177070Sjhbmethod name <init> descriptor (Ljava/util/Hashtable;)V thrownTypes javax/naming/NamingException flags 1 signature (Ljava/util/Hashtable<**>;)V
195177070Sjhbmethod name init descriptor (Ljava/util/Hashtable;)V thrownTypes javax/naming/NamingException flags 4 signature (Ljava/util/Hashtable<**>;)V
196177070Sjhbmethod name doLookup descriptor (Ljavax/naming/Name;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 9 signature <T:Ljava/lang/Object;>(Ljavax/naming/Name;)TT;
197177070Sjhbmethod name doLookup descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 9 signature <T:Ljava/lang/Object;>(Ljava/lang/String;)TT;
198177070Sjhbmethod name getDefaultInitCtx descriptor ()Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 4
199177070Sjhbmethod name getURLOrDefaultInitCtx descriptor (Ljava/lang/String;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 4
200177070Sjhbmethod name getURLOrDefaultInitCtx descriptor (Ljavax/naming/Name;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 4
201177070Sjhbmethod name lookup descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
202177070Sjhbmethod name lookup descriptor (Ljavax/naming/Name;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
203177070Sjhbmethod name bind descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 1
204177070Sjhbmethod name bind descriptor (Ljavax/naming/Name;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 1
205177070Sjhbmethod name rebind descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 1
206177070Sjhbmethod name rebind descriptor (Ljavax/naming/Name;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 1
207177070Sjhbmethod name unbind descriptor (Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 1
208177070Sjhbmethod name unbind descriptor (Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 1
209177070Sjhbmethod name rename descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 1
21045405Smsmithmethod name rename descriptor (Ljavax/naming/Name;Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 1
211177070Sjhbmethod name list descriptor (Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
212177070Sjhbmethod name list descriptor (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
213177070Sjhbmethod name listBindings descriptor (Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/Binding;>;
214177070Sjhbmethod name listBindings descriptor (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration<Ljavax/naming/Binding;>;
215177070Sjhbmethod name destroySubcontext descriptor (Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 1
21645405Smsmithmethod name destroySubcontext descriptor (Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 1
217177070Sjhbmethod name createSubcontext descriptor (Ljava/lang/String;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 1
218177125Sjhbmethod name createSubcontext descriptor (Ljavax/naming/Name;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 1
219177070Sjhbmethod name lookupLink descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
220177070Sjhbmethod name lookupLink descriptor (Ljavax/naming/Name;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
221177070Sjhbmethod name getNameParser descriptor (Ljava/lang/String;)Ljavax/naming/NameParser; thrownTypes javax/naming/NamingException flags 1
222177070Sjhbmethod name getNameParser descriptor (Ljavax/naming/Name;)Ljavax/naming/NameParser; thrownTypes javax/naming/NamingException flags 1
223177070Sjhbmethod name composeName descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes javax/naming/NamingException flags 1
224177070Sjhbmethod name composeName descriptor (Ljavax/naming/Name;Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/NamingException flags 1
225177125Sjhbmethod name addToEnvironment descriptor (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
226177125Sjhbmethod name removeFromEnvironment descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
227177070Sjhbmethod name getEnvironment descriptor ()Ljava/util/Hashtable; thrownTypes javax/naming/NamingException flags 1 signature ()Ljava/util/Hashtable<**>;
228177070Sjhbmethod name close descriptor ()V thrownTypes javax/naming/NamingException flags 1
229177070Sjhbmethod name getNameInNamespace descriptor ()Ljava/lang/String; thrownTypes javax/naming/NamingException flags 1
230177070Sjhb
231177070Sjhbclass name javax/naming/InsufficientResourcesException
232177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
23345405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
23445405Smsmithmethod name <init> descriptor ()V flags 1
23545405Smsmith
23645405Smsmithclass name javax/naming/InterruptedNamingException
23745405Smsmithheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
23845405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
23945405Smsmithmethod name <init> descriptor ()V flags 1
24045405Smsmith
24145405Smsmithclass name javax/naming/InvalidNameException
242177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
24345405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
244177070Sjhbmethod name <init> descriptor ()V flags 1
24545405Smsmith
246177070Sjhbclass name javax/naming/LimitExceededException
247177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
248177070Sjhbmethod name <init> descriptor ()V flags 1
249177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
250177070Sjhb
251177070Sjhbclass name javax/naming/LinkException
252177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
25345405Smsmithfield name linkResolvedName descriptor Ljavax/naming/Name; flags 4
25445405Smsmithfield name linkResolvedObj descriptor Ljava/lang/Object; flags 4
25594683Sdwmalonefield name linkRemainingName descriptor Ljavax/naming/Name; flags 4
25694683Sdwmalonefield name linkExplanation descriptor Ljava/lang/String; flags 4
25794683Sdwmalonemethod name <init> descriptor (Ljava/lang/String;)V flags 1
25894683Sdwmalonemethod name <init> descriptor ()V flags 1
25994683Sdwmalonemethod name getLinkResolvedName descriptor ()Ljavax/naming/Name; flags 1
26094683Sdwmalonemethod name getLinkRemainingName descriptor ()Ljavax/naming/Name; flags 1
261177070Sjhbmethod name getLinkResolvedObj descriptor ()Ljava/lang/Object; flags 1
262177070Sjhbmethod name getLinkExplanation descriptor ()Ljava/lang/String; flags 1
26394683Sdwmalonemethod name setLinkExplanation descriptor (Ljava/lang/String;)V flags 1
26494683Sdwmalonemethod name setLinkResolvedName descriptor (Ljavax/naming/Name;)V flags 1
26545405Smsmithmethod name setLinkRemainingName descriptor (Ljavax/naming/Name;)V flags 1
26646215Smsmithmethod name setLinkResolvedObj descriptor (Ljava/lang/Object;)V flags 1
26746215Smsmithmethod name toString descriptor ()Ljava/lang/String; flags 1
26846215Smsmithmethod name toString descriptor (Z)Ljava/lang/String; flags 1
26946215Smsmith
27045405Smsmithclass name javax/naming/LinkLoopException
27148925Smsmithheader extends javax/naming/LinkException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
27245405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
27345405Smsmithmethod name <init> descriptor ()V flags 1
27445405Smsmith
275177070Sjhbclass name javax/naming/LinkRef
276177070Sjhbheader extends javax/naming/Reference flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
277177070Sjhbmethod name <init> descriptor (Ljavax/naming/Name;)V flags 1
278177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
279177070Sjhbmethod name getLinkName descriptor ()Ljava/lang/String; thrownTypes javax/naming/NamingException flags 1
280177070Sjhb
281177070Sjhbclass name javax/naming/MalformedLinkException
28248925Smsmithheader extends javax/naming/LinkException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
283177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
284177070Sjhbmethod name <init> descriptor ()V flags 1
285177070Sjhb
28648925Smsmithclass name javax/naming/Name
28746215Smsmithheader extends java/lang/Object implements java/lang/Cloneable,java/io/Serializable,java/lang/Comparable flags 601 signature Ljava/lang/Object;Ljava/lang/Cloneable;Ljava/io/Serializable;Ljava/lang/Comparable<Ljava/lang/Object;>; classAnnotations @Ljdk/Profile+Annotation;(value=I3)
28846215Smsmithfield name serialVersionUID descriptor J constantValue -3617482732056931635 flags 19
28946215Smsmithmethod name clone descriptor ()Ljava/lang/Object; flags 401
29046215Smsmithmethod name compareTo descriptor (Ljava/lang/Object;)I flags 401
291177070Sjhbmethod name size descriptor ()I flags 401
292177070Sjhbmethod name isEmpty descriptor ()Z flags 401
29346215Smsmithmethod name getAll descriptor ()Ljava/util/Enumeration; flags 401 signature ()Ljava/util/Enumeration<Ljava/lang/String;>;
29448925Smsmithmethod name get descriptor (I)Ljava/lang/String; flags 401
29548925Smsmithmethod name getPrefix descriptor (I)Ljavax/naming/Name; flags 401
29646215Smsmithmethod name getSuffix descriptor (I)Ljavax/naming/Name; flags 401
297177070Sjhbmethod name startsWith descriptor (Ljavax/naming/Name;)Z flags 401
298177070Sjhbmethod name endsWith descriptor (Ljavax/naming/Name;)Z flags 401
299177070Sjhbmethod name addAll descriptor (Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 401
300177070Sjhbmethod name addAll descriptor (ILjavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 401
301177070Sjhbmethod name add descriptor (Ljava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 401
30246215Smsmithmethod name add descriptor (ILjava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 401
303177070Sjhbmethod name remove descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/InvalidNameException flags 401
30446215Smsmith
305177070Sjhbclass name javax/naming/NameAlreadyBoundException
306177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
307177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
308177070Sjhbmethod name <init> descriptor ()V flags 1
30945405Smsmith
310177070Sjhbclass name javax/naming/NameClassPair
311177070Sjhbheader extends java/lang/Object implements java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
312177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
313177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Z)V flags 1
314177070Sjhbmethod name getClassName descriptor ()Ljava/lang/String; flags 1
315177070Sjhbmethod name getName descriptor ()Ljava/lang/String; flags 1
316177070Sjhbmethod name setName descriptor (Ljava/lang/String;)V flags 1
317177070Sjhbmethod name setClassName descriptor (Ljava/lang/String;)V flags 1
318177070Sjhbmethod name isRelative descriptor ()Z flags 1
319177070Sjhbmethod name setRelative descriptor (Z)V flags 1
320177070Sjhbmethod name getNameInNamespace descriptor ()Ljava/lang/String; flags 1
321177070Sjhbmethod name setNameInNamespace descriptor (Ljava/lang/String;)V flags 1
322177070Sjhbmethod name toString descriptor ()Ljava/lang/String; flags 1
323177070Sjhb
324177070Sjhbclass name javax/naming/NameImpl
325177070Sjhbheader extends java/lang/Object flags 20 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
326177070Sjhbmethod name toString descriptor ()Ljava/lang/String; flags 1
327177070Sjhbmethod name equals descriptor (Ljava/lang/Object;)Z flags 1
328177070Sjhbmethod name compareTo descriptor (Ljavax/naming/NameImpl;)I flags 1
329177070Sjhbmethod name size descriptor ()I flags 1
330177070Sjhbmethod name getAll descriptor ()Ljava/util/Enumeration; flags 1 signature ()Ljava/util/Enumeration<Ljava/lang/String;>;
331177070Sjhbmethod name get descriptor (I)Ljava/lang/String; flags 1
332177070Sjhbmethod name getPrefix descriptor (I)Ljava/util/Enumeration; flags 1 signature (I)Ljava/util/Enumeration<Ljava/lang/String;>;
333177070Sjhbmethod name getSuffix descriptor (I)Ljava/util/Enumeration; flags 1 signature (I)Ljava/util/Enumeration<Ljava/lang/String;>;
334177070Sjhbmethod name isEmpty descriptor ()Z flags 1
335177070Sjhbmethod name startsWith descriptor (ILjava/util/Enumeration;)Z flags 1 signature (ILjava/util/Enumeration<Ljava/lang/String;>;)Z
336177070Sjhbmethod name endsWith descriptor (ILjava/util/Enumeration;)Z flags 1 signature (ILjava/util/Enumeration<Ljava/lang/String;>;)Z
337177070Sjhbmethod name addAll descriptor (Ljava/util/Enumeration;)Z thrownTypes javax/naming/InvalidNameException flags 1 signature (Ljava/util/Enumeration<Ljava/lang/String;>;)Z
338177070Sjhbmethod name addAll descriptor (ILjava/util/Enumeration;)Z thrownTypes javax/naming/InvalidNameException flags 1 signature (ILjava/util/Enumeration<Ljava/lang/String;>;)Z
339177070Sjhbmethod name add descriptor (Ljava/lang/String;)V thrownTypes javax/naming/InvalidNameException flags 1
340177070Sjhbmethod name add descriptor (ILjava/lang/String;)V thrownTypes javax/naming/InvalidNameException flags 1
341177070Sjhbmethod name remove descriptor (I)Ljava/lang/Object; flags 1
342177070Sjhbmethod name hashCode descriptor ()I flags 1
343177070Sjhb
344177070Sjhbclass name javax/naming/NameNotFoundException
345177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
346177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
347177070Sjhbmethod name <init> descriptor ()V flags 1
348177070Sjhb
349177070Sjhbclass name javax/naming/NameParser
350177070Sjhbheader extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
351177070Sjhbmethod name parse descriptor (Ljava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/NamingException flags 401
352177070Sjhb
353177070Sjhbclass name javax/naming/NamingEnumeration
354177070Sjhbheader extends java/lang/Object implements java/util/Enumeration flags 601 signature <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Enumeration<TT;>; classAnnotations @Ljdk/Profile+Annotation;(value=I3)
355177070Sjhbmethod name next descriptor ()Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401 signature ()TT;
356177070Sjhbmethod name hasMore descriptor ()Z thrownTypes javax/naming/NamingException flags 401
35745405Smsmithmethod name close descriptor ()V thrownTypes javax/naming/NamingException flags 401
358177070Sjhb
359177070Sjhbclass name javax/naming/NamingException
360177070Sjhbheader extends java/lang/Exception flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
361177070Sjhbfield name resolvedName descriptor Ljavax/naming/Name; flags 4
362177070Sjhbfield name resolvedObj descriptor Ljava/lang/Object; flags 4
363177070Sjhbfield name remainingName descriptor Ljavax/naming/Name; flags 4
364177070Sjhbfield name rootException descriptor Ljava/lang/Throwable; flags 4
365177125Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
366177070Sjhbmethod name <init> descriptor ()V flags 1
367177070Sjhbmethod name getResolvedName descriptor ()Ljavax/naming/Name; flags 1
368177070Sjhbmethod name getRemainingName descriptor ()Ljavax/naming/Name; flags 1
369177070Sjhbmethod name getResolvedObj descriptor ()Ljava/lang/Object; flags 1
370177070Sjhbmethod name getExplanation descriptor ()Ljava/lang/String; flags 1
371177070Sjhbmethod name setResolvedName descriptor (Ljavax/naming/Name;)V flags 1
372177070Sjhbmethod name setRemainingName descriptor (Ljavax/naming/Name;)V flags 1
373177070Sjhbmethod name setResolvedObj descriptor (Ljava/lang/Object;)V flags 1
374177070Sjhbmethod name appendRemainingComponent descriptor (Ljava/lang/String;)V flags 1
375177125Sjhbmethod name appendRemainingName descriptor (Ljavax/naming/Name;)V flags 1
376177070Sjhbmethod name getRootCause descriptor ()Ljava/lang/Throwable; flags 1
377177070Sjhbmethod name setRootCause descriptor (Ljava/lang/Throwable;)V flags 1
378177070Sjhbmethod name getCause descriptor ()Ljava/lang/Throwable; flags 1
379177070Sjhbmethod name initCause descriptor (Ljava/lang/Throwable;)Ljava/lang/Throwable; flags 1
38045405Smsmithmethod name toString descriptor ()Ljava/lang/String; flags 1
38145405Smsmithmethod name toString descriptor (Z)Ljava/lang/String; flags 1
382177070Sjhb
383177070Sjhbclass name javax/naming/NamingSecurityException
384177070Sjhbheader extends javax/naming/NamingException flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
385177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
386177070Sjhbmethod name <init> descriptor ()V flags 1
387177070Sjhb
388177070Sjhbclass name javax/naming/NoInitialContextException
389177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
390177070Sjhbmethod name <init> descriptor ()V flags 1
391177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
392177070Sjhb
39345405Smsmithclass name javax/naming/NoPermissionException
39445405Smsmithheader extends javax/naming/NamingSecurityException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
39545405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
39645405Smsmithmethod name <init> descriptor ()V flags 1
39745405Smsmith
39845405Smsmithclass name javax/naming/NotContextException
39945405Smsmithheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
40045405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
401177070Sjhbmethod name <init> descriptor ()V flags 1
402177070Sjhb
403177070Sjhbclass name javax/naming/OperationNotSupportedException
404177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
405177070Sjhbmethod name <init> descriptor ()V flags 1
406177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
407177070Sjhb
408177070Sjhbclass name javax/naming/PartialResultException
409177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
41045405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
41145405Smsmithmethod name <init> descriptor ()V flags 1
41245405Smsmith
413177070Sjhbclass name javax/naming/RefAddr
414177070Sjhbheader extends java/lang/Object implements java/io/Serializable flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
41545405Smsmithfield name addrType descriptor Ljava/lang/String; flags 4
416177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 4
417177070Sjhbmethod name getType descriptor ()Ljava/lang/String; flags 1
418177070Sjhbmethod name getContent descriptor ()Ljava/lang/Object; flags 401
41945405Smsmithmethod name equals descriptor (Ljava/lang/Object;)Z flags 1
420177070Sjhbmethod name hashCode descriptor ()I flags 1
421177070Sjhbmethod name toString descriptor ()Ljava/lang/String; flags 1
42245405Smsmith
42345405Smsmithclass name javax/naming/Reference
42445405Smsmithheader extends java/lang/Object implements java/lang/Cloneable,java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
42545405Smsmithfield name className descriptor Ljava/lang/String; flags 4
426177070Sjhbfield name addrs descriptor Ljava/util/Vector; flags 4 signature Ljava/util/Vector<Ljavax/naming/RefAddr;>;
42745405Smsmithfield name classFactory descriptor Ljava/lang/String; flags 4
428177070Sjhbfield name classFactoryLocation descriptor Ljava/lang/String; flags 4
429177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
430177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljavax/naming/RefAddr;)V flags 1
431177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V flags 1
43245405Smsmithmethod name <init> descriptor (Ljava/lang/String;Ljavax/naming/RefAddr;Ljava/lang/String;Ljava/lang/String;)V flags 1
433177070Sjhbmethod name getClassName descriptor ()Ljava/lang/String; flags 1
434177070Sjhbmethod name getFactoryClassName descriptor ()Ljava/lang/String; flags 1
435177070Sjhbmethod name getFactoryClassLocation descriptor ()Ljava/lang/String; flags 1
436177070Sjhbmethod name get descriptor (Ljava/lang/String;)Ljavax/naming/RefAddr; flags 1
437177070Sjhbmethod name get descriptor (I)Ljavax/naming/RefAddr; flags 1
438177070Sjhbmethod name getAll descriptor ()Ljava/util/Enumeration; flags 1 signature ()Ljava/util/Enumeration<Ljavax/naming/RefAddr;>;
439177070Sjhbmethod name size descriptor ()I flags 1
440177070Sjhbmethod name add descriptor (Ljavax/naming/RefAddr;)V flags 1
441103346Sdwmalonemethod name add descriptor (ILjavax/naming/RefAddr;)V flags 1
442177070Sjhbmethod name remove descriptor (I)Ljava/lang/Object; flags 1
443177070Sjhbmethod name clear descriptor ()V flags 1
444177070Sjhbmethod name equals descriptor (Ljava/lang/Object;)Z flags 1
445103346Sdwmalonemethod name hashCode descriptor ()I flags 1
446103346Sdwmalonemethod name toString descriptor ()Ljava/lang/String; flags 1
447177070Sjhbmethod name clone descriptor ()Ljava/lang/Object; flags 1
44845405Smsmith
44945405Smsmithclass name javax/naming/Referenceable
45045405Smsmithheader extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
45145405Smsmithmethod name getReference descriptor ()Ljavax/naming/Reference; thrownTypes javax/naming/NamingException flags 401
45245405Smsmith
45345405Smsmithclass name javax/naming/ReferralException
45445405Smsmithheader extends javax/naming/NamingException flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
45545405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 4
456177070Sjhbmethod name <init> descriptor ()V flags 4
457177070Sjhbmethod name getReferralInfo descriptor ()Ljava/lang/Object; flags 401
45845405Smsmithmethod name getReferralContext descriptor ()Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401
459177070Sjhbmethod name getReferralContext descriptor (Ljava/util/Hashtable;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/util/Hashtable<**>;)Ljavax/naming/Context;
460177070Sjhbmethod name skipReferral descriptor ()Z flags 401
461177070Sjhbmethod name retryReferral descriptor ()V flags 401
462177070Sjhb
463177070Sjhbclass name javax/naming/ServiceUnavailableException
464177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
465177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
466177070Sjhbmethod name <init> descriptor ()V flags 1
467177070Sjhb
468177070Sjhbclass name javax/naming/SizeLimitExceededException
469177070Sjhbheader extends javax/naming/LimitExceededException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
470177070Sjhbmethod name <init> descriptor ()V flags 1
471177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
472177070Sjhb
473177070Sjhbclass name javax/naming/StringRefAddr
474177070Sjhbheader extends javax/naming/RefAddr flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
475177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
476177070Sjhbmethod name getContent descriptor ()Ljava/lang/Object; flags 1
477177070Sjhb
478177070Sjhbclass name javax/naming/TimeLimitExceededException
479177070Sjhbheader extends javax/naming/LimitExceededException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
480177070Sjhbmethod name <init> descriptor ()V flags 1
481177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
482177070Sjhb
483177070Sjhbclass name javax/naming/directory/Attribute
484177070Sjhbheader extends java/lang/Object implements java/lang/Cloneable,java/io/Serializable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
485177070Sjhbfield name serialVersionUID descriptor J constantValue 8707690322213556804 flags 19
486177070Sjhbmethod name getAll descriptor ()Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature ()Ljavax/naming/NamingEnumeration<*>;
487177070Sjhbmethod name get descriptor ()Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
488177070Sjhbmethod name size descriptor ()I flags 401
489177070Sjhbmethod name getID descriptor ()Ljava/lang/String; flags 401
490177070Sjhbmethod name contains descriptor (Ljava/lang/Object;)Z flags 401
491177070Sjhbmethod name add descriptor (Ljava/lang/Object;)Z flags 401
492177070Sjhbmethod name remove descriptor (Ljava/lang/Object;)Z flags 401
493177070Sjhbmethod name clear descriptor ()V flags 401
494177070Sjhbmethod name getAttributeSyntaxDefinition descriptor ()Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
495177070Sjhbmethod name getAttributeDefinition descriptor ()Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
496177070Sjhbmethod name clone descriptor ()Ljava/lang/Object; flags 401
497177070Sjhbmethod name isOrdered descriptor ()Z flags 401
498177070Sjhbmethod name get descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
499177070Sjhbmethod name remove descriptor (I)Ljava/lang/Object; flags 401
500177070Sjhbmethod name add descriptor (ILjava/lang/Object;)V flags 401
501177070Sjhbmethod name set descriptor (ILjava/lang/Object;)Ljava/lang/Object; flags 401
502177070Sjhb
503177070Sjhbclass name javax/naming/directory/AttributeInUseException
50445405Smsmithheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
50545405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
506177070Sjhbmethod name <init> descriptor ()V flags 1
507177070Sjhb
508177070Sjhbclass name javax/naming/directory/AttributeModificationException
509177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
510177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
511177070Sjhbmethod name <init> descriptor ()V flags 1
512177070Sjhbmethod name setUnexecutedModifications descriptor ([Ljavax/naming/directory/ModificationItem;)V flags 1
513177070Sjhbmethod name getUnexecutedModifications descriptor ()[Ljavax/naming/directory/ModificationItem; flags 1
514177070Sjhbmethod name toString descriptor ()Ljava/lang/String; flags 1
515177070Sjhb
51645405Smsmithclass name javax/naming/directory/Attributes
51745405Smsmithheader extends java/lang/Object implements java/lang/Cloneable,java/io/Serializable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
51845405Smsmithmethod name isCaseIgnored descriptor ()Z flags 401
51945405Smsmithmethod name size descriptor ()I flags 401
52045405Smsmithmethod name get descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attribute; flags 401
52145405Smsmithmethod name getAll descriptor ()Ljavax/naming/NamingEnumeration; flags 401 signature ()Ljavax/naming/NamingEnumeration<+Ljavax/naming/directory/Attribute;>;
52245405Smsmithmethod name getIDs descriptor ()Ljavax/naming/NamingEnumeration; flags 401 signature ()Ljavax/naming/NamingEnumeration<Ljava/lang/String;>;
52345405Smsmithmethod name put descriptor (Ljava/lang/String;Ljava/lang/Object;)Ljavax/naming/directory/Attribute; flags 401
524177070Sjhbmethod name put descriptor (Ljavax/naming/directory/Attribute;)Ljavax/naming/directory/Attribute; flags 401
525177070Sjhbmethod name remove descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attribute; flags 401
52645405Smsmithmethod name clone descriptor ()Ljava/lang/Object; flags 401
527177070Sjhb
528177070Sjhbclass name javax/naming/directory/BasicAttribute
529177070Sjhbheader extends java/lang/Object implements javax/naming/directory/Attribute flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
530177070Sjhbfield name attrID descriptor Ljava/lang/String; flags 4
531177070Sjhbfield name values descriptor Ljava/util/Vector; flags 84 signature Ljava/util/Vector<Ljava/lang/Object;>;
532177070Sjhbfield name ordered descriptor Z flags 4
533177070Sjhbmethod name clone descriptor ()Ljava/lang/Object; flags 1
534177070Sjhbmethod name equals descriptor (Ljava/lang/Object;)Z flags 1
535177070Sjhbmethod name hashCode descriptor ()I flags 1
53645405Smsmithmethod name toString descriptor ()Ljava/lang/String; flags 1
537177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
53845405Smsmithmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;)V flags 1
539177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Z)V flags 1
540177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;Z)V flags 1
541177070Sjhbmethod name getAll descriptor ()Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature ()Ljavax/naming/NamingEnumeration<*>;
542177070Sjhbmethod name get descriptor ()Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
543177070Sjhbmethod name size descriptor ()I flags 1
544177070Sjhbmethod name getID descriptor ()Ljava/lang/String; flags 1
545177070Sjhbmethod name contains descriptor (Ljava/lang/Object;)Z flags 1
546177070Sjhbmethod name add descriptor (Ljava/lang/Object;)Z flags 1
547177070Sjhbmethod name remove descriptor (Ljava/lang/Object;)Z flags 1
548177070Sjhbmethod name clear descriptor ()V flags 1
549177070Sjhbmethod name isOrdered descriptor ()Z flags 1
550177070Sjhbmethod name get descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
551177070Sjhbmethod name remove descriptor (I)Ljava/lang/Object; flags 1
552177070Sjhbmethod name add descriptor (ILjava/lang/Object;)V flags 1
553177070Sjhbmethod name set descriptor (ILjava/lang/Object;)Ljava/lang/Object; flags 1
554177070Sjhbmethod name getAttributeSyntaxDefinition descriptor ()Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
555177070Sjhbmethod name getAttributeDefinition descriptor ()Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
556177070Sjhb
557177070Sjhbclass name javax/naming/directory/BasicAttributes
558177070Sjhbheader extends java/lang/Object implements javax/naming/directory/Attributes flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
559177070Sjhbmethod name <init> descriptor ()V flags 1
560177070Sjhbmethod name <init> descriptor (Z)V flags 1
561177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;)V flags 1
562177070Sjhbmethod name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;Z)V flags 1
563177070Sjhbmethod name clone descriptor ()Ljava/lang/Object; flags 1
56445405Smsmithmethod name isCaseIgnored descriptor ()Z flags 1
56545405Smsmithmethod name size descriptor ()I flags 1
566177070Sjhbmethod name get descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attribute; flags 1
567177070Sjhbmethod name getAll descriptor ()Ljavax/naming/NamingEnumeration; flags 1 signature ()Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/Attribute;>;
56845405Smsmithmethod name getIDs descriptor ()Ljavax/naming/NamingEnumeration; flags 1 signature ()Ljavax/naming/NamingEnumeration<Ljava/lang/String;>;
569177070Sjhbmethod name put descriptor (Ljava/lang/String;Ljava/lang/Object;)Ljavax/naming/directory/Attribute; flags 1
570177070Sjhbmethod name put descriptor (Ljavax/naming/directory/Attribute;)Ljavax/naming/directory/Attribute; flags 1
571177070Sjhbmethod name remove descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attribute; flags 1
57245405Smsmithmethod name toString descriptor ()Ljava/lang/String; flags 1
57345405Smsmithmethod name equals descriptor (Ljava/lang/Object;)Z flags 1
57445405Smsmithmethod name hashCode descriptor ()I flags 1
575177070Sjhb
576177070Sjhbclass name javax/naming/directory/DirContext
57745405Smsmithheader extends java/lang/Object implements javax/naming/Context flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
57845405Smsmithfield name ADD_ATTRIBUTE descriptor I constantValue 1 flags 19
57945405Smsmithfield name REPLACE_ATTRIBUTE descriptor I constantValue 2 flags 19
58045405Smsmithfield name REMOVE_ATTRIBUTE descriptor I constantValue 3 flags 19
581177070Sjhbmethod name getAttributes descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 401
582177125Sjhbmethod name getAttributes descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 401
583177125Sjhbmethod name getAttributes descriptor (Ljavax/naming/Name;[Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 401
58445405Smsmithmethod name getAttributes descriptor (Ljava/lang/String;[Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 401
585177070Sjhbmethod name modifyAttributes descriptor (Ljavax/naming/Name;ILjavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
586177070Sjhbmethod name modifyAttributes descriptor (Ljava/lang/String;ILjavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
58745405Smsmithmethod name modifyAttributes descriptor (Ljavax/naming/Name;[Ljavax/naming/directory/ModificationItem;)V thrownTypes javax/naming/NamingException flags 401
588177070Sjhbmethod name modifyAttributes descriptor (Ljava/lang/String;[Ljavax/naming/directory/ModificationItem;)V thrownTypes javax/naming/NamingException flags 401
589177070Sjhbmethod name bind descriptor (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
590177070Sjhbmethod name bind descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
591177070Sjhbmethod name rebind descriptor (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
592177070Sjhbmethod name rebind descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
593177070Sjhbmethod name createSubcontext descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
594177070Sjhbmethod name createSubcontext descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
59545405Smsmithmethod name getSchema descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
596177070Sjhbmethod name getSchema descriptor (Ljava/lang/String;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
59745405Smsmithmethod name getSchemaClassDefinition descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
598177125Sjhbmethod name getSchemaClassDefinition descriptor (Ljava/lang/String;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
599177125Sjhbmethod name search descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
600177125Sjhbmethod name search descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
601177125Sjhbmethod name search descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
602177125Sjhbmethod name search descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
603177125Sjhbmethod name search descriptor (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
604177125Sjhbmethod name search descriptor (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
605177125Sjhbmethod name search descriptor (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
606177125Sjhbmethod name search descriptor (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
607177125Sjhb
608177125Sjhbclass name javax/naming/directory/InitialDirContext
609177125Sjhbheader extends javax/naming/InitialContext implements javax/naming/directory/DirContext flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
610177125Sjhbmethod name <init> descriptor (Z)V thrownTypes javax/naming/NamingException flags 4
611177125Sjhbmethod name <init> descriptor ()V thrownTypes javax/naming/NamingException flags 1
612177070Sjhbmethod name <init> descriptor (Ljava/util/Hashtable;)V thrownTypes javax/naming/NamingException flags 1 signature (Ljava/util/Hashtable<**>;)V
613177070Sjhbmethod name getAttributes descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 1
614177070Sjhbmethod name getAttributes descriptor (Ljava/lang/String;[Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 1
615177070Sjhbmethod name getAttributes descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 1
616177070Sjhbmethod name getAttributes descriptor (Ljavax/naming/Name;[Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 1
61745405Smsmithmethod name modifyAttributes descriptor (Ljava/lang/String;ILjavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
618177070Sjhbmethod name modifyAttributes descriptor (Ljavax/naming/Name;ILjavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
619177070Sjhbmethod name modifyAttributes descriptor (Ljava/lang/String;[Ljavax/naming/directory/ModificationItem;)V thrownTypes javax/naming/NamingException flags 1
620177070Sjhbmethod name modifyAttributes descriptor (Ljavax/naming/Name;[Ljavax/naming/directory/ModificationItem;)V thrownTypes javax/naming/NamingException flags 1
62145405Smsmithmethod name bind descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
622177070Sjhbmethod name bind descriptor (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
62345405Smsmithmethod name rebind descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
624177070Sjhbmethod name rebind descriptor (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
625177070Sjhbmethod name createSubcontext descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
626177070Sjhbmethod name createSubcontext descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
627177070Sjhbmethod name getSchema descriptor (Ljava/lang/String;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
628177070Sjhbmethod name getSchema descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
629177070Sjhbmethod name getSchemaClassDefinition descriptor (Ljava/lang/String;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
630177070Sjhbmethod name getSchemaClassDefinition descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
631177070Sjhbmethod name search descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
632177070Sjhbmethod name search descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
633177070Sjhbmethod name search descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
634177070Sjhbmethod name search descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
635177070Sjhbmethod name search descriptor (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
636177070Sjhbmethod name search descriptor (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
637177070Sjhbmethod name search descriptor (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
638177070Sjhbmethod name search descriptor (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
639177070Sjhb
640177070Sjhbclass name javax/naming/directory/InvalidAttributeIdentifierException
641177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
642177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
643177070Sjhbmethod name <init> descriptor ()V flags 1
64445405Smsmith
645177070Sjhbclass name javax/naming/directory/InvalidAttributeValueException
646177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
647177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
648177070Sjhbmethod name <init> descriptor ()V flags 1
649177070Sjhb
650177070Sjhbclass name javax/naming/directory/InvalidAttributesException
651177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
652177070Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
653177070Sjhbmethod name <init> descriptor ()V flags 1
654177070Sjhb
655177070Sjhbclass name javax/naming/directory/InvalidSearchControlsException
65645405Smsmithheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
65745405Smsmithmethod name <init> descriptor ()V flags 1
65845405Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
65946215Smsmith
66046215Smsmithclass name javax/naming/directory/InvalidSearchFilterException
66146215Smsmithheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
66245405Smsmithmethod name <init> descriptor ()V flags 1
66346215Smsmithmethod name <init> descriptor (Ljava/lang/String;)V flags 1
66446215Smsmith
665177070Sjhbclass name javax/naming/directory/ModificationItem
666177070Sjhbheader extends java/lang/Object implements java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
667177070Sjhbmethod name <init> descriptor (ILjavax/naming/directory/Attribute;)V flags 1
66846215Smsmithmethod name getModificationOp descriptor ()I flags 1
66946215Smsmithmethod name getAttribute descriptor ()Ljavax/naming/directory/Attribute; flags 1
67046215Smsmithmethod name toString descriptor ()Ljava/lang/String; flags 1
67145405Smsmith
67245405Smsmithclass name javax/naming/directory/NoSuchAttributeException
673177070Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
674177124Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
675177124Sjhbmethod name <init> descriptor ()V flags 1
676177124Sjhb
677177124Sjhbclass name javax/naming/directory/SchemaViolationException
678177124Sjhbheader extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
679177124Sjhbmethod name <init> descriptor ()V flags 1
680177124Sjhbmethod name <init> descriptor (Ljava/lang/String;)V flags 1
681177124Sjhb
682177124Sjhbclass name javax/naming/directory/SearchControls
683177124Sjhbheader extends java/lang/Object implements java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
68445405Smsmithfield name OBJECT_SCOPE descriptor I constantValue 0 flags 19
685177070Sjhbfield name ONELEVEL_SCOPE descriptor I constantValue 1 flags 19
686field name SUBTREE_SCOPE descriptor I constantValue 2 flags 19
687method name <init> descriptor ()V flags 1
688method name <init> descriptor (IJI[Ljava/lang/String;ZZ)V flags 1
689method name getSearchScope descriptor ()I flags 1
690method name getTimeLimit descriptor ()I flags 1
691method name getDerefLinkFlag descriptor ()Z flags 1
692method name getReturningObjFlag descriptor ()Z flags 1
693method name getCountLimit descriptor ()J flags 1
694method name getReturningAttributes descriptor ()[Ljava/lang/String; flags 1
695method name setSearchScope descriptor (I)V flags 1
696method name setTimeLimit descriptor (I)V flags 1
697method name setDerefLinkFlag descriptor (Z)V flags 1
698method name setReturningObjFlag descriptor (Z)V flags 1
699method name setCountLimit descriptor (J)V flags 1
700method name setReturningAttributes descriptor ([Ljava/lang/String;)V flags 1
701
702class name javax/naming/directory/SearchResult
703header extends javax/naming/Binding flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
704method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V flags 1
705method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;Z)V flags 1
706method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V flags 1
707method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;Z)V flags 1
708method name getAttributes descriptor ()Ljavax/naming/directory/Attributes; flags 1
709method name setAttributes descriptor (Ljavax/naming/directory/Attributes;)V flags 1
710method name toString descriptor ()Ljava/lang/String; flags 1
711
712class name javax/naming/event/EventContext
713header extends java/lang/Object implements javax/naming/Context flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
714field name OBJECT_SCOPE descriptor I constantValue 0 flags 19
715field name ONELEVEL_SCOPE descriptor I constantValue 1 flags 19
716field name SUBTREE_SCOPE descriptor I constantValue 2 flags 19
717method name addNamingListener descriptor (Ljavax/naming/Name;ILjavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
718method name addNamingListener descriptor (Ljava/lang/String;ILjavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
719method name removeNamingListener descriptor (Ljavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
720method name targetMustExist descriptor ()Z thrownTypes javax/naming/NamingException flags 401
721
722class name javax/naming/event/EventDirContext
723header extends java/lang/Object implements javax/naming/event/EventContext,javax/naming/directory/DirContext flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
724method name addNamingListener descriptor (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
725method name addNamingListener descriptor (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
726method name addNamingListener descriptor (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
727method name addNamingListener descriptor (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
728
729class name javax/naming/event/NamespaceChangeListener
730header extends java/lang/Object implements javax/naming/event/NamingListener flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
731method name objectAdded descriptor (Ljavax/naming/event/NamingEvent;)V flags 401
732method name objectRemoved descriptor (Ljavax/naming/event/NamingEvent;)V flags 401
733method name objectRenamed descriptor (Ljavax/naming/event/NamingEvent;)V flags 401
734
735class name javax/naming/event/NamingEvent
736header extends java/util/EventObject flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
737field name OBJECT_ADDED descriptor I constantValue 0 flags 19
738field name OBJECT_REMOVED descriptor I constantValue 1 flags 19
739field name OBJECT_RENAMED descriptor I constantValue 2 flags 19
740field name OBJECT_CHANGED descriptor I constantValue 3 flags 19
741field name changeInfo descriptor Ljava/lang/Object; flags 4
742field name type descriptor I flags 4
743field name oldBinding descriptor Ljavax/naming/Binding; flags 4
744field name newBinding descriptor Ljavax/naming/Binding; flags 4
745method name <init> descriptor (Ljavax/naming/event/EventContext;ILjavax/naming/Binding;Ljavax/naming/Binding;Ljava/lang/Object;)V flags 1
746method name getType descriptor ()I flags 1
747method name getEventContext descriptor ()Ljavax/naming/event/EventContext; flags 1
748method name getOldBinding descriptor ()Ljavax/naming/Binding; flags 1
749method name getNewBinding descriptor ()Ljavax/naming/Binding; flags 1
750method name getChangeInfo descriptor ()Ljava/lang/Object; flags 1
751method name dispatch descriptor (Ljavax/naming/event/NamingListener;)V flags 1
752
753class name javax/naming/event/NamingExceptionEvent
754header extends java/util/EventObject flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
755method name <init> descriptor (Ljavax/naming/event/EventContext;Ljavax/naming/NamingException;)V flags 1
756method name getException descriptor ()Ljavax/naming/NamingException; flags 1
757method name getEventContext descriptor ()Ljavax/naming/event/EventContext; flags 1
758method name dispatch descriptor (Ljavax/naming/event/NamingListener;)V flags 1
759
760class name javax/naming/event/NamingListener
761header extends java/lang/Object implements java/util/EventListener flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
762method name namingExceptionThrown descriptor (Ljavax/naming/event/NamingExceptionEvent;)V flags 401
763
764class name javax/naming/event/ObjectChangeListener
765header extends java/lang/Object implements javax/naming/event/NamingListener flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
766method name objectChanged descriptor (Ljavax/naming/event/NamingEvent;)V flags 401
767
768class name javax/naming/ldap/BasicControl
769header extends java/lang/Object implements javax/naming/ldap/Control flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
770field name id descriptor Ljava/lang/String; flags 4
771field name criticality descriptor Z flags 4
772field name value descriptor [B flags 4
773method name <init> descriptor (Ljava/lang/String;)V flags 1
774method name <init> descriptor (Ljava/lang/String;Z[B)V flags 1
775method name getID descriptor ()Ljava/lang/String; flags 1
776method name isCritical descriptor ()Z flags 1
777method name getEncodedValue descriptor ()[B flags 1
778
779class name javax/naming/ldap/Control
780header extends java/lang/Object implements java/io/Serializable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
781field name CRITICAL descriptor Z constantValue true flags 19
782field name NONCRITICAL descriptor Z constantValue false flags 19
783method name getID descriptor ()Ljava/lang/String; flags 401
784method name isCritical descriptor ()Z flags 401
785method name getEncodedValue descriptor ()[B flags 401
786
787class name javax/naming/ldap/ControlFactory
788header extends java/lang/Object flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
789method name <init> descriptor ()V flags 4
790method name getControlInstance descriptor (Ljavax/naming/ldap/Control;)Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 401
791method name getControlInstance descriptor (Ljavax/naming/ldap/Control;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 9 signature (Ljavax/naming/ldap/Control;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljavax/naming/ldap/Control;
792
793class name javax/naming/ldap/ExtendedRequest
794header extends java/lang/Object implements java/io/Serializable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
795method name getID descriptor ()Ljava/lang/String; flags 401
796method name getEncodedValue descriptor ()[B flags 401
797method name createExtendedResponse descriptor (Ljava/lang/String;[BII)Ljavax/naming/ldap/ExtendedResponse; thrownTypes javax/naming/NamingException flags 401
798
799class name javax/naming/ldap/ExtendedResponse
800header extends java/lang/Object implements java/io/Serializable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
801method name getID descriptor ()Ljava/lang/String; flags 401
802method name getEncodedValue descriptor ()[B flags 401
803
804class name javax/naming/ldap/HasControls
805header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
806method name getControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 401
807
808class name javax/naming/ldap/InitialLdapContext
809header extends javax/naming/directory/InitialDirContext implements javax/naming/ldap/LdapContext flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
810method name <init> descriptor ()V thrownTypes javax/naming/NamingException flags 1
811method name <init> descriptor (Ljava/util/Hashtable;[Ljavax/naming/ldap/Control;)V thrownTypes javax/naming/NamingException flags 1 signature (Ljava/util/Hashtable<**>;[Ljavax/naming/ldap/Control;)V
812method name extendedOperation descriptor (Ljavax/naming/ldap/ExtendedRequest;)Ljavax/naming/ldap/ExtendedResponse; thrownTypes javax/naming/NamingException flags 1
813method name newInstance descriptor ([Ljavax/naming/ldap/Control;)Ljavax/naming/ldap/LdapContext; thrownTypes javax/naming/NamingException flags 1
814method name reconnect descriptor ([Ljavax/naming/ldap/Control;)V thrownTypes javax/naming/NamingException flags 1
815method name getConnectControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 1
816method name setRequestControls descriptor ([Ljavax/naming/ldap/Control;)V thrownTypes javax/naming/NamingException flags 1
817method name getRequestControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 1
818method name getResponseControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 1
819
820class name javax/naming/ldap/LdapContext
821header extends java/lang/Object implements javax/naming/directory/DirContext flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
822field name CONTROL_FACTORIES descriptor Ljava/lang/String; constantValue java.naming.factory.control flags 19
823method name extendedOperation descriptor (Ljavax/naming/ldap/ExtendedRequest;)Ljavax/naming/ldap/ExtendedResponse; thrownTypes javax/naming/NamingException flags 401
824method name newInstance descriptor ([Ljavax/naming/ldap/Control;)Ljavax/naming/ldap/LdapContext; thrownTypes javax/naming/NamingException flags 401
825method name reconnect descriptor ([Ljavax/naming/ldap/Control;)V thrownTypes javax/naming/NamingException flags 401
826method name getConnectControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 401
827method name setRequestControls descriptor ([Ljavax/naming/ldap/Control;)V thrownTypes javax/naming/NamingException flags 401
828method name getRequestControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 401
829method name getResponseControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 401
830
831class name javax/naming/ldap/LdapName
832header extends java/lang/Object implements javax/naming/Name flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
833method name <init> descriptor (Ljava/lang/String;)V thrownTypes javax/naming/InvalidNameException flags 1
834method name <init> descriptor (Ljava/util/List;)V flags 1 signature (Ljava/util/List<Ljavax/naming/ldap/Rdn;>;)V
835method name size descriptor ()I flags 1
836method name isEmpty descriptor ()Z flags 1
837method name getAll descriptor ()Ljava/util/Enumeration; flags 1 signature ()Ljava/util/Enumeration<Ljava/lang/String;>;
838method name get descriptor (I)Ljava/lang/String; flags 1
839method name getRdn descriptor (I)Ljavax/naming/ldap/Rdn; flags 1
840method name getPrefix descriptor (I)Ljavax/naming/Name; flags 1
841method name getSuffix descriptor (I)Ljavax/naming/Name; flags 1
842method name startsWith descriptor (Ljavax/naming/Name;)Z flags 1
843method name startsWith descriptor (Ljava/util/List;)Z flags 1 signature (Ljava/util/List<Ljavax/naming/ldap/Rdn;>;)Z
844method name endsWith descriptor (Ljavax/naming/Name;)Z flags 1
845method name endsWith descriptor (Ljava/util/List;)Z flags 1 signature (Ljava/util/List<Ljavax/naming/ldap/Rdn;>;)Z
846method name addAll descriptor (Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
847method name addAll descriptor (Ljava/util/List;)Ljavax/naming/Name; flags 1 signature (Ljava/util/List<Ljavax/naming/ldap/Rdn;>;)Ljavax/naming/Name;
848method name addAll descriptor (ILjavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
849method name addAll descriptor (ILjava/util/List;)Ljavax/naming/Name; flags 1 signature (ILjava/util/List<Ljavax/naming/ldap/Rdn;>;)Ljavax/naming/Name;
850method name add descriptor (Ljava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
851method name add descriptor (Ljavax/naming/ldap/Rdn;)Ljavax/naming/Name; flags 1
852method name add descriptor (ILjava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
853method name add descriptor (ILjavax/naming/ldap/Rdn;)Ljavax/naming/Name; flags 1
854method name remove descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/InvalidNameException flags 1
855method name getRdns descriptor ()Ljava/util/List; flags 1 signature ()Ljava/util/List<Ljavax/naming/ldap/Rdn;>;
856method name clone descriptor ()Ljava/lang/Object; flags 1
857method name toString descriptor ()Ljava/lang/String; flags 1
858method name equals descriptor (Ljava/lang/Object;)Z flags 1
859method name compareTo descriptor (Ljava/lang/Object;)I flags 1
860method name hashCode descriptor ()I flags 1
861
862class name javax/naming/ldap/LdapReferralException
863header extends javax/naming/ReferralException flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
864method name <init> descriptor (Ljava/lang/String;)V flags 4
865method name <init> descriptor ()V flags 4
866method name getReferralContext descriptor ()Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401
867method name getReferralContext descriptor (Ljava/util/Hashtable;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/util/Hashtable<**>;)Ljavax/naming/Context;
868method name getReferralContext descriptor (Ljava/util/Hashtable;[Ljavax/naming/ldap/Control;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/util/Hashtable<**>;[Ljavax/naming/ldap/Control;)Ljavax/naming/Context;
869
870class name javax/naming/ldap/ManageReferralControl
871header extends javax/naming/ldap/BasicControl flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
872field name OID descriptor Ljava/lang/String; constantValue 2.16.840.1.113730.3.4.2 flags 19
873method name <init> descriptor ()V flags 1
874method name <init> descriptor (Z)V flags 1
875
876class name javax/naming/ldap/PagedResultsControl
877header extends javax/naming/ldap/BasicControl flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
878field name OID descriptor Ljava/lang/String; constantValue 1.2.840.113556.1.4.319 flags 19
879method name <init> descriptor (IZ)V thrownTypes java/io/IOException flags 1
880method name <init> descriptor (I[BZ)V thrownTypes java/io/IOException flags 1
881
882class name javax/naming/ldap/PagedResultsResponseControl
883header extends javax/naming/ldap/BasicControl flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
884field name OID descriptor Ljava/lang/String; constantValue 1.2.840.113556.1.4.319 flags 19
885method name <init> descriptor (Ljava/lang/String;Z[B)V thrownTypes java/io/IOException flags 1
886method name getResultSize descriptor ()I flags 1
887method name getCookie descriptor ()[B flags 1
888
889class name javax/naming/ldap/Rdn
890header extends java/lang/Object implements java/io/Serializable,java/lang/Comparable flags 21 signature Ljava/lang/Object;Ljava/io/Serializable;Ljava/lang/Comparable<Ljava/lang/Object;>; classAnnotations @Ljdk/Profile+Annotation;(value=I3)
891method name <init> descriptor (Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/InvalidNameException flags 1
892method name <init> descriptor (Ljava/lang/String;)V thrownTypes javax/naming/InvalidNameException flags 1
893method name <init> descriptor (Ljavax/naming/ldap/Rdn;)V flags 1
894method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes javax/naming/InvalidNameException flags 1
895method name getValue descriptor ()Ljava/lang/Object; flags 1
896method name getType descriptor ()Ljava/lang/String; flags 1
897method name toString descriptor ()Ljava/lang/String; flags 1
898method name compareTo descriptor (Ljava/lang/Object;)I flags 1
899method name equals descriptor (Ljava/lang/Object;)Z flags 1
900method name hashCode descriptor ()I flags 1
901method name toAttributes descriptor ()Ljavax/naming/directory/Attributes; flags 1
902method name size descriptor ()I flags 1
903method name escapeValue descriptor (Ljava/lang/Object;)Ljava/lang/String; flags 9
904method name unescapeValue descriptor (Ljava/lang/String;)Ljava/lang/Object; flags 9
905
906class name javax/naming/ldap/SortControl
907header extends javax/naming/ldap/BasicControl flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
908field name OID descriptor Ljava/lang/String; constantValue 1.2.840.113556.1.4.473 flags 19
909method name <init> descriptor (Ljava/lang/String;Z)V thrownTypes java/io/IOException flags 1
910method name <init> descriptor ([Ljava/lang/String;Z)V thrownTypes java/io/IOException flags 1
911method name <init> descriptor ([Ljavax/naming/ldap/SortKey;Z)V thrownTypes java/io/IOException flags 1
912
913class name javax/naming/ldap/SortKey
914header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
915method name <init> descriptor (Ljava/lang/String;)V flags 1
916method name <init> descriptor (Ljava/lang/String;ZLjava/lang/String;)V flags 1
917method name getAttributeID descriptor ()Ljava/lang/String; flags 1
918method name isAscending descriptor ()Z flags 1
919method name getMatchingRuleID descriptor ()Ljava/lang/String; flags 1
920
921class name javax/naming/ldap/SortResponseControl
922header extends javax/naming/ldap/BasicControl flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
923field name OID descriptor Ljava/lang/String; constantValue 1.2.840.113556.1.4.474 flags 19
924method name <init> descriptor (Ljava/lang/String;Z[B)V thrownTypes java/io/IOException flags 1
925method name isSorted descriptor ()Z flags 1
926method name getResultCode descriptor ()I flags 1
927method name getAttributeID descriptor ()Ljava/lang/String; flags 1
928method name getException descriptor ()Ljavax/naming/NamingException; flags 1
929
930class name javax/naming/ldap/StartTlsRequest
931header extends java/lang/Object implements javax/naming/ldap/ExtendedRequest flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
932field name OID descriptor Ljava/lang/String; constantValue 1.3.6.1.4.1.1466.20037 flags 19
933method name <init> descriptor ()V flags 1
934method name getID descriptor ()Ljava/lang/String; flags 1
935method name getEncodedValue descriptor ()[B flags 1
936method name createExtendedResponse descriptor (Ljava/lang/String;[BII)Ljavax/naming/ldap/ExtendedResponse; thrownTypes javax/naming/NamingException flags 1
937
938class name javax/naming/ldap/StartTlsResponse
939header extends java/lang/Object implements javax/naming/ldap/ExtendedResponse flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
940field name OID descriptor Ljava/lang/String; constantValue 1.3.6.1.4.1.1466.20037 flags 19
941method name <init> descriptor ()V flags 4
942method name getID descriptor ()Ljava/lang/String; flags 1
943method name getEncodedValue descriptor ()[B flags 1
944method name setEnabledCipherSuites descriptor ([Ljava/lang/String;)V flags 401
945method name setHostnameVerifier descriptor (Ljavax/net/ssl/HostnameVerifier;)V flags 401
946method name negotiate descriptor ()Ljavax/net/ssl/SSLSession; thrownTypes java/io/IOException flags 401
947method name negotiate descriptor (Ljavax/net/ssl/SSLSocketFactory;)Ljavax/net/ssl/SSLSession; thrownTypes java/io/IOException flags 401
948method name close descriptor ()V thrownTypes java/io/IOException flags 401
949
950class name javax/naming/ldap/UnsolicitedNotification
951header extends java/lang/Object implements javax/naming/ldap/ExtendedResponse,javax/naming/ldap/HasControls flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
952method name getReferrals descriptor ()[Ljava/lang/String; flags 401
953method name getException descriptor ()Ljavax/naming/NamingException; flags 401
954
955class name javax/naming/ldap/UnsolicitedNotificationEvent
956header extends java/util/EventObject flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
957method name <init> descriptor (Ljava/lang/Object;Ljavax/naming/ldap/UnsolicitedNotification;)V flags 1
958method name getNotification descriptor ()Ljavax/naming/ldap/UnsolicitedNotification; flags 1
959method name dispatch descriptor (Ljavax/naming/ldap/UnsolicitedNotificationListener;)V flags 1
960
961class name javax/naming/ldap/UnsolicitedNotificationListener
962header extends java/lang/Object implements javax/naming/event/NamingListener flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
963method name notificationReceived descriptor (Ljavax/naming/ldap/UnsolicitedNotificationEvent;)V flags 401
964
965class name javax/naming/spi/DirObjectFactory
966header extends java/lang/Object implements javax/naming/spi/ObjectFactory flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
967method name getObjectInstance descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljava/lang/Object; thrownTypes java/lang/Exception flags 401 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;Ljavax/naming/directory/Attributes;)Ljava/lang/Object;
968
969class name javax/naming/spi/DirStateFactory
970header extends java/lang/Object implements javax/naming/spi/StateFactory flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
971innerclass innerClass javax/naming/spi/DirStateFactory$Result outerClass javax/naming/spi/DirStateFactory innerClassName Result flags 9
972method name getStateToBind descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljavax/naming/spi/DirStateFactory$Result; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;Ljavax/naming/directory/Attributes;)Ljavax/naming/spi/DirStateFactory$Result;
973
974class name javax/naming/spi/DirStateFactory$Result
975header extends java/lang/Object flags 21
976innerclass innerClass javax/naming/spi/DirStateFactory$Result outerClass javax/naming/spi/DirStateFactory innerClassName Result flags 9
977method name <init> descriptor (Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V flags 1
978method name getObject descriptor ()Ljava/lang/Object; flags 1
979method name getAttributes descriptor ()Ljavax/naming/directory/Attributes; flags 1
980
981class name javax/naming/spi/DirectoryManager
982header extends javax/naming/spi/NamingManager flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
983innerclass innerClass javax/naming/spi/DirStateFactory$Result outerClass javax/naming/spi/DirStateFactory innerClassName Result flags 9
984method name getContinuationDirContext descriptor (Ljavax/naming/CannotProceedException;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 9
985method name getObjectInstance descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljava/lang/Object; thrownTypes java/lang/Exception flags 9 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;Ljavax/naming/directory/Attributes;)Ljava/lang/Object;
986method name getStateToBind descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljavax/naming/spi/DirStateFactory$Result; thrownTypes javax/naming/NamingException flags 9 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;Ljavax/naming/directory/Attributes;)Ljavax/naming/spi/DirStateFactory$Result;
987
988class name javax/naming/spi/InitialContextFactory
989header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
990method name getInitialContext descriptor (Ljava/util/Hashtable;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/util/Hashtable<**>;)Ljavax/naming/Context;
991
992class name javax/naming/spi/InitialContextFactoryBuilder
993header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
994method name createInitialContextFactory descriptor (Ljava/util/Hashtable;)Ljavax/naming/spi/InitialContextFactory; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/util/Hashtable<**>;)Ljavax/naming/spi/InitialContextFactory;
995
996class name javax/naming/spi/NamingManager
997header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
998field name CPE descriptor Ljava/lang/String; constantValue java.naming.spi.CannotProceedException flags 19
999method name setObjectFactoryBuilder descriptor (Ljavax/naming/spi/ObjectFactoryBuilder;)V thrownTypes javax/naming/NamingException flags 29
1000method name getObjectInstance descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object; thrownTypes java/lang/Exception flags 9 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljava/lang/Object;
1001method name getURLContext descriptor (Ljava/lang/String;Ljava/util/Hashtable;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 9 signature (Ljava/lang/String;Ljava/util/Hashtable<**>;)Ljavax/naming/Context;
1002method name getInitialContext descriptor (Ljava/util/Hashtable;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 9 signature (Ljava/util/Hashtable<**>;)Ljavax/naming/Context;
1003method name setInitialContextFactoryBuilder descriptor (Ljavax/naming/spi/InitialContextFactoryBuilder;)V thrownTypes javax/naming/NamingException flags 29
1004method name hasInitialContextFactoryBuilder descriptor ()Z flags 9
1005method name getContinuationContext descriptor (Ljavax/naming/CannotProceedException;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 9
1006method name getStateToBind descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 9 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljava/lang/Object;
1007
1008class name javax/naming/spi/ObjectFactory
1009header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
1010method name getObjectInstance descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object; thrownTypes java/lang/Exception flags 401 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljava/lang/Object;
1011
1012class name javax/naming/spi/ObjectFactoryBuilder
1013header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
1014method name createObjectFactory descriptor (Ljava/lang/Object;Ljava/util/Hashtable;)Ljavax/naming/spi/ObjectFactory; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/Object;Ljava/util/Hashtable<**>;)Ljavax/naming/spi/ObjectFactory;
1015
1016class name javax/naming/spi/ResolveResult
1017header extends java/lang/Object implements java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
1018field name resolvedObj descriptor Ljava/lang/Object; flags 4
1019field name remainingName descriptor Ljavax/naming/Name; flags 4
1020method name <init> descriptor ()V flags 4
1021method name <init> descriptor (Ljava/lang/Object;Ljava/lang/String;)V flags 1
1022method name <init> descriptor (Ljava/lang/Object;Ljavax/naming/Name;)V flags 1
1023method name getRemainingName descriptor ()Ljavax/naming/Name; flags 1
1024method name getResolvedObj descriptor ()Ljava/lang/Object; flags 1
1025method name setRemainingName descriptor (Ljavax/naming/Name;)V flags 1
1026method name appendRemainingName descriptor (Ljavax/naming/Name;)V flags 1
1027method name appendRemainingComponent descriptor (Ljava/lang/String;)V flags 1
1028method name setResolvedObj descriptor (Ljava/lang/Object;)V flags 1
1029
1030class name javax/naming/spi/Resolver
1031header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
1032method name resolveToClass descriptor (Ljavax/naming/Name;Ljava/lang/Class;)Ljavax/naming/spi/ResolveResult; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;Ljava/lang/Class<+Ljavax/naming/Context;>;)Ljavax/naming/spi/ResolveResult;
1033method name resolveToClass descriptor (Ljava/lang/String;Ljava/lang/Class;)Ljavax/naming/spi/ResolveResult; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;Ljava/lang/Class<+Ljavax/naming/Context;>;)Ljavax/naming/spi/ResolveResult;
1034
1035class name javax/naming/spi/StateFactory
1036header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
1037method name getStateToBind descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljava/lang/Object;
1038
1039