portal.security
Class UserPrincipal

java.lang.Object
  extended byportal.security.UserPrincipal
All Implemented Interfaces:
java.security.Principal

public class UserPrincipal
extends java.lang.Object
implements java.security.Principal


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

Constructor Detail

UserPrincipal

public UserPrincipal(java.lang.String authName)
Method Detail

getName

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