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:
java.io.Serializable, java.security.Principal
Enclosing class:
SimpleSubjectResolver

public static final class SimpleSubjectResolver.AnonymousPrincipal
extends java.lang.Object
implements java.security.Principal, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SimpleSubjectResolver.AnonymousPrincipal()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getName()
           
 int hashCode()
           
 java.lang.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 java.lang.String getName()
Specified by:
getName in interface java.security.Principal

toString

public java.lang.String toString()
Specified by:
toString in interface java.security.Principal
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in interface java.security.Principal
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface java.security.Principal
Overrides:
hashCode in class java.lang.Object