de.fhg.igd.semoa.server
Class LifecyclePermission
java.lang.Object
java.security.Permission
java.security.BasicPermission
de.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
| Fields inherited from class java.security.Permission |
|
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.