java Programming Glossary: ldapcontext
How do you authenticate against an Active Directory server using Spring Security? http://stackoverflow.com/questions/84680/how-do-you-authenticate-against-an-active-directory-server-using-spring-security LdapAuthenticationToken auth ROLE_USER InitialLdapContext ldapContext InitialLdapContext authAdapter .getObjectAttribute ldapContext.. InitialLdapContext authAdapter .getObjectAttribute ldapContext if ldapContext null ldapAuth.setContext ldapContext return ldapAuth.. authAdapter .getObjectAttribute ldapContext if ldapContext null ldapAuth.setContext ldapContext return ldapAuth public..
|