org.apache.jackrabbit.core.security
Class SystemPrincipal

java.lang.Object
  extended byorg.apache.jackrabbit.core.security.SystemPrincipal
All Implemented Interfaces:
Principal, Serializable

public class SystemPrincipal
extends Object
implements Principal, Serializable

A SystemPrincipal ...

See Also:
Serialized Form

Constructor Summary
SystemPrincipal()
          Creates a SystemPrincipal.
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemPrincipal

public SystemPrincipal()
Creates a SystemPrincipal.

Method Detail

toString

public String toString()
Specified by:
toString in interface Principal

equals

public boolean equals(Object obj)
Specified by:
equals in interface Principal

hashCode

public int hashCode()
Specified by:
hashCode in interface Principal

getName

public String getName()

Specified by:
getName in interface Principal


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.