A C D G I L M R S T

A

authenticate(String, String) - Method in class com.googlecode.fascinator.authentication.ldap.LdapAuthenticationHandler
Tries to authenticate user by using default settings, otherwise searches for the DN of the user

C

changePassword(String, String) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
A simplified method alternative to modifyUser() if the implementing class wants to just allow password changes.
com.googlecode.fascinator.authentication.ldap - package com.googlecode.fascinator.authentication.ldap
This package contains classes that manage authentication against an LDAP server.
createUser(String, String) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
Create a user.

D

deleteUser(String) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
Delete a user.
describeUser() - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
Describe the metadata the implementing class needs/allows for a user.

G

getAllAttrs(String, String) - Method in class com.googlecode.fascinator.authentication.ldap.LdapAuthenticationHandler
Tries to find the value(s) of the given attribute.
getAttr(String, String) - Method in class com.googlecode.fascinator.authentication.ldap.LdapAuthenticationHandler
Tries to find the value of the given attribute.
getId() - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
 
getName() - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
 
getPluginDetails() - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
Gets a PluginDescription object relating to this plugin.
getRoles(String) - Method in class com.googlecode.fascinator.authentication.ldap.LdapAuthenticationHandler
Get the list of roles that the user is a member of.
getUser(String) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
Returns a User object if the implementing class supports user queries without authentication.

I

init(String) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
Initialisation of LDAP Authentication plugin
init(File) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
 
init(String) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPUser
Plugin initialisation
init(String, String) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPUser
Plugin initialisation with alternative displayName

L

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) - 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) - 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, 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, 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.

M

modifyUser(String, String, String) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
Modify one of the user's properties.
modifyUser(String, String, int) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
 
modifyUser(String, String, boolean) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
 

R

realName() - Method in class com.googlecode.fascinator.authentication.ldap.LDAPUser
Retrieves how the user should be shown on-screen.

S

searchUsers(String) - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
Returns a list of users matching the search.
shutdown() - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
 
supportsUserManagement() - Method in class com.googlecode.fascinator.authentication.ldap.LDAPAuthentication
Method for testing if the implementing plugin allows the creation, deletion and modification of users.

T

testIfInObjectClass(String, String) - Method in class com.googlecode.fascinator.authentication.ldap.LdapAuthenticationHandler
Searches through the role attribute values and tries to match the given string.

A C D G I L M R S T

Copyright © 2009-2012. All Rights Reserved.