- LDAPAuthentication - Class in com.googlecode.fascinator.authentication.ldap
-
This plugin is a sample plugin on how to manage authentication
against an ldap server.
- LDAPAuthentication() - Constructor for class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
-
- LdapAuthenticationHandler - Class in com.googlecode.fascinator.authentication.ldap
-
Very simple LDAP authentication Handler
- LdapAuthenticationHandler(String, String, String, String) - Constructor for class com.googlecode.fascinator.authentication.ldap.LdapAuthenticationHandler
-
Creates an LDAP authenticator for the specified server and base DN, using
the default identifier attribute "uid"
- LdapAuthenticationHandler(String, String, String, String, String, String) - Constructor for class com.googlecode.fascinator.authentication.ldap.LdapAuthenticationHandler
-
Creates an LDAP authenticator for the specified server, base DN and given
identifier attribute
- LdapAuthenticationHandler(String, String, String, String, String, String, Map<String, List<String>>) - Constructor for class com.googlecode.fascinator.authentication.ldap.LdapAuthenticationHandler
-
Creates an LDAP authenticator for the specified server, base DN and given
identifier attribute
- LdapAuthenticationHandler(String, String, String, String, String, String, String, String, Map<String, List<String>>) - Constructor for class com.googlecode.fascinator.authentication.ldap.LdapAuthenticationHandler
-
Creates an LDAP authenticator for the specified server, base DN and given
identifier attribute
- LDAPUser - Class in com.googlecode.fascinator.authentication.ldap
-
A ldap user object
- LDAPUser() - Constructor for class com.googlecode.fascinator.authentication.ldap.LDAPUser
-
- logIn(String, String) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
-
Tests the user's username/password validity.
- logOut(User) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
-
Optional logout method if the implementing class wants
to do any post-processing.