Searched refs:mInterface (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DEJBMethodPermission.java498 String mInterface = null;
518 if (j < 0) mInterface = actions.substring(i+1);
521 if (j > 0) mInterface = actions.substring(i+1,i+j+1);
536 this.methodInterface = validateInterface(mInterface);
539 this.otherMethodInterface = mInterface;
544 private void setMethodSpec(String methodName,String mInterface, argument
550 this.methodInterface = validateInterface(mInterface);
553 this.otherMethodInterface = mInterface;
573 private void setMethodSpec(String mInterface, Method method) argument
575 this.methodInterface = validateInterface(mInterface);
[all...]

Completed in 23 milliseconds