|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.googlecode.fascinator.common.authentication.GenericUser
com.googlecode.fascinator.authentication.ldap.LDAPUser
public class LDAPUser
A ldap user object
| 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 |
|---|
public LDAPUser()
| Method Detail |
|---|
public String realName()
realName in interface com.googlecode.fascinator.api.authentication.UserrealName in class com.googlecode.fascinator.common.authentication.GenericUserpublic void init(String user)
user - User name
public void init(String user,
String displayName)
user - UsernamedisplayName - Displayname (different to username)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||