public class DefaultOAuth2ProfileContainer extends Object implements OAuth2ProfileContainer
| Constructor and Description | 
|---|
| DefaultOAuth2ProfileContainer(WsdlProject project,
                             OAuth2ProfileContainerConfig configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| OAuth2Profile | addNewOAuth2Profile(String profileName) | 
| void | addOAuth2ProfileListener(OAuth2ProfileListener listener) | 
| OAuth2ProfileContainerConfig | getConfig() | 
| List<OAuth2Profile> | getOAuth2ProfileList() | 
| ArrayList<String> | getOAuth2ProfileNameList() | 
| OAuth2Profile | getProfileByName(String profileName) | 
| WsdlProject | getProject() | 
| PropertyExpansion[] | getPropertyExpansions() | 
| void | release() | 
| void | removeOAuth2ProfileListener(OAuth2ProfileListener listener) | 
| void | removeProfile(String profileName) | 
| void | renameProfile(String profileOldName,
             String newName) | 
public DefaultOAuth2ProfileContainer(WsdlProject project, OAuth2ProfileContainerConfig configuration)
public WsdlProject getProject()
getProject in interface OAuth2ProfileContainerpublic List<OAuth2Profile> getOAuth2ProfileList()
getOAuth2ProfileList in interface OAuth2ProfileContainerpublic ArrayList<String> getOAuth2ProfileNameList()
getOAuth2ProfileNameList in interface OAuth2ProfileContainerpublic OAuth2Profile getProfileByName(String profileName)
getProfileByName in interface OAuth2ProfileContainerpublic void renameProfile(String profileOldName, String newName)
renameProfile in interface OAuth2ProfileContainerpublic void release()
release in interface OAuth2ProfileContainerpublic OAuth2Profile addNewOAuth2Profile(String profileName)
addNewOAuth2Profile in interface OAuth2ProfileContainerpublic void removeProfile(String profileName)
removeProfile in interface OAuth2ProfileContainerpublic OAuth2ProfileContainerConfig getConfig()
getConfig in interface OAuth2ProfileContainerpublic PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions in interface PropertyExpansionContainerpublic void addOAuth2ProfileListener(OAuth2ProfileListener listener)
addOAuth2ProfileListener in interface OAuth2ProfileContainerpublic void removeOAuth2ProfileListener(OAuth2ProfileListener listener)
removeOAuth2ProfileListener in interface OAuth2ProfileContainerCopyright © 2019. All Rights Reserved.