Package | Description |
---|---|
com.ibm.tivoli.maximo.map.mapman.app | |
psdi.mbo | |
psdi.security |
The Security package manages runtime information pertaining to active sessions and their security profiles.
|
psdi.server | |
psdi.util |
Modifier and Type | Method and Description |
---|---|
com.ibm.json.java.JSONArray |
SpatialMapConfServiceRemote.getMapServicesArray(UserInfo userInfo,
ProfileRemote userProfile,
java.lang.String appName) |
com.ibm.json.java.JSONObject |
SpatialMapConfServiceRemote.getSpatialMapConf(MboRemote mapManager,
UserInfo userInfo,
java.lang.String appName,
ProfileRemote profile) |
Modifier and Type | Method and Description |
---|---|
ProfileRemote |
FauxMboSet.getProfile()
Undefined in the faux set.
|
ProfileRemote |
MboSet.getProfile()
Get the security profile for this UserInfo.
|
ProfileRemote |
Mbo.getProfile()
Return the profile object for this UserInfo.
|
ProfileRemote |
MboSetRemote.getProfile() |
ProfileRemote |
MboServerInterface.getProfile(UserInfo userInfo)
Return the security profile for this UserInfo.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
SiteOrgRestriction.getCompanySetWhere(ProfileRemote profile,
boolean forLookup,
java.lang.String appName,
UserInfo userInfo)
Gets the companyset restriction clause
|
static java.lang.String |
SiteOrgRestriction.getItemSetWhere(ProfileRemote profile,
boolean forLookup,
java.lang.String appName,
UserInfo userInfo)
Gets the itemset restriction clause
|
static java.lang.String |
SiteOrgRestriction.getSiteOrgWhere(int siteOrgType,
ProfileRemote profile,
boolean forLookup,
java.lang.String appName,
UserInfo userInfo,
java.lang.String entityName)
returns the site/org where clause for the siteorgtype
|
static java.lang.String |
SiteOrgRestriction.getSiteOrgWhere(MboSet mboSet,
int siteOrgType,
ProfileRemote profile,
boolean forLookup,
java.lang.String appName,
UserInfo userInfo,
java.lang.String entityName)
returns the site/org where clause for the siteorgtype
|
Modifier and Type | Class and Description |
---|---|
class |
Profile
The Profile class is responsible for identifying and consolidating the security parameters
for a user who has connected to MXServer.
|
Modifier and Type | Method and Description |
---|---|
ProfileRemote |
SecurityService.getProfile(java.lang.String userID)
Get a user's security profile.
|
ProfileRemote |
SecurityServiceRemote.getProfile(UserInfo user) |
ProfileRemote |
SecurityService.getProfile(UserInfo userInfo)
Get a user's security profile by calling
getSecurityInfo . |
Modifier and Type | Method and Description |
---|---|
ProfileRemote |
AppService.getProfile(UserInfo userInfo)
Get the security profile for the specified user.
|
Modifier and Type | Method and Description |
---|---|
ProfileRemote |
RMISession.getProfile()
Return the user's security profile.
|
abstract ProfileRemote |
MXSession.getProfile()
Return the user's security profile.
|