com.googlecode.fascinator.authentication.ldap
Class LDAPUser

java.lang.Object
  extended by com.googlecode.fascinator.common.authentication.GenericUser
      extended by com.googlecode.fascinator.authentication.ldap.LDAPUser
All Implemented Interfaces:
com.googlecode.fascinator.api.authentication.User

public class LDAPUser
extends com.googlecode.fascinator.common.authentication.GenericUser

A ldap user object

Author:
Richard Hammond

Constructor Summary
LDAPUser()
           
 
Method Summary
 void init(String user)
          Plugin initialisation
 void init(String user, String displayName)
          Plugin initialisation with alternative displayName
 String realName()
          Retrieves how the user should be shown on-screen.
 
Methods inherited from class com.googlecode.fascinator.common.authentication.GenericUser
describeMetadata, get, getSource, getUsername, set, setSource, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPUser

public LDAPUser()
Method Detail

realName

public String realName()
Retrieves how the user should be shown on-screen.

Specified by:
realName in interface com.googlecode.fascinator.api.authentication.User
Overrides:
realName in class com.googlecode.fascinator.common.authentication.GenericUser
Returns:
The value of the property

init

public void init(String user)
Plugin initialisation

Parameters:
user - User name

init

public void init(String user,
                 String displayName)
Plugin initialisation with alternative displayName

Parameters:
user - Username
displayName - Displayname (different to username)


Copyright © 2009-2012. All Rights Reserved.