Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
G
L
O
R
S
S
searchfordn()
- Method in class org.codepin.ldaphack.
ldapauth
Search for the userDN using the searchFilter and username set in this object.
searchfordn(String)
- Method in class org.codepin.ldaphack.
ldapauth
Search for the userDN using the provided username and the searchFilter set in this object.
searchfordn(String, String)
- Method in class org.codepin.ldaphack.
ldapauth
Search for the userDN using the provided searchFilter and username.
setAllowEmptyPassword(boolean)
- Method in class org.codepin.ldaphack.
ldapauth
Set true to allow empty password to be used with username authentication, or false to disallow empty passwords to be used in attempting authentication.
If an empty password is provided, some LDAP servers will successfully bind the user as anonymous.
setAuthAttribute(String)
- Method in class org.codepin.ldaphack.
ldapauth
Set the attribute used to uniquely identify the user in LDAP for authentication purposes.
setBaseDN(String)
- Method in class org.codepin.ldaphack.
ldapauth
Set the Base DN you want to confine your connection or search to within the LDAP server.
setBindDN(String)
- Method in class org.codepin.ldaphack.
ldapauth
Set the Manager DN to bind to LDAP for searching purposes.
setBindPassword(String)
- Method in class org.codepin.ldaphack.
ldapauth
Set the password of the Manager DN
setPassword(String)
- Method in class org.codepin.ldaphack.
ldapauth
Set the password to authorize the username with
setProperties(Properties)
- Method in class org.codepin.ldaphack.
ldapauth
Set the Properties object of this object
setPropertyFile(String)
- Method in class org.codepin.ldaphack.
ldapauth
Set the Property File for this object.
setProviderUrl(String)
- Method in class org.codepin.ldaphack.
ldapauth
Set the LDAP URL to be used for connecting to the LDAP server.
setSearchFilter(String)
- Method in class org.codepin.ldaphack.
ldapauth
Set the search filter you want to have used when searching for authorized accounts within LDAP.
setUsername(String)
- Method in class org.codepin.ldaphack.
ldapauth
Set the username to authorize
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
G
L
O
R
S