org.cloudfoundry.identity.uaa.password.event
Class PasswordChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.cloudfoundry.identity.uaa.audit.event.AbstractUaaEvent
              extended by org.cloudfoundry.identity.uaa.password.event.PasswordChangeEvent
All Implemented Interfaces:
Serializable

public class PasswordChangeEvent
extends AbstractUaaEvent

Author:
Dave Syer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PasswordChangeEvent(String message, UaaUser user, Principal principal)
           
 
Method Summary
 AuditEvent getAuditEvent()
           
 
Methods inherited from class org.cloudfoundry.identity.uaa.audit.event.AbstractUaaEvent
createAuditRecord, createAuditRecord, getOrigin, process
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordChangeEvent

public PasswordChangeEvent(String message,
                           UaaUser user,
                           Principal principal)
Method Detail

getAuditEvent

public AuditEvent getAuditEvent()
Specified by:
getAuditEvent in class AbstractUaaEvent


Copyright © 2013. All rights reserved.