Uses of Class
org.wso2.carbon.user.api.ProfileConfiguration

Uses of ProfileConfiguration in org.wso2.carbon.user.api
 

Methods in org.wso2.carbon.user.api that return ProfileConfiguration
 ProfileConfiguration[] ProfileConfigurationManager.getAllProfiles()
          Retrieves all profiles
 ProfileConfiguration ProfileConfigurationManager.getProfileConfig(String profileName)
          Gets the profile configuration given the profile name.
 

Methods in org.wso2.carbon.user.api with parameters of type ProfileConfiguration
 void ProfileConfigurationManager.addProfileConfig(ProfileConfiguration profileConfig)
          Adds a profile configuration
 void ProfileConfigurationManager.deleteProfileConfig(ProfileConfiguration profileConfig)
          Deletes a profile configuration
 void ProfileConfigurationManager.updateProfileConfig(ProfileConfiguration profileConfig)
          Updates a profile configuration
 



Copyright © 2014 WSO2 Inc. All rights reserved.