Uses of Interface
de.uplanet.lucy.usermanager.ILogonUser
-
Packages that use ILogonUser Package Description de.uplanet.lucy.server.usermanager de.uplanet.lucy.server.usermanager.groovy de.uplanet.lucy.usermanager -
-
Uses of ILogonUser in de.uplanet.lucy.server.usermanager
Subinterfaces of ILogonUser in de.uplanet.lucy.server.usermanager Modifier and Type Interface Description interface
IUser
-
Uses of ILogonUser in de.uplanet.lucy.server.usermanager.groovy
Classes in de.uplanet.lucy.server.usermanager.groovy that implement ILogonUser Modifier and Type Class Description class
GroovyUser
A user wrapper class for Groovy scripting. -
Uses of ILogonUser in de.uplanet.lucy.usermanager
Methods in de.uplanet.lucy.usermanager with parameters of type ILogonUser Modifier and Type Method Description static String
UserNameBuilder. getDisplayName(ILogonUser p_user)
static String
UserNameBuilder. getFullName(ILogonUser p_user, boolean p_bWithComma)
Returns the full name of the specified user.static String
UserNameBuilder. getFullName(ILogonUser p_user, boolean p_bWithTitle, boolean p_bWithComma)
-