org.apache.abdera.protocol.server.impl
Class SimpleSubjectResolver.AnonymousPrincipal

java.lang.Object
  extended by org.apache.abdera.protocol.server.impl.SimpleSubjectResolver.AnonymousPrincipal
All Implemented Interfaces:
Serializable, Principal
Enclosing class:
SimpleSubjectResolver

public static final class SimpleSubjectResolver.AnonymousPrincipal
extends Object
implements Principal, Serializable

See Also:
Serialized Form

Constructor Summary
SimpleSubjectResolver.AnonymousPrincipal()
           
 
Method Summary
 boolean equals(Object other)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleSubjectResolver.AnonymousPrincipal

public SimpleSubjectResolver.AnonymousPrincipal()
Method Detail

getName

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

toString

public String toString()
Specified by:
toString in interface Principal
Overrides:
toString in class Object

equals

public boolean equals(Object other)
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


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.