| java.lang.Object com.sun.midp.security.PermissionGroup
PermissionGroup | final public class PermissionGroup (Code) | | The attributes of a permission group.
|
Constructor Summary | |
| PermissionGroup(int theName, int theSettingsQuestion, int theDisableSettingChoice, int theRuntimeDialogTitle, int theRuntimeQuestion, int theRuntimeOneshotQuestion, byte theIdentifiedMaxiumLevel, byte theIdentifiedDefaultLevel, byte theUnidentifiedMaxiumLevel, byte theUnidentifiedDefaultLevel) Constructs a third party domain permission group. |
PermissionGroup | PermissionGroup(int theName, int theSettingsQuestion, int theDisableSettingChoice, int theRuntimeDialogTitle, int theRuntimeQuestion, int theRuntimeOneshotQuestion, byte theIdentifiedMaxiumLevel, byte theIdentifiedDefaultLevel, byte theUnidentifiedMaxiumLevel, byte theUnidentifiedDefaultLevel)(Code) | | Constructs a third party domain permission group.
Parameters: theName - name of the group Parameters: theSettingsQuestion - question for the settings dialog Parameters: theDisableSettingChoice - disable setting choice Parameters: theRuntimeDialogTitle - Title for the runtime permission dialog Parameters: theRuntimeQuestion - Question for the runtime permission dialog Parameters: theRuntimeOneshotQuestion - Oneshot question for the runtimepermission dialog Parameters: theIdentifiedMaxiumLevel - Identified Third Party domainmaxium permission level Parameters: theIdentifiedDefaultLevel - Identified Third Party domaindefault permission level Parameters: theUnidentifiedMaxiumLevel - Unidentified Third Party domainmaxium permission level Parameters: theUnidentifiedDefaultLevel - Unidentified Third Party domaindefault permission level |
getDisableSettingChoice | public int getDisableSettingChoice()(Code) | | Get the disable setting choice string ID.
string ID or 0 if there is not disable setting choice |
getIdentifiedDefaultLevel | public byte getIdentifiedDefaultLevel()(Code) | | Get the identified Third Party domain default permission level.
permission level |
getIdentifiedMaxiumLevel | public byte getIdentifiedMaxiumLevel()(Code) | | Get the identified Third Party domain maxium permission level.
permission level |
getName | public int getName()(Code) | | Get the name string ID.
string ID or zero if there is no name for the settings dialog |
getRuntimeDialogTitle | public int getRuntimeDialogTitle()(Code) | | Get the title string ID for the permission dialog.
string ID |
getRuntimeOneshotQuestion | public int getRuntimeOneshotQuestion()(Code) | | Get the oneshot question string ID for the permission dialog.
string ID |
getRuntimeQuestion | public int getRuntimeQuestion()(Code) | | Get the question string ID for the permission dialog.
string ID |
getSettingsQuestion | public int getSettingsQuestion()(Code) | | Get the settings question ID.
stringID or 0 if there is no question |
getUnidentifiedDefaultLevel | public byte getUnidentifiedDefaultLevel()(Code) | | Get the unidentified Third Party domain default permission level.
permission level |
getUnidentifiedMaxiumLevel | public byte getUnidentifiedMaxiumLevel()(Code) | | Get the unidentified Third Party domain maxium permission level.
permission level |
|
|