Package com.i2group.disco.security.spi
Interface IUserItemTypeAccessResolverProvider.IUserItemTypeAccessResolver
- Enclosing interface:
- IUserItemTypeAccessResolverProvider
public static interface IUserItemTypeAccessResolverProvider.IUserItemTypeAccessResolver
A provider of methods that i2 Analyze calls to determine whether the user for whom it was
generated has access to data with a particular type.
-
Method Summary
Modifier and TypeMethodDescriptiongetAccessLevelForItemType
(IItemType itemType) Gets theTypeAccess
granted to the user for a particular item type.
-
Method Details
-
getAccessLevelForItemType
Gets theTypeAccess
granted to the user for a particular item type.- Parameters:
itemType
- TheIItemType
for which to determine the user's access rights.- Returns:
- See above.
-