org.apache.jackrabbit.core.security
Class AnonymousPrincipal

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

public final 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
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Specified by:
hashCode in interface Principal
Overrides:
hashCode in class Object

getName

public String getName()

Specified by:
getName in interface Principal


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