Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


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

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


public class AclListInfo
extends Object

Constructor Summary
AclListInfo(CSEnvCache envCache, DataObject docInfo, ITrace trace)
          Determines if there is any information to be used in this list.

 

Method Summary
static Integer getAccessLevel(AclListInfo aclListInfo, String entry)
           
 int getAliasListAccess(String aliasname, ITrace trace)
           
 Set<String> getAliasNames()
           
 int getRoleListAccess(String rolename, ITrace trace)
           
 int getUserListAccess(String username)
           
 boolean isAclListChecked(ITrace trace)
           

 

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

 

Constructor Detail

AclListInfo

public AclListInfo(CSEnvCache envCache,
                   DataObject docInfo,
                   ITrace trace)
            throws IdcClientException
Determines if there is any information to be used in this list. For example, there might be information in xClbraRoleList, but if the component is switched off, then that information doesn't matter anymore. Normalizes no content to null.
Throws:
IdcClientException

Method Detail

isAclListChecked

public boolean isAclListChecked(ITrace trace)
                         throws IdcClientException
Throws:
IdcClientException

getUserListAccess

public int getUserListAccess(String username)

getAliasListAccess

public int getAliasListAccess(String aliasname,
                              ITrace trace)

getAliasNames

public Set<String> getAliasNames()

getRoleListAccess

public int getRoleListAccess(String rolename,
                             ITrace trace)

getAccessLevel

public static Integer getAccessLevel(AclListInfo aclListInfo,
                                     String entry)

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


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