Class AclListInfo
java.lang.Object
oracle.stellent.ridc.convenience.usersecurity.impl.AclListInfo
-
Constructor Summary
ConstructorsConstructorDescriptionAclListInfo(CSEnvCache csEnvCache, DataObject docInfo, ITrace trace) Determines if there is any information to be used in this list. -
Method Summary
Modifier and TypeMethodDescriptionstatic IntegergetAccessLevel(AclListInfo aclListInfo, String entry) intgetAliasListAccess(String aliasname, ITrace trace) intgetRoleListAccess(String rolename, ITrace trace) intgetUserListAccess(String username) booleanisAclListChecked(ITrace trace)
-
Constructor Details
-
AclListInfo
public AclListInfo(CSEnvCache csEnvCache, 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 Details
-
isAclListChecked
- Throws:
IdcClientException
-
getUserListAccess
-
getAliasListAccess
-
getAliasNames
-
getRoleListAccess
-
getAccessLevel
-