public class SecurityAuthenticationEventOnmsEventBuilder extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.beans.factory.InitializingBean
SecurityAuthenticationEventOnmsEventBuilder class.
Modifier and Type | Field and Description |
---|---|
static String |
FAILURE_UEI
Constant
FAILURE_UEI="uei.opennms.org/internal/authentication"{trunked} |
static String |
SUCCESS_UEI
Constant
SUCCESS_UEI="uei.opennms.org/internal/authentication"{trunked} |
Constructor and Description |
---|
SecurityAuthenticationEventOnmsEventBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
void |
setEventProxy(EventProxy eventProxy)
setEventProxy
|
public static final String SUCCESS_UEI
SUCCESS_UEI="uei.opennms.org/internal/authentication"{trunked}
public static final String FAILURE_UEI
FAILURE_UEI="uei.opennms.org/internal/authentication"{trunked}
public SecurityAuthenticationEventOnmsEventBuilder()
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent
in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
public void setEventProxy(EventProxy eventProxy)
setEventProxy
eventProxy
- a EventProxy
object.public void afterPropertiesSet()
afterPropertiesSet
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Copyright © 2021. All rights reserved.