Class ServiceCallUtils
java.lang.Object
oracle.stellent.ridc.convenience.usersecurity.impl.ServiceCallUtils
- All Implemented Interfaces:
IServiceCallUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAliasMap
(IdcClient client, IdcContext superuser) Deprecated.this method swallows IdcClientExceptionsgetAliasMap
(IdcClient client, IdcContext superuser, ITrace trace) Get the Alias list from the Content Server.getDocInfo
(DataBinder docBinder) get the DataResultSet for DOC_INFOgetDocInfoRows
(DataBinder docBinder) get the rows of the DOC_INFO resultsetgetServerEnvironment
(IdcClient client, IdcContext userContext) Deprecated.this method swallows IdcClientExceptionsgetServerEnvironment
(IdcClient client, IdcContext userContext, ITrace trace) Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccountsgetUser
(DataBinder binder) get the usernamegetUserPermissions
(IdcClient client, IdcContext userContext) Deprecated.this method swallows IdcClientExceptionsgetUserPermissions
(IdcClient client, IdcContext userContext, ITrace trace) Get the user's permissions from Content Server
-
Field Details
-
m_log
-
-
Constructor Details
-
ServiceCallUtils
public ServiceCallUtils()
-
-
Method Details
-
getUser
get the username- Specified by:
getUser
in interfaceIServiceCallUtils
- Parameters:
binder
-- Returns:
- username or null
-
getDocInfo
get the DataResultSet for DOC_INFO- Specified by:
getDocInfo
in interfaceIServiceCallUtils
- Parameters:
docBinder
-- Returns:
-
getDocInfoRows
get the rows of the DOC_INFO resultset- Specified by:
getDocInfoRows
in interfaceIServiceCallUtils
- Parameters:
docBinder
-- Returns:
-
getUserPermissions
Deprecated.this method swallows IdcClientExceptionsGet the user's permissions from Content Server- Specified by:
getUserPermissions
in interfaceIServiceCallUtils
- Parameters:
client
-userContext
-- Returns:
- CachedDataBinder containing user permissions
-
getUserPermissions
public CachedDataBinder getUserPermissions(IdcClient client, IdcContext userContext, ITrace trace) throws IdcClientException Get the user's permissions from Content Server- Specified by:
getUserPermissions
in interfaceIServiceCallUtils
- Parameters:
client
-userContext
-trace
-- Returns:
- CachedDataBinder containing user permissions
- Throws:
IdcClientException
-
getServerEnvironment
Deprecated.this method swallows IdcClientExceptionsGet the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts- Specified by:
getServerEnvironment
in interfaceIServiceCallUtils
- Parameters:
client
-userContext
-- Returns:
-
getServerEnvironment
public CachedDataBinder getServerEnvironment(IdcClient client, IdcContext userContext, ITrace trace) throws IdcClientException Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts- Specified by:
getServerEnvironment
in interfaceIServiceCallUtils
- Parameters:
client
-userContext
-trace
-- Returns:
- CachedDataBinder containing user permissions
- Throws:
IdcClientException
-
getAliasMap
Deprecated.this method swallows IdcClientExceptionsGet the Alias list from the Content Server. Typically, you need to be sysadmin to get this list- Specified by:
getAliasMap
in interfaceIServiceCallUtils
- Parameters:
client
-superuser
-- Returns:
- CachedDataBinder containing alias list
-
getAliasMap
public CachedDataBinder getAliasMap(IdcClient client, IdcContext superuser, ITrace trace) throws IdcClientException Get the Alias list from the Content Server. Typically, you need to be sysadmin to get this list- Specified by:
getAliasMap
in interfaceIServiceCallUtils
- Parameters:
client
-superuser
-- Returns:
- CachedDataBinder containing alias list
- Throws:
IdcClientException
-