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