info.informatica.security.auth
Class FullnamePrincipal

java.lang.Object
  extended by info.informatica.security.auth.FullnamePrincipal
All Implemented Interfaces:
Serializable, Principal

public class FullnamePrincipal
extends Object
implements Principal, Serializable

Author:
amengual at informatica dot info
See Also:
Serialized Form

Constructor Summary
FullnamePrincipal(String userfullname)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullnamePrincipal

public FullnamePrincipal(String userfullname)
Method Detail

toString

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

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