Package | Description |
---|---|
oracle.stellent.ridc.convenience.usersecurity | |
oracle.stellent.ridc.convenience.usersecurity.impl |
Modifier and Type | Method and Description |
---|---|
CacheId |
IUserSecurityCache.getCacheIdForUser(IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CacheId |
IUserSecurityCache.getCacheIdForUser(IdcContext userContext,
ITrace trace)
Get the CacheId.
|
Modifier and Type | Method and Description |
---|---|
int |
IUserSecurityCache.getAccessLevelForDocument(CacheId id,
DataObject docInfo)
Deprecated.
this method swallows IdcClientExceptions
|
int |
IUserSecurityCache.getAccessLevelForDocument(CacheId id,
DataObject docInfo,
ITrace trace)
Get the user's access level for a document.
|
IUserSecurityFlags |
IUserSecurityCache.getUserSecurityFlags(CacheId id,
ITrace trace)
Returns the UserSecurityFlags object.
|
boolean |
IUserSecurityCache.isAdmin(CacheId id,
DataObject docInfo,
IUserSecurityCache.AdminType adminType)
Deprecated.
this method swallows IdcClientExceptions
|
boolean |
IUserSecurityCache.isAdmin(CacheId id,
DataObject docInfo,
IUserSecurityCache.AdminType adminType,
ITrace trace)
Returns the Admin flag for the specific admin type.
|
DataBinder |
IUserSecurityCache.removeCacheId(CacheId id)
Remove cache
|
Modifier and Type | Method and Description |
---|---|
CacheId |
UserSecurityGroupsCache.getCacheIdForUser(IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CacheId |
UserSecurityGroupsCache.getCacheIdForUser(IdcContext userContext,
ITrace trace)
Get the CacheId.
|
Modifier and Type | Method and Description |
---|---|
int |
UserSecurityGroupsCache.getAccessLevelForDocument(CacheId id,
DataObject docInfo)
Deprecated.
this method swallows IdcClientExceptions
|
int |
UserSecurityGroupsCache.getAccessLevelForDocument(CacheId id,
DataObject docInfo,
ITrace trace)
Get the user's access level for a document.
|
DataBinder |
UserSecurityGroupsCache.getPermissions(CacheId id,
ITrace trace)
Get the permissions for a user
|
IUserSecurityFlags |
UserSecurityGroupsCache.getUserSecurityFlags(CacheId id,
ITrace trace)
Returns the UserSecurityFlags object.
|
boolean |
UserSecurityGroupsCache.isAdmin(CacheId id,
DataObject docInfo,
IUserSecurityCache.AdminType adminType)
Deprecated.
this method swallows IdcClientExceptions
|
boolean |
UserSecurityGroupsCache.isAdmin(CacheId id,
DataObject docInfo,
IUserSecurityCache.AdminType adminType,
ITrace trace)
Returns the Admin flag for the specific admin type.
|
boolean |
UserSecurityGroupsCache.isAuthorDelete(CacheId id,
DataObject docInfo,
int access,
ITrace trace) |
protected void |
UserSecurityGroupsCache.putPermissions(CacheId id,
CachedDataBinder permissions)
Remember user's permissions
|
DataBinder |
UserSecurityGroupsCache.removeCacheId(CacheId id)
Drop the permissions for this user from the cache
|
protected CachedDataBinder |
UserSecurityGroupsCache.removePermissions(CacheId id)
Remove user's permissions
|