|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.security.PermissionConfig
public class PermissionConfig
Permission configuration.
Constructor Summary | |
---|---|
PermissionConfig()
|
Method Summary | |
---|---|
void |
addArg(java.lang.Object obj)
Adds an argument to the type. |
java.security.Permission |
getPermission()
Returns the permission. |
void |
init()
Creates the permission. |
void |
setType(InstantiationConfig type)
Sets the permission type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PermissionConfig()
Method Detail |
---|
public void setType(InstantiationConfig type) throws ConfigException
ConfigException
public void addArg(java.lang.Object obj)
public void init() throws java.lang.Exception
java.lang.Exception
public java.security.Permission getPermission()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |