org.wso2.carbon.um.ws.api
Class WSProfileConfigurationManager
java.lang.Object
org.wso2.carbon.um.ws.api.WSProfileConfigurationManager
- All Implemented Interfaces:
- org.wso2.carbon.user.api.ProfileConfigurationManager
public class WSProfileConfigurationManager
- extends Object
- implements org.wso2.carbon.user.core.profile.ProfileConfigurationManager
|
Method Summary |
void |
addProfileConfig(org.wso2.carbon.user.core.profile.ProfileConfiguration profileConfig)
|
void |
addProfileConfig(org.wso2.carbon.user.api.ProfileConfiguration profileConfiguration)
|
void |
deleteProfileConfig(org.wso2.carbon.user.core.profile.ProfileConfiguration profileConfig)
|
void |
deleteProfileConfig(org.wso2.carbon.user.api.ProfileConfiguration profileConfiguration)
|
org.wso2.carbon.user.core.profile.ProfileConfiguration[] |
getAllProfiles()
|
org.wso2.carbon.user.core.profile.ProfileConfiguration |
getProfileConfig(String profileName)
|
void |
updateProfileConfig(org.wso2.carbon.user.core.profile.ProfileConfiguration profileConfig)
|
void |
updateProfileConfig(org.wso2.carbon.user.api.ProfileConfiguration profileConfiguration)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSProfileConfigurationManager
public WSProfileConfigurationManager(String serverUrl,
String cookie,
org.apache.axis2.context.ConfigurationContext configCtxt)
throws org.wso2.carbon.user.core.UserStoreException
- Throws:
org.wso2.carbon.user.core.UserStoreException
addProfileConfig
public void addProfileConfig(org.wso2.carbon.user.core.profile.ProfileConfiguration profileConfig)
throws org.wso2.carbon.user.core.UserStoreException
- Throws:
org.wso2.carbon.user.core.UserStoreException
deleteProfileConfig
public void deleteProfileConfig(org.wso2.carbon.user.core.profile.ProfileConfiguration profileConfig)
throws org.wso2.carbon.user.core.UserStoreException
- Throws:
org.wso2.carbon.user.core.UserStoreException
updateProfileConfig
public void updateProfileConfig(org.wso2.carbon.user.core.profile.ProfileConfiguration profileConfig)
throws org.wso2.carbon.user.core.UserStoreException
- Throws:
org.wso2.carbon.user.core.UserStoreException
getAllProfiles
public org.wso2.carbon.user.core.profile.ProfileConfiguration[] getAllProfiles()
throws org.wso2.carbon.user.core.UserStoreException
- Specified by:
getAllProfiles in interface org.wso2.carbon.user.api.ProfileConfigurationManager
- Throws:
org.wso2.carbon.user.core.UserStoreException
getProfileConfig
public org.wso2.carbon.user.core.profile.ProfileConfiguration getProfileConfig(String profileName)
throws org.wso2.carbon.user.core.UserStoreException
- Specified by:
getProfileConfig in interface org.wso2.carbon.user.api.ProfileConfigurationManager
- Throws:
org.wso2.carbon.user.core.UserStoreException
addProfileConfig
public void addProfileConfig(org.wso2.carbon.user.api.ProfileConfiguration profileConfiguration)
throws org.wso2.carbon.user.api.UserStoreException
- Specified by:
addProfileConfig in interface org.wso2.carbon.user.api.ProfileConfigurationManager
- Throws:
org.wso2.carbon.user.api.UserStoreException
updateProfileConfig
public void updateProfileConfig(org.wso2.carbon.user.api.ProfileConfiguration profileConfiguration)
throws org.wso2.carbon.user.api.UserStoreException
- Specified by:
updateProfileConfig in interface org.wso2.carbon.user.api.ProfileConfigurationManager
- Throws:
org.wso2.carbon.user.api.UserStoreException
deleteProfileConfig
public void deleteProfileConfig(org.wso2.carbon.user.api.ProfileConfiguration profileConfiguration)
throws org.wso2.carbon.user.api.UserStoreException
- Specified by:
deleteProfileConfig in interface org.wso2.carbon.user.api.ProfileConfigurationManager
- Throws:
org.wso2.carbon.user.api.UserStoreException
Copyright © 2015 WSO2. All rights reserved.