| java.lang.Object org.josso.gateway.event.SSOEventManagerImpl org.josso.gateway.event.security.SSOSecurityEventManagerImpl
All known Subclasses: org.josso.spring.SpringJMXSSOEventManagerImpl, org.josso.gateway.event.security.JMXSSOEventManagerImpl,
Method Summary | |
public void | fireAuthenticationFailureEvent(String remoteHost, String scheme, Credential[] credentials, Throwable error) This method creates a new SSOIdentityEvent and invokes the fireSSOEvent method. | public void | fireAuthenticationSuccessEvent(String remoteHost, String scheme, String username, String sessionId) This method creates a new SSOIdentityEvent and invokes the fireSSOEvent method. | public void | fireLogoutFailureEvent(String remoteHost, String username, String sessionId, Throwable error) This method creates a new SSOIdentityEvent and invokes the fireSSOEvent method. | public void | fireLogoutSuccessEvent(String remoteHost, String username, String sessionId) This method creates a new SSOIdentityEvent and invokes the fireSSOEvent method. | public void | fireSessionEvent(String username, String sessionId, String type, Object data) This method creates a new SSOIdentityEvent and invokes the fireSSOEvent method. | public void | fireSessionFailureEvent(String username, String sessionId, String type, Throwable error) |
|
|