org.apache.jackrabbit.core.security
Class AnonymousPrincipal

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

public class AnonymousPrincipal
extends Object
implements Principal, Serializable

A AnonymousPrincipal ...

See Also:
Serialized Form

Constructor Summary
AnonymousPrincipal()
          Creates an AnonymousPrincipal.
 
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

AnonymousPrincipal

public AnonymousPrincipal()
Creates an AnonymousPrincipal.

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.