org.wso2.carbon.identity.application.authentication.endpoint.listener
Class AuthenticationEndpointContextListener
java.lang.Object
org.wso2.carbon.identity.application.authentication.endpoint.listener.AuthenticationEndpointContextListener
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class AuthenticationEndpointContextListener
- extends Object
- implements javax.servlet.ServletContextListener
Listener for executing post deployment tasks of the authentication endpoint
|
Method Summary |
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
Method for calling after context destroy |
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
Method for calling after context initialization |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationEndpointContextListener
public AuthenticationEndpointContextListener()
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
- Method for calling after context initialization
- Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
- Parameters:
servletContextEvent -
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
- Method for calling after context destroy
- Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
- Parameters:
servletContextEvent -
Copyright © 2015 WSO2. All rights reserved.