Framework Professional Edition Package


com.prosyst.mbs.framework.certmanager
Class OCSPPermission

java.lang.Object
  extended by java.security.Permission
      extended by java.security.BasicPermission
          extended by com.prosyst.mbs.framework.certmanager.OCSPPermission
All Implemented Interfaces:
java.io.Serializable, java.security.Guard

public class OCSPPermission
extends java.security.BasicPermission

See Also:
Serialized Form

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

OCSPPermission

public OCSPPermission(java.lang.String name)
Creates an instance of this class with the given name.

Parameters:
name - String the name of the new permission.

OCSPPermission

public OCSPPermission(java.lang.String name,
                      java.lang.String actions)
Creates an instance of this class with the given name and action list. The action list is ignored.

Parameters:
name - String the name of the new permission.
actions - String ignored.

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved