| java.lang.Object com.sun.satsa.acl.JCRMIPermission
JCRMIPermission | public class JCRMIPermission (Code) | | This class represents JCRMI permission.
|
Method Summary | |
public boolean | checkAccess(String className, String method) Verify if this permission allows to invoke this method.
Parameters: className - the name of class. Parameters: method - method name and signature. |
JCRMIPermission | public JCRMIPermission(String hashModifier, Vector classList, Vector methodList)(Code) | | Constructor.
Parameters: hashModifier - hash modifier string. Parameters: classList - the list of classes. Parameters: methodList - the list of method names and signatures. |
checkAccess | public boolean checkAccess(String className, String method)(Code) | | Verify if this permission allows to invoke this method.
Parameters: className - the name of class. Parameters: method - method name and signature. true if this permission allows to invoke this method. |
|
|