Uses of Interface
de.uplanet.lucy.server.usermanager.IUser
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of IUser in de.uplanet.lucy.server.auxiliaries
Modifier 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.Modifier 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.Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionFilter.userListComplement
(List<IUser> p_userList, List<Object> p_userIdList) Deprecated.Filter.userListIntersect
(List<IUser> p_userList, List<Object> p_userIdList) Deprecated. -
Uses of IUser in de.uplanet.lucy.server.auxiliaries.comparator
Modifier and TypeMethodDescriptionint
int
int
int
int
-
Uses of IUser in de.uplanet.lucy.server.auxiliaries.datetime
Modifier 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
Modifier 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
Modifier 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
Modifier 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
-
Uses of IUser in de.uplanet.lucy.server.dghyparchive.connector.auth
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionISession.getUser()
Get the user that is associated with the session. -
Uses of IUser in de.uplanet.lucy.server.usermanager
Modifier 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
-
Uses of IUser in de.uplanet.lucy.server.usermanager.velocity
Modifier 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.Modifier 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.Modifier 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.