net.larsan.urd.service.user.jaas
Class UrdPrincipal

java.lang.Object
  |
  +--net.larsan.urd.service.user.jaas.UrdPrincipal
All Implemented Interfaces:
java.security.Principal, java.io.Serializable

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

Simple Urd principal.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
Serialized Form

Constructor Summary
UrdPrincipal(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
toString
 

Constructor Detail

UrdPrincipal

public UrdPrincipal(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface java.security.Principal

equals

public boolean equals(java.lang.Object o)
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