inetsoft.sree.security
Class LoginEvent
java.lang.Object
inetsoft.sree.security.LoginEvent
public class LoginEvent
- extends Object
The event can be accessed from the listener to add additional properties.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginEvent
public LoginEvent(SRPrincipal principal)
- Constructor.
- Parameters:
principal - SRPrincipal.
getPrincipal
public SRPrincipal getPrincipal()
- get principal.
- Returns:
- principal.