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 Modifier and Type Method Description ProfileConfiguration[]ProfileConfigurationManager. getAllProfiles()Retrieves all profilesProfileConfigurationProfileConfigurationManager. getProfileConfig(String profileName)Gets the profile configuration given the profile name.Methods in org.wso2.carbon.user.api with parameters of type ProfileConfiguration Modifier and Type Method Description voidProfileConfigurationManager. addProfileConfig(ProfileConfiguration profileConfig)Adds a profile configurationvoidProfileConfigurationManager. deleteProfileConfig(ProfileConfiguration profileConfig)Deletes a profile configurationvoidProfileConfigurationManager. updateProfileConfig(ProfileConfiguration profileConfig)Updates a profile configuration
-