| Modifier and Type | Method and Description |
|---|---|
ProfileConfiguration[] |
ProfileConfigurationManager.getAllProfiles()
Retrieves all profiles
|
ProfileConfiguration |
ProfileConfigurationManager.getProfileConfig(String profileName)
Gets the profile configuration given the profile name.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2018 WSO2 Inc. All rights reserved.