atg.security
Class UserAuthorityEvent

java.lang.Object
  extended by atg.security.UserAuthorityEvent
Direct Known Subclasses:
AuthenticationEvent

public class UserAuthorityEvent
extends java.lang.Object

Base class used for any event generated by a user authority.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
UserAuthorityEvent(UserAuthority pAuthority)
          Creates a user authority event for a particular user authority.
 
Method Summary
 long getTimestamp()
          Returns the timestamp at which this event occurred.
 UserAuthority getUserAuthority()
          Returns the user authority that generated the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

UserAuthorityEvent

public UserAuthorityEvent(UserAuthority pAuthority)
Creates a user authority event for a particular user authority.

Method Detail

getTimestamp

public long getTimestamp()
Returns the timestamp at which this event occurred.


getUserAuthority

public UserAuthority getUserAuthority()
Returns the user authority that generated the event.