Uses of Interface
de.uplanet.lucy.server.usermanager.IUser
Package
Description
-
Uses of IUser in de.uplanet.lucy.server
-
Uses of IUser in de.uplanet.lucy.server.mail
Modifier and TypeMethodDescriptionMailUtil.getBossAddresses
(de.uplanet.jdbc.JdbcConnection p_conn, IUser p_user) static String
MailUtil.getDeputyAddress
(de.uplanet.jdbc.JdbcConnection p_conn, IUser p_user) Get the mail address of the given user's deputy.static de.uplanet.lucy.server.mail.MailRecipientInfo
MailUtil.getRecipientsFromDatabase
(de.uplanet.jdbc.JdbcConnection p_conn, IUser p_user, String p_strGuid, String p_strType) Note: Do not use this method in scripts. -
Uses of IUser in de.uplanet.lucy.server.portalserver
Modifier and TypeFieldDescriptionLoggedOnUsers.FILTER_ACCEPT_ALL
LoggedOnUsers.FILTER_ACCEPT_ANONYMOUS
Modifier and TypeMethodDescriptionLoggedOnUsers.getLoggedOnUsers
(boolean p_bIncludeAnonymous) Get a list of users that are currently logged in.LoggedOnUsers.getLoggedOnUsers
(boolean p_bIncludeAnonymous, groovy.lang.Closure<?> p_closure) Get a list of users that are currently logged in.LoggedOnUsers.getLoggedOnUsers
(IFilter<IUser> p_filter, boolean p_bIncludeAnonymous) Get a list of users that are currently logged in.LoggedOnUsers.getLoggedOnUsersDistinct()
Get a distinct list of non-anonymous users that are currently logged in.LoggedOnUsers.getLoggedOnUsersDistinct
(IFilter<IUser> p_filter) Get a distinct list of non-anonymous users that pass the given filter and that are currently logged in.LoggedOnUsers.getLoggedOnUsersDistinct
(groovy.lang.Closure<?> p_closure) Get a distinct list of non-anonymous users that pass the given filter and that are currently logged in.Modifier and TypeMethodDescriptionLoggedOnUsers.getLoggedOnUsers
(IFilter<IUser> p_filter, boolean p_bIncludeAnonymous) Get a list of users that are currently logged in.LoggedOnUsers.getLoggedOnUsersDistinct
(IFilter<IUser> p_filter) Get a distinct list of non-anonymous users that pass the given filter and that are currently logged in. -
Uses of IUser in de.uplanet.lucy.server.session
Modifier and TypeMethodDescriptionISession.getUser()
Get the user that is associated with the session. -
Uses of IUser in de.uplanet.lucy.server.usermanager.ds
-
Uses of IUser in de.uplanet.lucy.server.usermanager.groovy
Modifier and TypeClassDescriptionfinal class
A user wrapper class for Groovy scripting.Modifier and TypeMethodDescriptionGroovyOrgBuilder.getLoggedOnUsers
(boolean p_bIncludeAnonymous) Get a list of users that are currently logged in.GroovyOrgBuilder.getLoggedOnUsers
(boolean p_bIncludeAnonymous, groovy.lang.Closure<?> p_closure) Get a list of users that are currently logged in.GroovyOrgBuilder.getLoggedOnUsersDistinct()
Get a distinct list of non-anonymous users that are currently logged in.GroovyOrgBuilder.getLoggedOnUsersDistinct
(groovy.lang.Closure<?> p_closure) Get a distinct list of non-anonymous users that pass the given filter and that are currently logged in.Modifier and TypeMethodDescriptionvoid
GroovyOrgBuilder.changePassword
(IUser p_user, String p_strNewPassword) Set the password of the specified user.boolean
GroovyOrgBuilder.changePassword
(IUser p_user, String p_strNewPassword, Boolean p_checkAcceptablePassword) void
GroovyOrgBuilder.generateAndSendPassword
(IUser p_user) Generate a password and send it to the specified user.void
GroovyOrgBuilder.generateAndSendPassword
(IUser p_user, String p_strLang) Generate a password and send it to the specified user.GroovyOrgBuilder.getContainingSets
(IUser p_user) Get a collection of sets that directly contain the given user.GroovyOrgStructureWrapper.getContainingSets
(IUser p_user) GroovyOrgBuilder.getMembership
(IUser p_user) Get a list of containers and sets that directly or indirectly contain the given user.GroovyOrgStructureWrapper.getMembership
(IUser p_user) GroovyOrgBuilder.getMembershipContainers
(IUser p_user) Get a collection of containers that directly or indirectly contain the given user.GroovyOrgStructureWrapper.getMembershipContainers
(IUser p_user) GroovyOrgBuilder.getMembershipSets
(IUser p_user) Get a collection of sets that directly or indirectly contain the given user.GroovyOrgStructureWrapper.getMembershipSets
(IUser p_user) boolean
GroovyOrgBuilder.isUserOnline
(IUser p_user) Test if the specified user is online, i.e.