public class LDAPUser
extends com.googlecode.fascinator.common.authentication.GenericUser
| Modifier and Type | Field and Description |
|---|---|
String |
displayName |
| Constructor and Description |
|---|
LDAPUser() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String displayName
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 nameCopyright © 2009-2015. All Rights Reserved.