Package com.businessobjects.sdk.plugin.desktop.licenserestriction

This package defines interfaces for role-based licensing.

See:
          Description

Interface Summary
ILicenseRestriction This interface defines the set of restricted rights for a role-based license.
ILicenseRestrictionBase This interface defines the set of restricted rights for a role-based license.
IRestrictedRight This interface defines a read-only restricted right.
IRestrictedRights This interface defines a read-only collection of rights associated with a license restriction.
 

Package com.businessobjects.sdk.plugin.desktop.licenserestriction Description

This package defines interfaces for role-based licensing.

Use the interfaces in this package when your system uses a role-based license key. The role-based licensing model restricts users based on roles, for example the BI Analyst and BI Viewer roles.

You can set role-based licensing restrictions for a user by using the IUserBase.getLicenseRestrictionCUID() and IUserBase#setLicenseRestrictionCUID methods.

Since:
4.0
See Also:
IUserBase