|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPluginBasedRightIDs
This interface is used by ISecurityInfo2.getKnownRightsByPlugin to return all the right/limit ids that can be applied to an object. The rights and limits are grouped based on plugin types. Also accessible are the meta plugin rights and limits that are applicable to all plugin types.
| Method Summary | |
|---|---|
IRightID[] |
getMetaPluginLimits()
Returns the meta plugin limits applicable to all plugin types. |
IRightID[] |
getMetaPluginRights()
Returns the meta plugin rights applicable to all plugin types. |
java.util.Map |
getPluginCustomLimits()
Returns a map that contains entries for all applicable plugin types and all the custom limit ids that can be applied to each plugin type. |
java.util.Map |
getPluginCustomRights()
Returns a map that contains entries for all applicable plugin types and all the custom right ids that can be applied to each plugin type. |
java.util.Map |
getPluginLimits()
Returns a map that contains entries for all applicable plugin types and all the limit ids, including general rights, that can be applied to each plugin type. |
java.util.Map |
getPluginRights()
Returns a map that contains entries for all applicable plugin types and all the right ids, including general rights, that can be applied to each plugin type. |
| Method Detail |
|---|
IRightID[] getMetaPluginRights()
IRightID[] getMetaPluginLimits()
java.util.Map getPluginCustomRights()
IRightID.java.util.Map getPluginCustomLimits()
IRightID.java.util.Map getPluginRights()
com.crystaldecisions.sdk.occa.security.CeSecurityOptions.ANY_OBJTYPE
for Global General rights that are applicable to all other plugins. The value is a Set of IRightID.java.util.Map getPluginLimits()
com.crystaldecisions.sdk.occa.security.CeSecurityOptions.ANY_OBJTYPE
for Global General rights that are applicable to all other plugins. The value is a Set of IRightID.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||