public interface ProfileConfigurationManager
| Modifier and Type | Method and Description |
|---|---|
void |
addProfileConfig(ProfileConfiguration profileConfig)
Adds a profile configuration
|
void |
deleteProfileConfig(ProfileConfiguration profileConfig)
Deletes a profile configuration
|
ProfileConfiguration[] |
getAllProfiles()
Retrieves all profiles
|
ProfileConfiguration |
getProfileConfig(String profileName)
Gets the profile configuration given the profile name.
|
void |
updateProfileConfig(ProfileConfiguration profileConfig)
Updates a profile configuration
|
ProfileConfiguration getProfileConfig(String profileName) throws UserStoreException
profileName - UserStoreExceptionvoid addProfileConfig(ProfileConfiguration profileConfig) throws UserStoreException
profileConfig - UserStoreExceptionvoid updateProfileConfig(ProfileConfiguration profileConfig) throws UserStoreException
profileConfig - UserStoreExceptionvoid deleteProfileConfig(ProfileConfiguration profileConfig) throws UserStoreException
profileConfig - UserStoreExceptionProfileConfiguration[] getAllProfiles() throws UserStoreException
UserStoreExceptionCopyright © 2018 WSO2 Inc. All rights reserved.