org.apache.jackrabbit.core.security
Class SystemPrincipal

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

public final class SystemPrincipal
extends java.lang.Object
implements java.security.Principal, java.io.Serializable

A SystemPrincipal ...

See Also:
Serialized Form

Constructor Summary
SystemPrincipal()
          Creates a SystemPrincipal.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 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

SystemPrincipal

public SystemPrincipal()
Creates a SystemPrincipal.

Method Detail

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 obj)
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

getName

public java.lang.String getName()

Specified by:
getName in interface java.security.Principal


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.