com.crystaldecisions.sdk.occa.pluginmgr
Interface IPluginSecurityInfo


public interface IPluginSecurityInfo

This interface is used to retrieve the plugin's security properties.


Method Summary
 IRightID[] getKnownLimits()
           Returns all the limits for this object type.
 IRightID[] getKnownRights()
           Returns all the rights for this object type.
 IPluginRole[] getPluginRoles()
           Returns a collection of roles and their rights.
 

Method Detail

getPluginRoles

public IPluginRole[] getPluginRoles()

Returns a collection of roles and their rights.


getKnownRights

public IRightID[] getKnownRights()

Returns all the rights for this object type.


getKnownLimits

public IRightID[] getKnownLimits()

Returns all the limits for this object type.