Uses of Interface
de.uplanet.lucy.server.usermanager.IUser
Packages that use IUser
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of IUser in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return IUserModifier and TypeMethodDescriptionObjectFactory.getUserFromGuid
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) Get a user from the database.ObjectFactory.getUserFromId
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iUserId) Get a user from the database.ObjectFactory.getUserFromLoginName
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLoginName, String p_strLoginDomain) Get a user from the database.ObjectFactory.getUserFromQualifiedLoginName
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strQualifiedLoginName) Get a user from the database.Methods in de.uplanet.lucy.server.auxiliaries that return types with arguments of type IUserModifier and TypeMethodDescriptionPortal.getMyBuddies
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strName, String p_strUserGuid) Portal.listNonAnonymousUsersOnline()
Get a distinct list of all non-anonymous users that are online.Portal.listNonAnonymousUsersOnline
(IFilter<IUser> p_filter) Get a distinct filtered list of non-anonymous users that are online.Methods in de.uplanet.lucy.server.auxiliaries with parameters of type IUserModifier and TypeMethodDescriptionMap
<QName, IValueHolder<?>> BpeeFactory.getBeanProperties
(String p_strNamespaceUri, IUser p_user) Get a user's properties.VCRendererFactory.getDefaultRenderingContext
(IServerBridgeRequest p_request, ISession p_session, IUser p_user, String p_strLang) Deprecated.VCRendererFactory.getDefaultRenderingContext
(de.uplanet.lucy.server.IProcessingContext p_ctx, IUser p_user, String p_strLang) Method parameters in de.uplanet.lucy.server.auxiliaries with type arguments of type IUserModifier and TypeMethodDescriptionPortal.listNonAnonymousUsersOnline
(IFilter<IUser> p_filter) Get a distinct filtered list of non-anonymous users that are online. -
Uses of IUser in de.uplanet.lucy.server.auxiliaries.collections
Methods in de.uplanet.lucy.server.auxiliaries.collections that return types with arguments of type IUserModifier and TypeMethodDescriptionFilter.userListComplement
(List<IUser> p_userList, List<Object> p_userIdList) Deprecated.Filter.userListIntersect
(List<IUser> p_userList, List<Object> p_userIdList) Deprecated.Method parameters in de.uplanet.lucy.server.auxiliaries.collections with type arguments of type IUser -
Uses of IUser in de.uplanet.lucy.server.auxiliaries.comparator
Methods in de.uplanet.lucy.server.auxiliaries.comparator with parameters of type IUserModifier and TypeMethodDescriptionint
int
int
int
int
-
Uses of IUser in de.uplanet.lucy.server.auxiliaries.datetime
Methods in de.uplanet.lucy.server.auxiliaries.datetime with parameters of type IUserModifier and TypeMethodDescriptionDateTimeUtil.getTimeZone
(IUser p_user) Get the context time zone from the user, or, if not present, the default server time zone. -
Uses of IUser in de.uplanet.lucy.server.auxiliaries.exchange
Methods in de.uplanet.lucy.server.auxiliaries.exchange with parameters of type IUserModifier and TypeMethodDescriptionstatic boolean
ExchangeCallable.connect
(ISession p_session, IUser p_user, de.uplanet.lucy.server.auxiliaries.exchange.ExchangeAuthFieldValues p_excAuthValues) Initializes or updates the Exchange account configuration for the current user using the given authentication field values and tries to connect to Exchange server afterwards.static boolean
ExchangeCallable.connect
(ISession p_session, IUser p_user, de.uplanet.lucy.server.auxiliaries.exchange.ExchangeAuthFieldValues p_excAuthValues, String p_strPortalGuid) Initializes or updates the Exchange account configuration for the current user using the given authentication field values and tries to connect to Exchange server afterwards.static de.uplanet.lucy.server.auxiliaries.exchange.ExchangeAuthFieldValues
ExchangeCallable.getFieldValues
(IUser p_user) Returns an instance ofExchangeAuthFieldValues
to capture the required authentication field values entered by an user. -
Uses of IUser in de.uplanet.lucy.server.auxiliaries.odata
Methods in de.uplanet.lucy.server.auxiliaries.odata with parameters of type IUserModifier and TypeMethodDescriptionstatic boolean
ODataAuthCallable.connect
(ISession p_session, IUser p_user, de.uplanet.lucy.server.auxiliaries.odata.ODataAuthFieldValues p_authValues, String p_strCfgGuid, String p_strServiceGuid) Returns true, if a connection to the service with the given authentication values could be established.static de.uplanet.lucy.server.auxiliaries.odata.ODataAuthFieldValues
ODataAuthCallable.getFieldValues
(String p_strCfgGuid, IUser p_user) static boolean
ODataAuthCallable.isAuthenticated
(IUser p_user, String p_strCfgGuid, String p_strServiceGuid) Tests whether a given user is authenticated for a given service. -
Uses of IUser in de.uplanet.lucy.server.auxiliaries.security
Methods in de.uplanet.lucy.server.auxiliaries.security with parameters of type IUserModifier and TypeMethodDescriptionboolean
IxAccessController.hasOwnDatagroupPermissionFromPage
(de.uplanet.lucy.server.IProcessingContext p_ctx, IUser p_user, int p_iRecordUserId, String p_strAppGuid, String p_strPageGuid, String p_strActions) This method actually callsIxAccessController._hasDatagroupPermissionFromPage(IRtApp, IUser, int, String, String, String)
.boolean
IxAccessController.hasOwnDatagroupPermissionFromPage
(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strRecId, IUser p_user, int p_iRecordUserId, String p_strAppGuid, String p_strPageGuid, String p_strActions) This method actually callsIxAccessController._hasDatagroupPermissionFromPage(IRtApp, IUser, int, String, String, String)
.boolean
IxAccessController.hasSrcOwnDatagroupPermissionAndTgtDatagroupPermission
(de.uplanet.lucy.server.IProcessingContext p_ctx, IUser p_user, int p_iRecordUserId, String p_strSrcAppGuid, String p_strSrcPageGuid, String p_strSrcActions, String p_strTgtAppGuid, String p_strTgtPageGuid, String p_strTgtActions) boolean
IxAccessController.hasSrcOwnDatagroupPermissionAndTgtDatagroupPermission
(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strSrcRecId, IUser p_user, int p_iRecordUserId, String p_strSrcAppGuid, String p_strSrcPageGuid, String p_strSrcActions, String p_strTgtAppGuid, String p_strTgtPageGuid, String p_strTgtActions) boolean
IxAccessController.hasSrcOwnDatagroupPermissionAndTgtPageAccess
(de.uplanet.lucy.server.IProcessingContext p_ctx, IUser p_user, int p_iRecordUserId, String p_strSrcAppGuid, String p_strSrcPageGuid, String p_strSrcActions, String p_strTgtAppGuid, String p_strTgtPageGuid, String p_strTgtActions) For the target parameters seeIxAccessController.hasPagePermission(String, String, String)
. For the user and source parameters seeIxAccessController._hasDatagroupPermissionFromPage(IRtApp, IUser, int, String, String, String)
.boolean
IxAccessController.hasSrcOwnDatagroupPermissionAndTgtPageAccess
(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strSrcRecId, IUser p_user, int p_iRecordUserId, String p_strSrcAppGuid, String p_strSrcPageGuid, String p_strSrcActions, String p_strTgtAppGuid, String p_strTgtPageGuid, String p_strTgtActions) For the target parameters seeIxAccessController.hasPagePermission(String, String, String)
. For the user and source parameters seeIxAccessController._hasDatagroupPermissionFromPage(IRtApp, IUser, int, String, String, String)
. -
Uses of IUser in de.uplanet.lucy.server.auxiliaries.tablelogin
Methods in de.uplanet.lucy.server.auxiliaries.tablelogin with parameters of type IUser -
Uses of IUser in de.uplanet.lucy.server.dghyparchive.connector.auth
Methods in de.uplanet.lucy.server.dghyparchive.connector.auth with parameters of type IUserModifier and TypeMethodDescriptionstatic boolean
HypArchiveAuthCallable.connect
(ISession p_session, IUser p_user, de.uplanet.lucy.server.dghyparchive.connector.auth.HypArchiveAuthFieldValues p_authValues, String p_strCfgGuid) Returns true, if a connection to the service with the given authentication values can be established.static de.uplanet.lucy.server.dghyparchive.connector.auth.HypArchiveAuthFieldValues
HypArchiveAuthCallable.getFieldValues
(String p_strCfgGuid, IUser p_user) static boolean
HypArchiveAuthCallable.isAuthenticated
(IUser p_user, String p_strCfgGuid) Tests whether a given user is authenticated for a given service. -
Uses of IUser in de.uplanet.lucy.server.mfiles.connector.auth
Methods in de.uplanet.lucy.server.mfiles.connector.auth with parameters of type IUserModifier and TypeMethodDescriptionstatic boolean
MFilesAuthCallable.connect
(ISession p_session, IUser p_user, de.uplanet.lucy.server.mfiles.connector.auth.MFilesAuthFieldValues p_authValues, String p_strCfgGuid, String p_strVaultGuid) Returns true, if a connection to the service with the given authentication values can be established.static de.uplanet.lucy.server.mfiles.connector.auth.MFilesAuthFieldValues
MFilesAuthCallable.getFieldValues
(String p_strCfgGuid, IUser p_user) static boolean
MFilesAuthCallable.isAuthenticated
(IUser p_user, String p_strCfgGuid, String p_strVaultGuid) Tests whether a given user is authenticated for a given service. -
Uses of IUser in de.uplanet.lucy.server.session
Methods in de.uplanet.lucy.server.session that return IUserModifier and TypeMethodDescriptionISession.getUser()
Get the user that is associated with the session.Methods in de.uplanet.lucy.server.session with parameters of type IUser -
Uses of IUser in de.uplanet.lucy.server.usermanager
Classes in de.uplanet.lucy.server.usermanager that implement IUserModifier and TypeClassDescriptionclass
de.uplanet.lucy.server.usermanager.AbstractUser
final class
Represents a (server side) user. -
Uses of IUser in de.uplanet.lucy.server.usermanager.ds
Methods in de.uplanet.lucy.server.usermanager.ds with parameters of type IUser -
Uses of IUser in de.uplanet.lucy.server.usermanager.velocity
Methods in de.uplanet.lucy.server.usermanager.velocity that return IUserModifier and TypeMethodDescriptionGet the user with the specified integer ID.Get the user with the specified integer ID.Get the user with the specified GUID.Get the user with the specified GUID.Get the user with the specified login name and domain.VelocityOrgStructureWrapper.getUser
(String p_strLoginName, String p_strLoginDomain, boolean p_bIncludeDeactivated) Get the user with the specified login name and domain.Methods in de.uplanet.lucy.server.usermanager.velocity that return types with arguments of type IUserModifier and TypeMethodDescriptionVelocityOrgStructureWrapper.getMembers
(Object p_obj, boolean p_bIncludeDeactivated) Get a list of users that are referenced by the given object.VelocityOrgStructureWrapper.getMembers
(Collection<?> p_collection, boolean p_bIncludeDeactivated) Get a list of users that are referenced by the given collection.Methods in de.uplanet.lucy.server.usermanager.velocity with parameters of type IUserModifier and TypeMethodDescriptionde.uplanet.lucy.server.usermanager.velocity.VelocityDsSetNodes
VelocityOrgStructureWrapper.getContainingSets
(IUser p_user) Get a collection of sets that directly contain the given user.VelocityOrgStructureWrapper.getMembership
(IUser p_user) Get a list of containers and sets that directly or indirectly contain the given user.de.uplanet.lucy.server.usermanager.velocity.VelocityDsContainerNodes
VelocityOrgStructureWrapper.getMembershipContainers
(IUser p_user) Get a collection of containers that directly or indirectly contain the given user.de.uplanet.lucy.server.usermanager.velocity.VelocityDsSetNodes
VelocityOrgStructureWrapper.getMembershipSets
(IUser p_user) Get a collection of sets that directly or indirectly contain the given user.
VCRendererFactory.getDefaultRenderingContext(IProcessingContext, IUser, String)
instead.