| java.lang.Object com.sun.satsa.acl.ACLPermissions com.sun.satsa.acl.JCRMIPermissions
JCRMIPermissions | public class JCRMIPermissions extends ACLPermissions (Code) | | This class represents a set of JCRMI permissions.
|
Method Summary | |
public void | checkPermission(String className, String method) Verifies that the MIDlet have permission for this remote method. | public String | preparePIN(int pinID, int unblockID, int action, String className) Initializes internal variables, verifies that operation is
supported and permitted, returns method name and signature for
given PIN operation.
Parameters: pinID - PIN identifier. Parameters: unblockID - unblocking PIN identifier. Parameters: action - PIN operation. Parameters: className - the name of class. |
JCRMIPermissions | public JCRMIPermissions(ACSlot parent)(Code) | | Constructs new object.
Parameters: parent - parent ACFile object. |
checkPermission | public void checkPermission(String className, String method)(Code) | | Verifies that the MIDlet have permission for this remote method.
Parameters: className - the name of class. Parameters: method - method name and signature. throws: SecurityException - if access denied |
preparePIN | public String preparePIN(int pinID, int unblockID, int action, String className)(Code) | | Initializes internal variables, verifies that operation is
supported and permitted, returns method name and signature for
given PIN operation.
Parameters: pinID - PIN identifier. Parameters: unblockID - unblocking PIN identifier. Parameters: action - PIN operation. Parameters: className - the name of class. method name and signature. throws: java.lang.SecurityException - if access denied |
|
|