com.retek.component.security.auth
Class RetekPrincipal

java.lang.Object
  extended bycom.retek.component.security.auth.RetekPrincipal
All Implemented Interfaces:
java.security.Principal, java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
RetekPrincipal(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 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

RetekPrincipal

public RetekPrincipal(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 obj)
Specified by:
equals in interface java.security.Principal

hashCode

public int hashCode()
Specified by:
hashCode in interface java.security.Principal


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28