Uses of Interface
de.uplanet.lucy.server.usermanager.IUser
-
Packages that use IUser Package Description de.uplanet.lucy.server.auxiliaries Contains helper and convenience classes for Velocity-based web authoring with Intrexx.de.uplanet.lucy.server.auxiliaries.collections de.uplanet.lucy.server.auxiliaries.comparator de.uplanet.lucy.server.auxiliaries.datetime de.uplanet.lucy.server.auxiliaries.exchange de.uplanet.lucy.server.auxiliaries.odata de.uplanet.lucy.server.auxiliaries.security de.uplanet.lucy.server.auxiliaries.tablelogin de.uplanet.lucy.server.session de.uplanet.lucy.server.usermanager de.uplanet.lucy.server.usermanager.ds de.uplanet.lucy.server.usermanager.velocity -
-
Uses of IUser in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return IUser Modifier and Type Method Description IUser
ObjectFactory. getUserFromGuid(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid)
Get a user from the database.IUser
ObjectFactory. getUserFromId(de.uplanet.jdbc.JdbcConnection p_conn, int p_iUserId)
Get a user from the database.IUser
ObjectFactory. getUserFromLoginName(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLoginName, String p_strLoginDomain)
Get a user from the database.IUser
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 IUser Modifier and Type Method Description List<IUser>
Portal. getMyBuddies(de.uplanet.jdbc.JdbcConnection p_conn, String p_strName, String p_strUserGuid)
List<IUser>
Portal. listNonAnonymousUsersOnline()
Get a list of all non-anonymous users that are online.List<IUser>
Portal. listNonAnonymousUsersOnline(IFilter<IUser> p_filter)
Get a list of all non-anonymous users that are online.Methods in de.uplanet.lucy.server.auxiliaries with parameters of type IUser Modifier and Type Method Description Map<QName,IValueHolder<?>>
BpeeFactory. getBeanProperties(String p_strNamespaceUri, IUser p_user)
Get a user's properties.IRenderingContext
VCRendererFactory. getDefaultRenderingContext(IServerBridgeRequest p_request, ISession p_session, IUser p_user, String p_strLang)
Deprecated.IRenderingContext
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 IUser Modifier and Type Method Description List<IUser>
Portal. listNonAnonymousUsersOnline(IFilter<IUser> p_filter)
Get a list of all 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 IUser Modifier and Type Method Description List<IUser>
Filter. userListComplement(List<IUser> p_userList, List<Object> p_userIdList)
Deprecated.List<IUser>
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 Modifier and Type Method Description List<IUser>
Filter. userListComplement(List<IUser> p_userList, List<Object> p_userIdList)
Deprecated.List<IUser>
Filter. userListIntersect(List<IUser> p_userList, List<Object> p_userIdList)
Deprecated. -
Uses of IUser in de.uplanet.lucy.server.auxiliaries.comparator
Methods in de.uplanet.lucy.server.auxiliaries.comparator with parameters of type IUser Modifier and Type Method Description int
UserDisplayNameComparator. compare(IUser p_obj1, IUser p_obj2)
int
UserFirstNameLastNameComparator. compare(IUser p_obj1, IUser p_obj2)
int
UserFullNameComparator. compare(IUser p_obj1, IUser p_obj2)
int
UserLastNameFirstNameComparator. compare(IUser p_obj1, IUser p_obj2)
int
UserLoginNameComparator. compare(IUser p_obj1, IUser p_obj2)
-
Uses of IUser in de.uplanet.lucy.server.auxiliaries.datetime
Methods in de.uplanet.lucy.server.auxiliaries.datetime with parameters of type IUser Modifier and Type Method Description TimeZone
DateTimeUtil. 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 IUser Modifier and Type Method Description static 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 IUser Modifier and Type Method Description static 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 IUser Modifier and Type Method Description boolean
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 Modifier and Type Method Description void
UserDataMapper.UserDataMapperImpl. setData(IUser p_user)
-
Uses of IUser in de.uplanet.lucy.server.session
Methods in de.uplanet.lucy.server.session that return IUser Modifier and Type Method Description IUser
ISession. getUser()
Get the user that is associated with the session.Methods in de.uplanet.lucy.server.session with parameters of type IUser Modifier and Type Method Description abstract void
AbstractSession. setUser(IUser p_user)
-
Uses of IUser in de.uplanet.lucy.server.usermanager
Classes in de.uplanet.lucy.server.usermanager that implement IUser Modifier and Type Class Description class
de.uplanet.lucy.server.usermanager.AbstractUser
class
User
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 Modifier and Type Method Description void
IDsUserRecord. fromUser(IUser p_user)
-
Uses of IUser in de.uplanet.lucy.server.usermanager.velocity
Methods in de.uplanet.lucy.server.usermanager.velocity that return IUser Modifier and Type Method Description IUser
VelocityOrgStructureWrapper. getUser(Number p_numId)
Get the user with the specified integer ID.IUser
VelocityOrgStructureWrapper. getUser(Number p_numId, boolean p_bIncludeDeactivated)
Get the user with the specified integer ID.IUser
VelocityOrgStructureWrapper. getUser(String p_strGuid)
Get the user with the specified GUID.IUser
VelocityOrgStructureWrapper. getUser(String p_strGuid, boolean p_bIncludeDeactivated)
Get the user with the specified GUID.IUser
VelocityOrgStructureWrapper. getUser(String p_strLoginName, String p_strLoginDomain)
Get the user with the specified login name and domain.IUser
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 IUser Modifier and Type Method Description List<IUser>
VelocityOrgStructureWrapper. getMembers(Object p_obj, boolean p_bIncludeDeactivated)
Get a list of users that are referenced by the given object.List<IUser>
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 IUser Modifier and Type Method Description VelocityDsNodes
VelocityOrgStructureWrapper. getContainingSets(IUser p_user)
Get a collection of sets that directly contain the given user.VelocityDsNodes
VelocityOrgStructureWrapper. getMembership(IUser p_user)
Get a list of containers and sets that directly or indirectly contain the given user.VelocityDsNodes
VelocityOrgStructureWrapper. getMembershipContainers(IUser p_user)
Get a collection of containers that directly or indirectly contain the given user.VelocityDsNodes
VelocityOrgStructureWrapper. getMembershipSets(IUser p_user)
Get a collection of sets that directly or indirectly contain the given user.
-