org.cloudfoundry.identity.uaa.password.event
Class PasswordFailureEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.cloudfoundry.identity.uaa.audit.event.AbstractUaaEvent
org.cloudfoundry.identity.uaa.password.event.PasswordFailureEvent
- All Implemented Interfaces:
- Serializable
public class PasswordFailureEvent
- extends AbstractUaaEvent
- Author:
- Dave Syer
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
PasswordFailureEvent
public PasswordFailureEvent(String message,
Principal principal)
PasswordFailureEvent
public PasswordFailureEvent(String message,
UaaUser user,
Principal principal)
getAuditEvent
public AuditEvent getAuditEvent()
- Specified by:
getAuditEvent in class AbstractUaaEvent
Copyright © 2013. All rights reserved.