Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


oracle.stellent.ridc.convenience.usersecurity.impl
Class BinderUtils

java.lang.Object
  extended by oracle.stellent.ridc.convenience.usersecurity.impl.BinderUtils

Direct Known Subclasses:
AccessResolverAccounts, AccessResolverAcl, AccessResolverSecurityGroups, CSEnvCache, UserSecurityGroupsCache

public abstract class BinderUtils
extends java.lang.Object

Some static utility methods on the DataBinder


Field Summary
protected  ILog m_log
           

 

Constructor Summary
BinderUtils()
           

 

Method Summary
static CachedDataBinder getAliasMap(IdcClient client, IdcContext superuser)
          Get the Alias list from the Content Server.
static DataResultSet getDocInfo(DataBinder docBinder)
          get the DataResultSet for DOC_INFO
static java.util.List<DataObject> getDocInfoRows(DataBinder docBinder)
          get the rows of the DOC_INFO resultset
static CachedDataBinder getServerEnvironment(IdcClient client, IdcContext userContext)
          get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts
static java.lang.String getUser(DataBinder binder)
          get the username
static CachedDataBinder getUserPermissions(IdcClient client, IdcContext userContext)
          Get the user's permissions from Content Server

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

m_log

protected ILog m_log

Constructor Detail

BinderUtils

public BinderUtils()

Method Detail

getUser

public static java.lang.String getUser(DataBinder binder)
get the username
Parameters:
binder -
Returns:
username or null

getDocInfo

public static DataResultSet getDocInfo(DataBinder docBinder)
get the DataResultSet for DOC_INFO
Parameters:
docBinder -
Returns:

getDocInfoRows

public static java.util.List<DataObject> getDocInfoRows(DataBinder docBinder)
get the rows of the DOC_INFO resultset
Parameters:
docBinder -
Returns:

getUserPermissions

public static CachedDataBinder getUserPermissions(IdcClient client,
                                                  IdcContext userContext)
Get the user's permissions from Content Server
Parameters:
userContext -
Returns:
CachedDataBinder containing user permissions

getServerEnvironment

public static CachedDataBinder getServerEnvironment(IdcClient client,
                                                    IdcContext userContext)
get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts
Parameters:
client -
userContext -
Returns:

getAliasMap

public static CachedDataBinder getAliasMap(IdcClient client,
                                           IdcContext superuser)
Get the Alias list from the Content Server. Typically, you need to be sysadmin to get this list
Parameters:
superuser -
Returns:
CachedDataBinder containing alias list

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.