de.fhg.igd.semoa.server
Class LifecyclePermission

java.lang.Object
  extended byjava.security.Permission
      extended byjava.security.BasicPermission
          extended byde.fhg.igd.semoa.server.LifecyclePermission
All Implemented Interfaces:
Guard, Serializable

public class LifecyclePermission
extends BasicPermission

Defines a permission class to control access to the Lifecycles registry. The actions are ignored, this class is based on the BasicPermission class.

Version:
"$Id: LifecyclePermission.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Volker Roth
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.security.BasicPermission
 
Fields inherited from class java.security.Permission
 
Constructor Summary
LifecyclePermission(String name, String actions)
          Creates an instance with the given name and actions list.
 
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

LifecyclePermission

public LifecyclePermission(String name,
                           String actions)
Creates an instance with the given name and actions list.

Parameters:
name - The name of this permission. An asterisk serves as a wildcard that matches all names.
actions - this argument is ignored.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.