SK.gnome.dwarf.auth
Class ServicePermission

java.lang.Object
  extended byjava.security.Permission
      extended byjava.security.BasicPermission
          extended bySK.gnome.dwarf.auth.ServicePermission
All Implemented Interfaces:
java.security.Guard, java.io.Serializable

public final class ServicePermission
extends java.security.BasicPermission

General permission for using by the services.

See Also:
Serialized Form

Constructor Summary
ServicePermission(java.lang.String name)
          Constructs a new ServicePermission.
ServicePermission(java.lang.String name, java.lang.String actions)
          Constructs a new ServicePermission.
 
Methods inherited from class java.security.BasicPermission
equals, getActions, hashCode, implies, newPermissionCollection
 
Methods inherited from class java.security.Permission
getName, checkGuard, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServicePermission

public ServicePermission(java.lang.String name)
Constructs a new ServicePermission.

Parameters:
name - the name of the permission

ServicePermission

public ServicePermission(java.lang.String name,
                         java.lang.String actions)
Constructs a new ServicePermission.

Parameters:
name - the name of the permission
actions - the actions string (ignored)


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.