org.wso2.solutions.identity
Class Initializer

java.lang.Object
  extended by org.wso2.solutions.identity.Initializer
All Implemented Interfaces:
org.wso2.wsas.ServerInitializer

public class Initializer
extends java.lang.Object
implements org.wso2.wsas.ServerInitializer

WSO2 WSAS ServerInitializer implementation to carry out initial configuration setup of the Identity Solution : Identity Provider.


Constructor Summary
Initializer()
           
 
Method Summary
 void init(org.apache.axis2.context.ConfigurationContext ctx)
           Here we carry out all initialization work of the identity solution : identity provider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Initializer

public Initializer()
Method Detail

init

public void init(org.apache.axis2.context.ConfigurationContext ctx)
          throws org.apache.axis2.AxisFault,
                 org.wso2.utils.ServerException
Here we carry out all initialization work of the identity solution : identity provider

Specified by:
init in interface org.wso2.wsas.ServerInitializer
Throws:
org.apache.axis2.AxisFault
org.wso2.utils.ServerException