public class OAuth1ProfileContainer extends Object
| Constructor and Description | 
|---|
| OAuth1ProfileContainer(WsdlProject project,
                      OAuth1ProfileContainerConfig configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| OAuth1Profile | addNewOAuth1Profile(String profileName) | 
| void | addOAuth1ProfileListener(OAuth1ProfileListener listener) | 
| OAuth1ProfileContainerConfig | getConfig() | 
| List<OAuth1Profile> | getOAuth1ProfileList() | 
| ArrayList<String> | getOAuth1ProfileNameList() | 
| OAuth1Profile | getProfileByName(String profileName) | 
| WsdlProject | getProject() | 
| PropertyExpansion[] | getPropertyExpansions() | 
| void | removeOAuth1ProfileListener(OAuth1ProfileListener listener) | 
| void | removeProfile(String profileName) | 
| void | renameProfile(String profileOldName,
             String newName) | 
public OAuth1ProfileContainer(WsdlProject project, OAuth1ProfileContainerConfig configuration)
public WsdlProject getProject()
public List<OAuth1Profile> getOAuth1ProfileList()
public OAuth1Profile getProfileByName(String profileName)
public OAuth1Profile addNewOAuth1Profile(String profileName)
public void removeProfile(String profileName)
public OAuth1ProfileContainerConfig getConfig()
public PropertyExpansion[] getPropertyExpansions()
public void addOAuth1ProfileListener(OAuth1ProfileListener listener)
public void removeOAuth1ProfileListener(OAuth1ProfileListener listener)
Copyright © 2019. All Rights Reserved.