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 interfaceIUser -
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 classGroovyUserA 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 StringUserNameBuilder. getDisplayName(ILogonUser p_user)static StringUserNameBuilder. getFullName(ILogonUser p_user, boolean p_bWithComma)Returns the full name of the specified user.static StringUserNameBuilder. getFullName(ILogonUser p_user, boolean p_bWithTitle, boolean p_bWithComma)
-