org.jboss.resteasy.example.oauth
Class Bootstrap

java.lang.Object
  extended by org.jboss.resteasy.example.oauth.Bootstrap
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class Bootstrap
extends Object
implements javax.servlet.ServletContextListener

Stupid init code to load up the truststore so we can make appropriate SSL connections You really should use a better way of initializing this stuff.

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
Bootstrap()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap

public Bootstrap()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener


Copyright © 2013. All Rights Reserved.