Package | Description |
---|---|
oracle.stellent.ridc.convenience.usersecurity | |
oracle.stellent.ridc.convenience.usersecurity.impl |
Modifier and Type | Method and Description |
---|---|
CachedDataBinder |
IServiceCallUtils.getAliasMap(IdcClient client,
IdcContext superuser)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
IServiceCallUtils.getAliasMap(IdcClient client,
IdcContext superuser,
ITrace trace)
Get the Alias list from the Content Server.
|
CachedDataBinder |
IServiceCallUtils.getServerEnvironment(IdcClient client,
IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
IServiceCallUtils.getServerEnvironment(IdcClient client,
IdcContext userContext,
ITrace trace)
Get the environment information of the content server
Interesting localdata are UseCollaboration, and UseAccounts
|
CachedDataBinder |
IServiceCallUtils.getUserPermissions(IdcClient client,
IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
IServiceCallUtils.getUserPermissions(IdcClient client,
IdcContext userContext,
ITrace trace)
Get the user's permissions from Content Server
|
Modifier and Type | Field and Description |
---|---|
protected ExpiringCache<String,CachedDataBinder> |
UserSecurityGroupsCache.m_userPermissionsCache |
Modifier and Type | Method and Description |
---|---|
CachedDataBinder |
ServiceCallUtils.getAliasMap(IdcClient client,
IdcContext superuser)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
ServiceCallUtils.getAliasMap(IdcClient client,
IdcContext superuser,
ITrace trace)
Get the Alias list from the Content Server.
|
CachedDataBinder |
ServiceCallUtils.getServerEnvironment(IdcClient client,
IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
ServiceCallUtils.getServerEnvironment(IdcClient client,
IdcContext userContext,
ITrace trace)
Get the environment information of the content server
Interesting localdata are UseCollaboration, and UseAccounts
|
CachedDataBinder |
ServiceCallUtils.getUserPermissions(IdcClient client,
IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
ServiceCallUtils.getUserPermissions(IdcClient client,
IdcContext userContext,
ITrace trace)
Get the user's permissions from Content Server
|
protected CachedDataBinder |
UserSecurityGroupsCache.removePermissions(CacheId id)
Remove user's permissions
|
Modifier and Type | Method and Description |
---|---|
protected void |
UserSecurityGroupsCache.putPermissions(CacheId id,
CachedDataBinder permissions)
Remember user's permissions
|