SK.gnome.dwarf.auth
Class ServicePrincipal

java.lang.Object
  extended bySK.gnome.dwarf.auth.GenericPrincipal
      extended bySK.gnome.dwarf.auth.ServicePrincipal
All Implemented Interfaces:
java.security.Principal

public class ServicePrincipal
extends GenericPrincipal

This class implements a Principal representing the service.

The principal name must be the full name of the service as returned from its getFullName() method.


Constructor Summary
ServicePrincipal(java.lang.String name)
          Creates a new ServicePrincipal.
 
Methods inherited from class SK.gnome.dwarf.auth.GenericPrincipal
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServicePrincipal

public ServicePrincipal(java.lang.String name)
Creates a new ServicePrincipal.



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