Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Norbert Klasen
JLDAP
Commits
5f8febdf
Commit
5f8febdf
authored
Nov 10, 2000
by
javed (Novell)
Browse files
ADded placeholder for the responseCtls in LDAPConnection object
parent
ec44921d
Changes
1
Hide whitespace changes
Inline
Side-by-side
com/novell/ldap/LDAPConnection.java
View file @
5f8febdf
/* **************************************************************************
* $Novell: /ldap/src/jldap/com/novell/ldap/LDAPConnection.java,v 1.5
5
2000/11/
09 23
:50:
37
vtag Exp $
* $Novell: /ldap/src/jldap/com/novell/ldap/LDAPConnection.java,v 1.5
6
2000/11/
10 16
:50:
01
vtag Exp $
*
* Copyright (C) 1999, 2000 Novell, Inc. All Rights Reserved.
*
...
...
@@ -48,6 +48,7 @@ public class LDAPConnection implements Cloneable
private
String
authenticationDN
=
null
;
private
String
authenticationMethod
=
"none"
;
private
Hashtable
authenticationHash
=
null
;
private
LDAPControl
[]
responseCtls
=
null
;
/**
* Used with search to specify that the scope of entrys to search is to
...
...
@@ -2052,7 +2053,7 @@ public class LDAPConnection implements Cloneable
*/
public
LDAPControl
[]
getResponseControls
()
{
throw
new
RuntimeException
(
"Method LDAPConnection.getResponseControls() not implemented"
)
;
return
responseCtls
;
}
//*************************************************************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment