com.crystaldecisions.sdk.occa.pluginmgr
Interface IPluginSecurityInfo


Deprecated. Since 12.0

public interface IPluginSecurityInfo

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


Method Summary
 IRightID[] getKnownLimits()
          Deprecated. Since 12.0
 IRightID[] getKnownRights()
          Deprecated. Since 12.0
 IPluginRole[] getPluginRoles()
          Deprecated. Since 12.0
 

Method Detail

getPluginRoles

IPluginRole[] getPluginRoles()
Deprecated. Since 12.0

Returns a collection of roles and their rights.


getKnownRights

IRightID[] getKnownRights()
Deprecated. Since 12.0

Returns all the rights for this object type.


getKnownLimits

IRightID[] getKnownLimits()
Deprecated. Since 12.0

Returns all the limits for this object type.