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 OAuth2ProfileContainer
public List<OAuth2Profile> getOAuth2ProfileList()
getOAuth2ProfileList
in interface OAuth2ProfileContainer
public ArrayList<String> getOAuth2ProfileNameList()
getOAuth2ProfileNameList
in interface OAuth2ProfileContainer
public OAuth2Profile getProfileByName(String profileName)
getProfileByName
in interface OAuth2ProfileContainer
public void renameProfile(String profileOldName, String newName)
renameProfile
in interface OAuth2ProfileContainer
public void release()
release
in interface OAuth2ProfileContainer
public OAuth2Profile addNewOAuth2Profile(String profileName)
addNewOAuth2Profile
in interface OAuth2ProfileContainer
public void removeProfile(String profileName)
removeProfile
in interface OAuth2ProfileContainer
public OAuth2ProfileContainerConfig getConfig()
getConfig
in interface OAuth2ProfileContainer
public PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions
in interface PropertyExpansionContainer
public void addOAuth2ProfileListener(OAuth2ProfileListener listener)
addOAuth2ProfileListener
in interface OAuth2ProfileContainer
public void removeOAuth2ProfileListener(OAuth2ProfileListener listener)
removeOAuth2ProfileListener
in interface OAuth2ProfileContainer
Copyright © 2019. All Rights Reserved.