| org.josso.gateway.event.security.SSOSecurityEventManagerImpl org.josso.spring.SpringJMXSSOEventManagerImpl
Field Summary | |
final public static Log | logger |
logger | final public static Log logger(Code) | | |
SpringJMXSSOEventManagerImpl | public SpringJMXSSOEventManagerImpl()(Code) | | |
getEventListeners | public List getEventListeners()(Code) | | |
setEventListeners | public void setEventListeners(List eventListeners)(Code) | | |
setNotificationPublisher | public void setNotificationPublisher(NotificationPublisher notificationPublisher)(Code) | | |
Methods inherited from org.josso.gateway.event.security.SSOSecurityEventManagerImpl | public void fireAuthenticationFailureEvent(String remoteHost, String scheme, Credential[] credentials, Throwable error)(Code)(Java Doc) public void fireAuthenticationSuccessEvent(String remoteHost, String scheme, String username, String sessionId)(Code)(Java Doc) public void fireLogoutFailureEvent(String remoteHost, String username, String sessionId, Throwable error)(Code)(Java Doc) public void fireLogoutSuccessEvent(String remoteHost, String username, String sessionId)(Code)(Java Doc) public void fireSessionEvent(String username, String sessionId, String type, Object data)(Code)(Java Doc) public void fireSessionFailureEvent(String username, String sessionId, String type, Throwable error)(Code)(Java Doc)
|
|
|