org.wso2.carbon.um.ws.api
Class WSRealmBuilder

java.lang.Object
  extended by org.wso2.carbon.um.ws.api.WSRealmBuilder

public class WSRealmBuilder
extends Object


Constructor Summary
WSRealmBuilder()
           
 
Method Summary
static org.wso2.carbon.user.core.UserRealm createWSRealm(org.wso2.carbon.user.core.config.RealmConfiguration realmConfig)
           
static org.wso2.carbon.user.core.UserRealm createWSRealm(org.wso2.carbon.user.core.config.RealmConfiguration realmConfig, org.apache.axis2.context.ConfigurationContext configContext)
          Method to create WSRealm for non-Carbon environment Recommended method
static org.wso2.carbon.user.core.UserRealm createWSRealm(String serverUrl, String cookie, org.apache.axis2.context.ConfigurationContext configContext)
          Method to create WSRealm for non-Carbon environment Recommended method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRealmBuilder

public WSRealmBuilder()
Method Detail

createWSRealm

public static org.wso2.carbon.user.core.UserRealm createWSRealm(org.wso2.carbon.user.core.config.RealmConfiguration realmConfig)
                                                         throws org.wso2.carbon.user.core.UserStoreException
Parameters:
realmProperties -
Returns:
Throws:
org.wso2.carbon.user.core.UserStoreException

createWSRealm

public static org.wso2.carbon.user.core.UserRealm createWSRealm(org.wso2.carbon.user.core.config.RealmConfiguration realmConfig,
                                                                org.apache.axis2.context.ConfigurationContext configContext)
                                                         throws org.wso2.carbon.user.core.UserStoreException
Method to create WSRealm for non-Carbon environment Recommended method

Throws:
org.wso2.carbon.user.core.UserStoreException

createWSRealm

public static org.wso2.carbon.user.core.UserRealm createWSRealm(String serverUrl,
                                                                String cookie,
                                                                org.apache.axis2.context.ConfigurationContext configContext)
                                                         throws org.wso2.carbon.user.core.UserStoreException
Method to create WSRealm for non-Carbon environment Recommended method

Throws:
org.wso2.carbon.user.core.UserStoreException


Copyright © 2015 WSO2. All rights reserved.