|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.retrogui.dualrpc.common.NullMethodAccessControl
Null method access control that allows any user, whether logged in or not, to run any method.
| Constructor Summary | |
NullMethodAccessControl()
|
|
| Method Summary | |
boolean |
hasMethodAccess(java.lang.String className,
java.lang.String methodName,
javax.security.auth.login.LoginContext loginContext)
Always returns true - all methods are accessible by anyone. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NullMethodAccessControl()
| Method Detail |
public boolean hasMethodAccess(java.lang.String className,
java.lang.String methodName,
javax.security.auth.login.LoginContext loginContext)
hasMethodAccess in interface IMethodAccessControlclassName - methodName - loginContext -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||