|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InitialDirContextFactory
Access point for obtaining LDAP contexts.
DefaultInitialDirContextFactory| Method Summary | |
|---|---|
String |
getRootDn()
Deprecated. Returns the root DN of the contexts supplied by this factory. |
DirContext |
newInitialDirContext()
Deprecated. Provides an initial context without specific user information. |
DirContext |
newInitialDirContext(String userDn,
String password)
Deprecated. Provides an initial context by binding as a specific user. |
| Method Detail |
|---|
String getRootDn()
DirContext newInitialDirContext()
DirContext newInitialDirContext(String userDn,
String password)
userDn - the user to authenticate as when obtaining the context.password - the user's password.
|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||