org.opennms.web.springframework.security
Class SecurityAuthenticationEventOnmsEventBuilder

java.lang.Object
  extended by org.opennms.web.springframework.security.SecurityAuthenticationEventOnmsEventBuilder
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationListener

public class SecurityAuthenticationEventOnmsEventBuilder
extends Object
implements org.springframework.context.ApplicationListener, org.springframework.beans.factory.InitializingBean


Field Summary
static String FAILURE_UEI
           
static String SUCCESS_UEI
           
 
Constructor Summary
SecurityAuthenticationEventOnmsEventBuilder()
           
 
Method Summary
 void afterPropertiesSet()
           
 void onApplicationEvent(org.springframework.context.ApplicationEvent event)
           
 void setEventProxy(EventProxy eventProxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUCCESS_UEI

public static final String SUCCESS_UEI
See Also:
Constant Field Values

FAILURE_UEI

public static final String FAILURE_UEI
See Also:
Constant Field Values
Constructor Detail

SecurityAuthenticationEventOnmsEventBuilder

public SecurityAuthenticationEventOnmsEventBuilder()
Method Detail

onApplicationEvent

public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener

setEventProxy

public void setEventProxy(EventProxy eventProxy)

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean


Copyright © 2009. All Rights Reserved.