Apache CXF API

org.apache.cxf.common.security
Class SimplePrincipal

java.lang.Object
  extended by org.apache.cxf.common.security.SimplePrincipal
All Implemented Interfaces:
Principal
Direct Known Subclasses:
SimpleGroup

public class SimplePrincipal
extends Object
implements Principal

Simple Principal implementation


Constructor Summary
SimplePrincipal(String name)
           
 
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

SimplePrincipal

public SimplePrincipal(String name)
Method Detail

getName

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

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

toString

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

Apache CXF API

Apache CXF