it.eng.spagobi.services.modules
Class LoginModule.SpagoBIPrincipal

java.lang.Object
  extended by it.eng.spagobi.services.modules.LoginModule.SpagoBIPrincipal
All Implemented Interfaces:
java.security.Principal
Enclosing class:
LoginModule

public class LoginModule.SpagoBIPrincipal
extends java.lang.Object
implements java.security.Principal


Constructor Summary
LoginModule.SpagoBIPrincipal(java.lang.String userName)
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Constructor Detail

LoginModule.SpagoBIPrincipal

public LoginModule.SpagoBIPrincipal(java.lang.String userName)
Method Detail

getName

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