|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpringSecurityContextSource
Extension of ContextSource
which allows binding explicitly as a particular user.
Method Summary | |
---|---|
javax.naming.directory.DirContext |
getReadWriteContext(java.lang.String userDn,
java.lang.Object credentials)
Obtains a context using the supplied distinguished name and credentials. |
Methods inherited from interface org.springframework.ldap.core.ContextSource |
---|
getContext, getReadOnlyContext, getReadWriteContext |
Methods inherited from interface org.springframework.ldap.core.support.BaseLdapPathSource |
---|
getBaseLdapPath, getBaseLdapPathAsString |
Method Detail |
---|
javax.naming.directory.DirContext getReadWriteContext(java.lang.String userDn, java.lang.Object credentials)
userDn
- the distinguished name of the user to authenticate ascredentials
- the user's password
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |