|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.security.Permission
java.security.BasicPermission
com.prosyst.mbs.framework.certmanager.OCSPPermission
public class OCSPPermission
| Constructor Summary | |
|---|---|
OCSPPermission(java.lang.String name)
Creates an instance of this class with the given name. |
|
OCSPPermission(java.lang.String name,
java.lang.String actions)
Creates an instance of this class with the given name and action list. |
|
| Method Summary |
|---|
| Methods inherited from class java.security.BasicPermission |
|---|
equals, getActions, hashCode, implies, newPermissionCollection |
| Methods inherited from class java.security.Permission |
|---|
checkGuard, getName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OCSPPermission(java.lang.String name)
name - String
the name of the new permission.
public OCSPPermission(java.lang.String name,
java.lang.String actions)
name - String
the name of the new permission.actions - String
ignored.
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||